05-28-2023, 02:56 AM
(This post was last modified: 05-28-2023, 03:48 AM by fluffypanda.)
(05-27-2023, 02:44 PM)Ofnuts Wrote: Not clear. Image 1 is a plain image where all pixels are black (R=G=B=0) (except a few red lines RGB=(255,0,0)) and opaque (A=255). Image 2 is an image where everything is black (R=G=B=0) but also transparent (A=0).
A PNG contains either 3 (RGB) or 4 (RGBA) channels, so "exporting the alpha channel" is part of exporting the image.
Unless your problem is that you are forcing the export to 8bpc RGB and not to 8bpc RGBA thus explicitly dropping the alpha channel. if you export with automatic pixelformat, you should also get 8pbc RGBA if your layer has an alpha channel.
thank you it was choosing the 8bit rgb that was causing the issue
How would I be able to remove the old road off the red, green channel? I've found post that shows me how to apply a layer mask so I can put my new roads on.
https://imgur.com/VWdDEL5
either that or figure out why my current alpha file doesn't have the transparency over the top for it to work
https://imgur.com/ePQw5SN
(05-27-2023, 02:44 PM)Ofnuts Wrote: Not clear. Image 1 is a plain image where all pixels are black (R=G=B=0) (except a few red lines RGB=(255,0,0)) and opaque (A=255). Image 2 is an image where everything is black (R=G=B=0) but also transparent (A=0).
A PNG contains either 3 (RGB) or 4 (RGBA) channels, so "exporting the alpha channel" is part of exporting the image.
Unless your problem is that you are forcing the export to 8bpc RGB and not to 8bpc RGBA thus explicitly dropping the alpha channel. if you export with automatic pixelformat, you should also get 8pbc RGBA if your layer has an alpha channel.
How would I be able to remove the old road off the red, green channel? I've found post that shows me how to apply a layer mask so I can put my new roads on.
https://imgur.com/VWdDEL5
either that or figure out why my current alpha file doesn't have the transparency over the top for it to work
https://imgur.com/ePQw5SN