I want to compress big pdf, here is what I enter:
parallel -P -1 convert {} -compress JPEG -quality 80 -resize 1100 -limit memory 128MiB -limit map 256Mib -limit area 256Mib compressed-{} ::: %N
or the same convert in.pdf -compress JPEG -quality 80 -resize 1100 -limit memory 128MiB -limit map ...
Search found 1 match
- 2015-12-22T14:49:34-07:00
- Forum: Bugs
- Topic: Imagemagick ignores all memory limits
- Replies: 1
- Views: 2736