Resize is displaying pdf comments
Posted: 2018-04-12T06:53:24-07:00
I'm current using version 7 of Imagemagick. I was using an older version and this issue wasn't happening.
When I run Imagemagick via command line:
$exec_cmd = 'convert -density 96x96 "' . $tiny_path . '" -resize 1000x1000 -colorspace RGB +write "' . $large_path . '" -resize 200x200 -colorspace RGB +write "' . $medium_path . '" -resize 110x110 -colorspace RGB "' . $small_path . '"';
Imagemagick is showing opening up the comments in my pdf and then saving them to all the images that I'm creating in the command line.
Is there another option that I can put in the command to suppress this?
Thanks in advance. Please let me know if more information is needed.
When I run Imagemagick via command line:
$exec_cmd = 'convert -density 96x96 "' . $tiny_path . '" -resize 1000x1000 -colorspace RGB +write "' . $large_path . '" -resize 200x200 -colorspace RGB +write "' . $medium_path . '" -resize 110x110 -colorspace RGB "' . $small_path . '"';
Imagemagick is showing opening up the comments in my pdf and then saving them to all the images that I'm creating in the command line.
Is there another option that I can put in the command to suppress this?
Thanks in advance. Please let me know if more information is needed.