zmalltalker / sketch-android-assets

Generate Android assets in Sketch
GNU General Public License v3.0
356 stars 55 forks source link

Feature Request: Export with transparent background #40

Open abbydeer opened 8 years ago

abbydeer commented 8 years ago

Would it be possible to have an option to export without a background?

antpaw commented 8 years ago

it works for me, make sure you disable "Include in Export" option on your artborts

antonioreyna commented 8 years ago

hello, i have a bitmap as background and it shows it in the exported asset, should i hide the layer before export?

hoai265 commented 7 years ago

I just have the same issue and after read : https://github.com/abynim/Sketch-Headers/blob/master/Headers/MSExportRequest.h I add the line in function

copy_layer_with_factor

before the return line: request.includeArtboardBackground = false;