Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyTIFFWriter_RGBA Missing Alpha Channel #21

Open
CrazyCat22 opened this issue Apr 17, 2023 · 0 comments
Open

TinyTIFFWriter_RGBA Missing Alpha Channel #21

CrazyCat22 opened this issue Apr 17, 2023 · 0 comments

Comments

@CrazyCat22
Copy link

Hello, Im trying to write out an RGBA file. However, after writing the file and opening in photoshop I notice that it is missing the alpha channel. Only the RGB channels are present. Not sure why.

I open the writer using this:

TinyTIFFWriterFile* tif = TinyTIFFWriter_open( FileName.c_str(), 8, TinyTIFFWriter_UInt, 4, ImageWidth, ImageLength, TinyTIFFWriter_RGBA );

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant