0

I have seen references to setting the drawings background alpha to FF before export. The file exported still has alpha data in it. I'd like this since Xcode does not like png icon assets with an alpha channel it.

art
  • 51
  • 2
  • 7

1 Answers1

0

A workaround is to create a white rectangle of the correct size at the back of your drawing.

Joce
  • 2,220
  • 15
  • 26
  • I tried both a black rectangle and white rectangle with alpha of 1. The exported png always has an alpha channel. I found with the Mac preview program I can batch export these files without the alpha channel. I'd rather not have to do this step but ... Thanks for responding !! – art May 09 '16 at 06:17