Search found 5 matches
- 2015-10-20T16:24:23-07:00
- Forum: Bugs
- Topic: Mogrify doesn't work on Windows
- Replies: 6
- Views: 6855
Re: Mogrify doesn't work on Windows
Heh. Actually, latest ImageMagick doesn't have this issue.
- 2015-10-20T15:05:29-07:00
- Forum: Bugs
- Topic: Mogrify doesn't work on Windows
- Replies: 6
- Views: 6855
Re: Mogrify doesn't work on Windows
Happened to me when current dir name contained Cyrillic characters in it.
- 2014-01-24T14:28:17-07:00
- Forum: Users
- Topic: Converting PNG with transparency to TGA with transparency
- Replies: 5
- Views: 6274
Re: Converting PNG with transparency to TGA with transparenc
You're right. Honestly though, I don't really get the difference between alpha channel and transparency here. In both PNG and TGA there's only one one alpha channel - it's just RGBA color space after all. Why does Photoshop interpret them differently? I have no idea. I guess alpha channel (as ...
- 2014-01-24T13:22:27-07:00
- Forum: Users
- Topic: Converting PNG with transparency to TGA with transparency
- Replies: 5
- Views: 6274
Re: Converting PNG with transparency to TGA with transparenc
My apologies. It was Photoshop not supporting it. ImageMagick was doing it right (even without additional options).
- 2014-01-24T12:20:22-07:00
- Forum: Users
- Topic: Converting PNG with transparency to TGA with transparency
- Replies: 5
- Views: 6274
Converting PNG with transparency to TGA with transparency
Hello. I might be missing some obvious option, but I'm having trouble converting PNG with transparency to TGA with transparency. Calling 'convert test.png test.tga' gives some weird image. I tried to convert it to GIF, just to be sure, and ImageMagick gave me correct result. png-tga-gif comparison ...