These are the bindings for the HL fmt.hdll library, which contains various low level formats handling.
Static methods
staticdecodeJPG(src:Bytes, srcLen:Int, dst:Bytes, width:Int, height:Int, stride:Int, format:PixelFormat, flags:Int):Bool
Decode JPG data into the target buffer.
staticdecodePNG(src:Bytes, srcLen:Int, dst:Bytes, width:Int, height:Int, stride:Int, format:PixelFormat, flags:Int):Bool
Decode PNG data into the target buffer.