Replies: 5 comments 2 replies
-
I am unable to reproduce your issue:
|
Beta Was this translation helpful? Give feedback.
-
Very strange. I'll investigate more on my end see if I can reproduce it more extensively or if there is something wrong in my workflow that is causing the problem. Will check and report back. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Feel free to reach out when you have more info. |
Beta Was this translation helpful? Give feedback.
-
This is what the untouched output from the code I wrote above gives me, btw. |
Beta Was this translation helpful? Give feedback.
-
32 seems like an 8 bit image? |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
Description
Alpha channel is ignored when saving to several formats that support it. When debugging, I can see that the MagickImage has an alpha channel with the data provided. However, the saved file does not show the A channel in Photoshop or other applications.
Maybe I'm not doing something write, but feels like if Alpha is On/Set, and data is being added it should save too. I've tried it on 7.14.x, 7.15.x and 7.16.x to confirm.
Steps to Reproduce
Here is a test program to create 3 files that should have alpha channels.
System Configuration
Magick.NET-Q16-HDRI-OpenMP-x64 7.16.0.0
Win 7 SP1, Win 10 (all versions) .NET Fx 4.8
Beta Was this translation helpful? Give feedback.
All reactions