Search found 5 matches

by kjbasiljohn
2015-07-23T13:40:21-07:00
Forum: Bugs
Topic: Color changes when converting PDF to JPG using PHP
Replies: 12
Views: 11775

Re: Color changes when converting PDF to JPG using PHP

Thank you so much guys for all the help. I didn't try with profiles yet. I will let you know once after I have used that.
by kjbasiljohn
2015-07-22T20:59:28-07:00
Forum: Bugs
Topic: Color changes when converting PDF to JPG using PHP
Replies: 12
Views: 11775

Re: Color changes when converting PDF to JPG using PHP

Thank you so much, its much better now. I have used following command. convert -limit memory 0 -limit map 0 -quiet -define pdf:use-cropbox=true -interlace none -background white -alpha remove -density 300x300 +repage -colorspace sRGB " SOURCE -quality 95 jpg:" DESTINATION; can you please tell me ...
by kjbasiljohn
2015-07-22T15:56:44-07:00
Forum: Bugs
Topic: Color changes when converting PDF to JPG using PHP
Replies: 12
Views: 11775

Re: Color changes when converting PDF to JPG using PHP

ImageMagick version using v6.8.4-10
by kjbasiljohn
2015-07-22T15:55:02-07:00
Forum: Bugs
Topic: Color changes when converting PDF to JPG using PHP
Replies: 12
Views: 11775

Color changes when converting PDF to JPG using PHP

When I am converting PDF to JPG using PHP and Command, the color is changing. Following command are using convert -limit memory 0 -limit map 0 -quiet -define pdf:use-cropbox=true -interlace none -density 300x300 +repage "source" "destination" Original PDF http://basiljohn.com/test/0315+EA+Autumn+4 ...