I have a JPG which I need to edit (and have had no problems doing that) and end up with a 32-bit TARGA file. The resulting file, I've noticed, has roughly 3 bytes per pixel. Is there a way to save this as a 32-bit file (presumably meaning no compression, and with an alpha channel that specifies that none of the pixels are transparent)?
Also, while I'm at it, is there a way to manipulate the alpha channel in detail (namely importing and exporting an 8-bit image... I suppose other things like -wmark can be done on an exported image if that's available).
How to write 32-bit TARGA?
Moderators: helmut, XnTriq, xnview
Re: How to write 32-bit TARGA?
Currently there is no possibility to convert 24bits into 32 bits, but i'll add itAller wrote:I have a JPG which I need to edit (and have had no problems doing that) and end up with a 32-bit TARGA file. The resulting file, I've noticed, has roughly 3 bytes per pixel. Is there a way to save this as a 32-bit file (presumably meaning no compression, and with an alpha channel that specifies that none of the pixels are transparent)?
Also, while I'm at it, is there a way to manipulate the alpha channel in detail (namely importing and exporting an 8-bit image... I suppose other things like -wmark can be done on an exported image if that's available).
Pierre.
Nice to know. Converting to 24-bits to 32-bits would have been nice for the current project, but just thinking a little more long term... If I had a tool the size of nConvert that could not just convert to 32-bits (with a dummy alpha channel), but actually properly import an Alpha Channel, it would save the 113MB download of PSP demo that I've instructed people to do just to perform that task.