Package com.enonic.xp.image
Interface ImageService
-
public interface ImageService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getFormatByMimeType(java.lang.String mimeType)
Deprecated.com.google.common.io.ByteSource
readImage(ReadImageParams readImageParams)
-
-
-
Method Detail
-
readImage
com.google.common.io.ByteSource readImage(ReadImageParams readImageParams) throws java.io.IOException
- Throws:
java.io.IOException
-
getFormatByMimeType
@Deprecated java.lang.String getFormatByMimeType(java.lang.String mimeType) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-