Images
Images class
Methods to instantiate and work with IImage.
Images
Name | Description |
---|---|
Images() |
Returns: Images
fromData
Name | Description |
---|---|
fromData (byte[]) | Create an image from byte array. |
Returns: SlidesImage
fromFile
Name | Description |
---|---|
fromFile (String) | Create an image from the file. |
Returns: SlidesImage
fromStreamFromStream
Name | Description |
---|---|
fromStreamFromStream (Images, ReadStream, Function) | Create an image from the stream. |
Returns: SlidesImage