![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <jpegmodule.h>
Public Attributes | |
| uint32_t | width |
| uint32_t | height |
| int | num_components |
| int | bits_per_components |
| bool | color_transform |
Definition at line 32 of file jpegmodule.h.
| int fxcodec::JpegModule::ImageInfo::bits_per_components |
Definition at line 36 of file jpegmodule.h.
Referenced by JpegLoadInfo().
| bool fxcodec::JpegModule::ImageInfo::color_transform |
Definition at line 37 of file jpegmodule.h.
| uint32_t fxcodec::JpegModule::ImageInfo::height |
Definition at line 34 of file jpegmodule.h.
Referenced by JpegLoadInfo().
| int fxcodec::JpegModule::ImageInfo::num_components |
Definition at line 35 of file jpegmodule.h.
Referenced by JpegLoadInfo().
| uint32_t fxcodec::JpegModule::ImageInfo::width |
Definition at line 33 of file jpegmodule.h.
Referenced by JpegLoadInfo().