MMBase

Gif images do not crop right with ImageMagickConverter

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.8.6, 1.9.0, 1.9.1
  • Fix Version/s: 1.8.7, 1.9.2
  • Component/s: Resources
  • Description:
    Imagemagick does not crop gif images right - it does not adjust the canvas the image is on.
    To adjust, the +repage command needs to be added after the crop command.

Activity

Hide
Pierre van Rooden added a comment - 2009-11-24 09:17
Added +repage as an additional command after the 'crop' (or part) command is added.
Show
Pierre van Rooden added a comment - 2009-11-24 09:17 Added +repage as an additional command after the 'crop' (or part) command is added.
Hide
Michiel Meeuwissen added a comment - 2009-11-25 08:11
http://www.imagemagick.org/pipermail/magick-developers/2004-August/002006.html

The repage option is only available in imagemagic 6, Perhaps we must add a check on the version or so, becuase at least the imagemagick on mmbase.org is older... Test-cases are failing now.
Show
Michiel Meeuwissen added a comment - 2009-11-25 08:11 http://www.imagemagick.org/pipermail/magick-developers/2004-August/002006.html The repage option is only available in imagemagic 6, Perhaps we must add a check on the version or so, becuase at least the imagemagick on mmbase.org is older... Test-cases are failing now.
Hide
Pierre van Rooden added a comment - 2009-11-25 09:17
Version test added (from 6.0.5)
Show
Pierre van Rooden added a comment - 2009-11-25 09:17 Version test added (from 6.0.5)

People

Dates

  • Created:
    2009-11-24 09:13
    Updated:
    2010-02-22 10:32
    Resolved:
    2009-11-24 09:17