| com.facebook.imagepipeline.nativecode.WebpTranscoder |
Known Indirect Subclasses
|
The abstraction for WebpTranscoder
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean | isWebpNativelySupported(ImageFormat webpFormat) | ||||||||||
| abstract void |
transcodeWebpToJpeg(InputStream inputStream, OutputStream outputStream, int quality)
Transcodes webp image given by input stream into jpeg.
| ||||||||||
| abstract void |
transcodeWebpToPng(InputStream inputStream, OutputStream outputStream)
Transcodes Webp image given by input stream into png.
| ||||||||||
Transcodes webp image given by input stream into jpeg.
| IOException |
|---|
Transcodes Webp image given by input stream into png.
| IOException |
|---|