respecting cropbox not working under some cases

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
nehcdet

respecting cropbox not working under some cases

Post by nehcdet »

I have a pdf file, uploaded to http://www.filesend.net/download.php?f= ... 9a69903f06(download link will appear at bottom left corner of the page after 20 secs).

If I do "convert -define pdf:use-cropbox=true -thumbnail 120x120 dubai.pdf dubai.jpg", the jpg's are generated fine.
If I do "convert -define pdf:use-cropbox=true -thumbnail 120x120 dubai.pdf[1-3] dubai.jpg", some jpg's blank, some jpg's are cut at wrong positions. Looks like it mis-interpreted the cropboxes.

The above I observed on windows.

If on linux, neither of the above command works. It never respected my "use-cropbox" option.

Thanks,
Ted

P.S. I am on 6.3.1 on both platforms.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: respecting cropbox not working under some cases

Post by magick »

The bug you reported is fixed in ImageMagick 6.3.6-2 Beta available sometime tomorrow. Thanks for alerting us to this problem.
nehcdet

Re: respecting cropbox not working under some cases

Post by nehcdet »

thanks, i'll give it try once it's available.

Tomorrow, I should be able to download it from http://www.imagemagick.org/script/download.php, "svn stable", or "svn dev"?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: respecting cropbox not working under some cases

Post by magick »

You can grab ImageMagick 6.3.6-2 Beta now from ftp://ftp.imagemagick.org/pub/ImageMagick/beta .
nehcdet

Re: respecting cropbox not working under some cases

Post by nehcdet »

cool! Working like a charm!

Thanks!
Post Reply