Search found 5 matches
- 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.
- 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 ...
- 2015-07-22T17:25:07-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 for the quick reply
following are the link
PDF : https://www.dropbox.com/s/h3gfun37rgm1b ... 4.pdf?dl=0
Image : https://www.dropbox.com/s/judrpulzsu3rv ... x.jpg?dl=0
https://www.dropbox.com/s/s5jniqnjndvyk ... x.jpg?dl=0
following are the link
PDF : https://www.dropbox.com/s/h3gfun37rgm1b ... 4.pdf?dl=0
Image : https://www.dropbox.com/s/judrpulzsu3rv ... x.jpg?dl=0
https://www.dropbox.com/s/s5jniqnjndvyk ... x.jpg?dl=0
- 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
- 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 ...