java.lang.Object | |
↳ | com.facebook.imagepipeline.nativecode.WebpTranscoderImpl |
Helper methods for modifying webp static images.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebpTranscoderImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | isWebpNativelySupported(ImageFormat webpFormat) | ||||||||||
void |
transcodeWebpToJpeg(InputStream inputStream, OutputStream outputStream, int quality)
Transcodes webp image given by input stream into jpeg.
| ||||||||||
void |
transcodeWebpToPng(InputStream inputStream, OutputStream outputStream)
Transcodes Webp image given by input stream into png.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.facebook.imagepipeline.nativecode.WebpTranscoder
|
Transcodes webp image given by input stream into jpeg.
IOException |
---|
Transcodes Webp image given by input stream into png.
IOException |
---|