Method Image.ILBM._decode()
- Method _decode
array _decode(string|array data)
- Description
-
Decode an ILBM image file.
Result is a mapping,
([ "image": object image, ... more ... ])
image is the stored image.
array _decode(string|array data)
Decode an ILBM image file.
Result is a mapping,
([
"image": object image,
... more ...
])
image is the stored image.