mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 03:55:33 +00:00
#1233 Exported images with transparency look different
This commit is contained in:
@@ -128,7 +128,7 @@ public abstract class ImageTag extends DrawableTag {
|
||||
}
|
||||
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||
ImageHelper.write(getImage(false).getBufferedImage(), getImageFormat(), baos);
|
||||
ImageHelper.write(getImage(true).getBufferedImage(), getImageFormat(), baos);
|
||||
return new ByteArrayInputStream(baos.toByteArray());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user