Search found 4 matches

by to7m
2017-09-14T04:12:16-07:00
Forum: Bugs
Topic: Possible bug related to the ‘geometry’ property
Replies: 7
Views: 20692

Re: Possible bug related to the ‘geometry’ property

Thank you, noted :) Could you link me to something that explains the virtual canvas data please?
by to7m
2017-09-13T18:45:01-07:00
Forum: Bugs
Topic: Possible bug related to the ‘geometry’ property
Replies: 7
Views: 20692

Re: Possible bug related to the ‘geometry’ property

Thanks :)

I should also mention this seems to happen with .mpc too.
by to7m
2017-09-13T18:00:04-07:00
Forum: Bugs
Topic: Possible bug related to the ‘geometry’ property
Replies: 7
Views: 20692

Re: Possible bug related to the ‘geometry’ property

Perfect, thank you!
by to7m
2017-09-13T17:44:33-07:00
Forum: Bugs
Topic: Possible bug related to the ‘geometry’ property
Replies: 7
Views: 20692

Possible bug related to the ‘geometry’ property

Hi all,

I think I found a bug in the ‘convert’ program.

convert -size 15x4 xc:#000000 1.png
convert -extract 12x4+3+0 1.png 2.png
convert 2.png -resize 3 3.png
convert -extract 2x1+0+0 3.png 4.png
identify *

If I'm right, 4.png should be a 2x1 file, but it is instead 1x1. These seems dependent on ...