mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 03:05:29 +00:00
Issue #87 Not displaying image changes in DefineBitsLossLess1 & 2
This commit is contained in:
@@ -84,6 +84,7 @@ public class DefineBitsLossless2Tag extends ImageTag implements AloneTag {
|
||||
SWFOutputStream sos2 = new SWFOutputStream(zlibOS, SWF.DEFAULT_VERSION);
|
||||
sos2.writeBytesZlib(bitmapDataOS.toByteArray());
|
||||
zlibBitmapData = zlibOS.toByteArray();
|
||||
decompressed = false;
|
||||
}
|
||||
|
||||
public DefineBitsLossless2Tag(byte[] data, int version, long pos) throws IOException {
|
||||
|
||||
@@ -80,6 +80,7 @@ public class DefineBitsLosslessTag extends ImageTag implements AloneTag {
|
||||
SWFOutputStream sos2 = new SWFOutputStream(zlibOS, SWF.DEFAULT_VERSION);
|
||||
sos2.writeBytesZlib(bitmapDataOS.toByteArray());
|
||||
zlibBitmapData = zlibOS.toByteArray();
|
||||
decompressed = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user