pawREP / ACVIEmblemCreator

ACVIEmblemCreator allows importing of images into Armored Core VI for use as emblems
MIT License
69 stars 3 forks source link

Background of transparent images is black #6

Closed IceDBorn closed 1 year ago

IceDBorn commented 1 year ago

Is there a way to keep the transparency of images using the provided website?

pawREP commented 1 year ago

The website currently doesn't support transparency unfortunately. For now the best options is to replace the background of an image with the color of your armored core before processing. In the medium term I hope to replacing the need for the website with my own, more flexible, tool.

IceDBorn commented 1 year ago

You can add a command line option that ignores shapes with a color of 0,0,0. I can try implementing that tomorrow.

pawREP commented 1 year ago

The latest gui release now supports chroma keying which allows easy and interactive background removal. The option to not generate a background to begin with is still in the works but chroma keying should be a good option for most cases.

IceDBorn commented 1 year ago

That's great!