reverse-interlace-none ( bytes loading-png -- array )


Vocabulary
images.png

Inputs
bytesan object
loading-pngan object


Outputs
arrayan object


Definition


:: reverse-interlace-none ( bytes loading-png -- array )
bytes binary <byte-reader>
:> br loading-png width>> :> width loading-png height>>
:> height br loading-png width height read-scanlines ;