PNGEncoder2 icon indicating copy to clipboard operation
PNGEncoder2 copied to clipboard

A better PNG encoder for Flash

Results 3 PNGEncoder2 issues
Sort by recently updated
recently updated
newest added

Error: Error #1000: The system is out of memory. at flash.utils::ByteArray/readBytes() at _PNGEncoder2::PNGEncoder2Impl$/writeIDATChunk() at _PNGEncoder2::PNGEncoder2Impl/onEnterFrame()

hello, i'm trying to use PNGEncoder2 from AS3. i have tried both the provided SWC and compiling one with haxe 3.1.3. using amxmlc from the AIR SDK 16 / 17...

If the encoder errors out from any reason (e.g. out of memory), it doesn't get reset at the end, so any subsequent encodes error out with "Only one PNG can...