Getting png from pdf with the minimum size
Posted: 2011-07-18T03:22:43-07:00
I try to get png file from pdf file but the size of output png is still very large for my task. I try everything (I'm the beginner):
convert -density 94 -background none -compress Zip +contrast +contrast +contrast +contrast +contrast +contrast +contrast -quality 100 -define png:bit-depth=1 -define png:compression-filter=4 -define png:compression-level=9 -define png:exclude-chunk=none,gama -define png:compression-strategy=4 -define png:extent=10kb -define png:size=800x1086 -gravity center -antialias -auto-gamma -auto-level -auto-orient -clamp -colors 130 -interpolate integer -colorspace sRGB -depth 2 -crop 800x905-40-40 -trim A1_.pdf[0] A1-1.png
Can I get smaller png documents without essential loss of quality?
convert -density 94 -background none -compress Zip +contrast +contrast +contrast +contrast +contrast +contrast +contrast -quality 100 -define png:bit-depth=1 -define png:compression-filter=4 -define png:compression-level=9 -define png:exclude-chunk=none,gama -define png:compression-strategy=4 -define png:extent=10kb -define png:size=800x1086 -gravity center -antialias -auto-gamma -auto-level -auto-orient -clamp -colors 130 -interpolate integer -colorspace sRGB -depth 2 -crop 800x905-40-40 -trim A1_.pdf[0] A1-1.png
Can I get smaller png documents without essential loss of quality?