Page 1 of 1

+repage on import does not reset offset

Posted: 2009-06-06T08:22:22-07:00
by linkmaster03
+repage seems to no longer reset the offset. I am using imagemagick 6.5.3.2 on Arch Linux. This is the command I am using:

Code: Select all

import -frame +repage pic.png
And when I try to open it in GIMP, this appears, and the image is shown way outside the canvas:

Image

Image

Re: +repage on import does not reset offset

Posted: 2009-06-06T14:15:35-07:00
by magick
We can reproduce the problem and have a patch in the Subversion trunk. In the mean-time repeat the +repage option:
  • import -frame +repage +repage pic.png

Re: +repage on import does not reset offset

Posted: 2009-06-06T16:23:09-07:00
by linkmaster03
Thank you for the prompt response! The workaround you suggested works. :)