Search found 3 matches
- 2013-07-01T07:13:34-07:00
- Forum: Users
- Topic: PNG to PDF without recompress
- Replies: 0
- Views: 4076
PNG to PDF without recompress
I'm getting very small PNG files with optipng, and want to collect them into a PDF file. I see that this command: convert *.png test1.pdf ...recompresses each image, and not so efficiently as the optipng result. - For 20 pages saved with GIMP (total 7.6MB) imagemagick generates a PDF of 4.1MB - For ...
- 2013-07-01T02:34:07-07:00
- Forum: Users
- Topic: Details about resources management
- Replies: 3
- Views: 3499
Re: Details about resources management
snibgo, do you mean that convert LOADS all the images to memory and maintain them there while processes one by one? If all the images need 10GiB and I have 11GiB of physical memory available, this should not be a problem without limiting imagik resources. Then, which is the step that passes to use ...
- 2013-07-01T01:57:52-07:00
- Forum: Users
- Topic: Details about resources management
- Replies: 3
- Views: 3499
Details about resources management
I need to process 200 images (from a PDF) at once, but avoiding much disk work derived from RAM exhaustion. Previous status: $ convert --version Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP $ free -m ...