Saving fresh work as png works fine ... so I am stumped as to what is wrong
ty to anyone who can shed some light on this for me
(i use google chrome browser)
Moderator: Kathy_9
Does that work on images with alpha transparency or partial transparency like this one: Because i have a feeling i've tried it before and couldn't get it to work.LeviFiction wrote:Run this script on those PNGs and re-save them. http://forum.corel.com/EN/viewtopic.php?f=104&t=61511
PaintShop Pro doesn't treat indexed transparency the same way it does alpha channel transparency. Indexed transparency is only a viewable effect, it's not actual transparency inside PSP. So you can see it as transparent (Image->Palette->View Transparency), but you can't use it like it's transparent. If that makes any sense.
Normally when you copy an image with indexed transparency color into another image as a new layer the transparency information is lost. Same if you try and convert the indexed color image into a true color image.
So what this script does is it lets you convert the indexed color image into a true color image while keeping the transparency in place. You can now resave the PNG to be a full color image with alpha transparency.
Ah ok. That makes sense.LeviFiction wrote:No it won't because PSP doesn't support it. My script is only for indexed transparency. Although that png is 8-bit indexed color, the transparency is alpha transparency. So the end result is something PSP doesn't handle. What happens instead is PSP takes the first color in the palette and identifies it as "transparent" and it ignores the alpha channel altogether. You would need to convert it to 32-bit per pixel image for PSP to properly support it. And at that point you wouldn't need my script. xD