Page 1 of 1

respecting cropbox not working under some cases

Posted: 2007-10-05T13:01:07-07:00
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.

Re: respecting cropbox not working under some cases

Posted: 2007-10-05T15:41:06-07:00
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.

Re: respecting cropbox not working under some cases

Posted: 2007-10-05T17:40:27-07:00
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"?

Re: respecting cropbox not working under some cases

Posted: 2007-10-05T18:07:56-07:00
by magick
You can grab ImageMagick 6.3.6-2 Beta now from ftp://ftp.imagemagick.org/pub/ImageMagick/beta .

Re: respecting cropbox not working under some cases

Posted: 2007-10-05T20:45:27-07:00
by nehcdet
cool! Working like a charm!

Thanks!