[Top]
Image
Image.ILBM
|
Method Image.ILBM.decode()
- Method
decode
-
object Image.ILBM.decode(string data)
object Image.ILBM.decode(array _decoded)
object Image.ILBM.decode(array __decoded)
- Description
-
-
Decodes ILBM data and creates an image object.
- Returns
-
-
the decoded image as an image object
- Note
-
-
This function may throw errors upon illegal ILBM data.
This function uses __decode and
_decode internally.
- See also
-
-
encode
|