The general syntax of convert is:
convert input_file operations_that_change_the_image output_file
So your syntax is generally wrong.
It is working the other way to. Otherwise I wouldn't have get an output.
I finally found the solution...
convert -alpha background -background "#757834" -alpha ...
Search found 2 matches
- 2013-10-17T12:27:51-07:00
- Forum: Users
- Topic: alpha problem while converting tga to 8 bit png
- Replies: 4
- Views: 3453
- 2013-10-17T05:35:20-07:00
- Forum: Users
- Topic: alpha problem while converting tga to 8 bit png
- Replies: 4
- Views: 3453
alpha problem while converting tga to 8 bit png
Hi community!
I'm having a small problem while converting a tga to png. The png should be 25% of the original size. Also be an 8 bit png. So far. The only problem now is, that IM cuts too many pixels.
Here is what I am doing. The filenames are just placeholders, coz this is running in a script and ...
I'm having a small problem while converting a tga to png. The png should be 25% of the original size. Also be an 8 bit png. So far. The only problem now is, that IM cuts too many pixels.
Here is what I am doing. The filenames are just placeholders, coz this is running in a script and ...