mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 05:52:07 +00:00
#1378 Transparent background on PNG/GIF sprite export,
SWF background on shape BMP export
This commit is contained in:
@@ -2239,7 +2239,7 @@ public class CommandLineArgumentParser {
|
||||
|
||||
if (exportAll || exportFormats.contains("shape")) {
|
||||
System.out.println("Exporting shapes...");
|
||||
new ShapeExporter().exportShapes(handler, outDir + (multipleExportTypes ? File.separator + ShapeExportSettings.EXPORT_FOLDER_NAME : ""), new ReadOnlyTagList(extags), new ShapeExportSettings(enumFromStr(formats.get("shape"), ShapeExportMode.class), zoom), evl);
|
||||
new ShapeExporter().exportShapes(handler, outDir + (multipleExportTypes ? File.separator + ShapeExportSettings.EXPORT_FOLDER_NAME : ""), swf, new ReadOnlyTagList(extags), new ShapeExportSettings(enumFromStr(formats.get("shape"), ShapeExportMode.class), zoom), evl);
|
||||
}
|
||||
|
||||
if (exportAll || exportFormats.contains("morphshape")) {
|
||||
|
||||
Reference in New Issue
Block a user