Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I love this software.  When I export graphic, it always has a black/colored background.  Is there anyway to make it transparent? 

not sorry only with 16bit

Thanks for responding! What is 16bit? is that a different program?

if you not use any palete is 16 bit, then you export alpha, in the moment you use palete it becomes 8bit

Okay, thanks!

(+1)

If you want a transparent background you can use image magick. For example

convert opaque-image.png original.png -compose CopyOpacity -composite PNG32:output.png

The original and opaque one need to have the same size though.  I'm using linux and wrote a tiny bash script for convenience.

I know this is a old post, but it's the first and only result on google on this question, so it might help others.