Image Resize Blurry / Jagged
Posted: 2016-04-03T22:59:06-07:00
I am converting gif from the pdf, but after gif conversion the quality if the image is not good, text are blurry and not properly readable.
I am shrinking the pdf and using -resize value 32%. i have to generate small image as compare to pdf hence i need to resize. please suggest on it.
$cmd = '/usr/local/bin/convert -debug All -pointsize 72 -trim +repage -density 300 -resize 32% -quality 100 -append -transparent "#FFFFFF" new.pdf test1.gif';
exec($cmd, $output);
Thanks,
Ravinder
I am shrinking the pdf and using -resize value 32%. i have to generate small image as compare to pdf hence i need to resize. please suggest on it.
$cmd = '/usr/local/bin/convert -debug All -pointsize 72 -trim +repage -density 300 -resize 32% -quality 100 -append -transparent "#FFFFFF" new.pdf test1.gif';
exec($cmd, $output);
Thanks,
Ravinder