Thank you for the patch, I've checkout master and have questions:
As of commit c9595dd
ORIENTATION being one of
magick -list orientation
It looks like
-define tga:image-origin=ORIENTATION
is deprecated and
-orient ORIENTATION
now preferred?
rose.png to rose.tga, is created upside down ...
Search found 2 matches
- 2018-09-24T06:58:51-07:00
- Forum: Bugs
- Topic: Flipped TGA file when Image Origin isn't BottomLeft
- Replies: 3
- Views: 17449
- 2018-09-21T16:23:22-07:00
- Forum: Bugs
- Topic: Flipped TGA file when Image Origin isn't BottomLeft
- Replies: 3
- Views: 17449
Flipped TGA file when Image Origin isn't BottomLeft
Default convert to Targa image-origin seems to be BottomLeft (using build-in stock rose image as demo):
convert rose: rose.tga
equivalent to convert rose: -define tga:image-origin=BottomLeft rose.tga
Image isn't flipped.
Simulating Krita TGA export in ImageMagick:
convert rose: -define tga ...
convert rose: rose.tga
equivalent to convert rose: -define tga:image-origin=BottomLeft rose.tga
Image isn't flipped.
Simulating Krita TGA export in ImageMagick:
convert rose: -define tga ...