Search found 97 matches

by Anonymous2
25 Sep 2012, 13:11
Forum: LiveCD project
Topic: All threads that mention LiveCD/Linux development
Replies: 29
Views: 193146

Re: All threads that mention LiveCD/Linux development

I haven't had much time to work on the LiveCD. The build process changed once again, so I have to redesign the entire ISO from scratch.
by Anonymous2
11 Sep 2012, 16:34
Forum: LiveCD project
Topic: All threads that mention LiveCD/Linux development
Replies: 29
Views: 193146

Re: All threads that mention LiveCD/Linux development

There was little interest in the project so I stopped maintaining it. I still run Arch Linux and the ArchISO scripts haven't changed a whole lot in six months, so I can try to rebuild the image some time this week. As for hosting, I haven't found anything. I use GitHub for storing the code, but I do...
by Anonymous2
11 Aug 2012, 14:05
Forum: Programs, Software releases, and more.
Topic: Bindery
Replies: 72
Views: 91002

Re: Bindery

Well, it seems like I've stopped book scanning for the foreseeable future and probably won't be getting back to it seriously any time soon. Bindery was essentially an open-sourced personal project that I made for myself and others, but enabling it to work with Windows was just too much of a hassle w...
by Anonymous2
19 May 2012, 00:45
Forum: Programs, Software releases, and more.
Topic: Bindery
Replies: 72
Views: 91002

Re: Bindery

I've ironed out tons of bugs from the code: Fixed the Scan Tailor-like Add Files dialog Added tempfile replacements to many hard-coded temporary files in the DjVu binding module Added local PATH injection for Windows that actually works. It only affects the Bindery process and all subprocesses and d...
by Anonymous2
08 May 2012, 11:44
Forum: HELP
Topic: DPI calculation to compensate for incorrect zoom settings
Replies: 8
Views: 11131

Re: DPI calculation to compensate for incorrect zoom setting

I just used this:

Code: Select all

mogrify -resize widthxheight! *.JPG
It overwrites your existing images so make sure to work on a copy. The exclamation point at the end forces ImageMagick to scale to that exact size, ignoring aspect ratio.
by Anonymous2
07 May 2012, 22:35
Forum: HELP
Topic: DPI calculation to compensate for incorrect zoom settings
Replies: 8
Views: 11131

Re: DPI calculation to compensate for incorrect zoom setting

Whenever I had page sizing issues, I usually just found the most convenient size and scaled all of the pages down to it. Zooming shouldn't affect the aspect ratio (for you it did, oddly) so scaling down shouldn't be much of a problem, but the horizontal/vertical compression might be noticeable.
by Anonymous2
07 May 2012, 22:32
Forum: Tutorials/How-To's
Topic: Small high quality PDF files
Replies: 2
Views: 6623

Re: Small high quality PDF files

Unless you lose some information, there is no way to compress an image to that size without sacrificing quality. If there was a way nobody would be using JPEG anymore. If you use pdfbeads, add -r 200 to lower the DPI of the images. There really isn't anything else you can do aside from decreasing th...
by Anonymous2
03 May 2012, 18:56
Forum: Programs, Software releases, and more.
Topic: Bindery
Replies: 72
Views: 91002

Re: Bindery

I'll have a bit more time to work on Bindery during the next few weeks so I'm trying to fix all existing problems before introducing any new features. I've fixed as many UI bugs as I could find and converted most of the Djvubind code so that it creates temporary files in the appropriate system folde...
by Anonymous2
23 Apr 2012, 17:25
Forum: Scan Tailor
Topic: Have to edit each side manually
Replies: 4
Views: 6844

Re: Have to edit each side manually

What do you mean by "edit each side"?
by Anonymous2
15 Apr 2012, 22:21
Forum: Programs, Software releases, and more.
Topic: Bindery
Replies: 72
Views: 91002

Re: Bindery

Thanks once again. I've never had problems with encoding either PDF or DjVu files, so it's probably a Windows-related problem.

I'll look into why this is happening and update Bindery accordingly.