Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcodec::JpegModule::ImageInfo Struct Reference

#include <jpegmodule.h>

+ Collaboration diagram for fxcodec::JpegModule::ImageInfo:

Public Attributes

uint32_t width
 
uint32_t height
 
int num_components
 
int bits_per_components
 
bool color_transform
 

Detailed Description

Definition at line 30 of file jpegmodule.h.

Member Data Documentation

◆ bits_per_components

int fxcodec::JpegModule::ImageInfo::bits_per_components

Definition at line 34 of file jpegmodule.h.

Referenced by JpegLoadInfo().

◆ color_transform

bool fxcodec::JpegModule::ImageInfo::color_transform

Definition at line 35 of file jpegmodule.h.

◆ height

uint32_t fxcodec::JpegModule::ImageInfo::height

Definition at line 32 of file jpegmodule.h.

Referenced by JpegLoadInfo().

◆ num_components

int fxcodec::JpegModule::ImageInfo::num_components

Definition at line 33 of file jpegmodule.h.

Referenced by JpegLoadInfo().

◆ width

uint32_t fxcodec::JpegModule::ImageInfo::width

Definition at line 31 of file jpegmodule.h.

Referenced by JpegLoadInfo().


The documentation for this struct was generated from the following file: