Hi,
I was wondering if the ability to use the trimbox rather than the cropbox has been added to IM yet...
I am creating high resolution PDFs with bleed, and then generating low resolution GIFs with IM. However, I would like to view the bleed within the PDF, but not in the GIF. Using cropbox hides the bleed in Adobe Reader.
I also tried using -crop to try to cut the bleed out of the GIF, which works fine as long as the image is not scaled at all. If the image is scaled, IM does not crop the image properly. I tried changing the order of the commands, and still could not achieve the desired result.
I used +repage, which makes the image the proper size, but still does not crop the correct portion. Below is an example of the command I used.
- Code: Select all
convert -density 155 -profile "USWebCoatedSWOP.icc" pdf:- -crop 252x144+4+4 +repage -profile "sRGB Color Space Profile.icm" -strip -resize 200% -resample 72 gif:-[-1]
I am using stdin and stdout for input and output, respectively.
Any help with this matter would be greatly appreciated.