Search found 1 match
- 2017-11-04T02:53:03-07:00
- Forum: Users
- Topic: How to disable color conversion in image magick
- Replies: 2
- Views: 2221
How to disable color conversion in image magick
Hi guys i'm using image magick for converting PDF to image! the command im running is convert.exe -verbose -density 600 +antialias "E:\sample pdf\sample50 B.pdf" -quality 100 "D:\sample50_2.png" Now the problem i'm having is the color difference color on the PDF is not the same on the generated ...