| decodeImage |
(Object source) |
yoix.image |
| decodeImage |
() |
|
| |
Reads an encoded image from
source,
which should be an open
Stream
or the binary
String
representation of the image (as produced by
encodeImage)
and returns an
Image
that represents the data.
When no arguments are supplied, an
Array
of
String
values is returned that lists the recognized image encodings.
When the supplied data cannot be successfully decoded into an image,
NULL
is returned.
|
Yoix is a registered trademark of AT&T Intellectual Property.
|