◆ CompressImage()
Compresses an image
- Parameters
-
| InUncompressedData | The uncompressed image data |
| InWidth | Width of the image |
| InHeight | Height of the image |
| OutCompressedData | [Out] Compressed image data |
- Returns
- true if the image was compressed successfully, otherwise false if an error occurred
Implements FThumbnailCompressionInterface.
◆ DecompressImage()
Decompresses an image
- Parameters
-
| InCompressedData | The compressed image data |
| InWidth | Width of the image |
| InHeight | Height of the image |
| OutUncompressedData | [Out] Uncompressed image data |
- Returns
- true if the image was decompressed successfully, otherwise false if an error occurred
Implements FThumbnailCompressionInterface.
◆ GetThumbnailCompressorName()
| FName FJPEGThumbnailCompressor::GetThumbnailCompressorName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ IsLosslessCompression()
| bool FJPEGThumbnailCompressor::IsLosslessCompression |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: