+repage on import does not reset offset

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
linkmaster03

+repage on import does not reset offset

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: +repage on import does not reset offset

Post 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
linkmaster03

Re: +repage on import does not reset offset

Post by linkmaster03 »

Thank you for the prompt response! The workaround you suggested works. :)
Post Reply