Extent gravity change

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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Extent gravity change

Post by Bonzo »

Extent changed between version 6.5.1 and 6.5.4?

6.5.1 = Image
( Actualy used 6.3.5 as I no longer have 6.5.1 installed )
6.5.4 = Image

Code: Select all

convert input.jpg -background Blue -gravity center -extent 266x266 extent_651.jpg
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Extent gravity change

Post by magick »

We're getting the correct behavior (the image is centered as expected) with ImageMagick 6.5.4-9, the latest release.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Extent gravity change

Post by anthony »

I reported this as a 'geometry problem' for a lot of different operators last week. It has been fixed.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply