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 Class Reference

#include <jpegmodule.h>

+ Collaboration diagram for fxcodec::JpegModule:

Classes

struct  ImageInfo
 

Public Member Functions

 JpegModule ()=delete
 
 JpegModule (const JpegModule &)=delete
 
JpegModuleoperator= (const JpegModule &)=delete
 

Static Public Member Functions

static std::unique_ptr< ScanlineDecoderCreateDecoder (pdfium::span< const uint8_t > src_span, uint32_t width, uint32_t height, int nComps, bool ColorTransform)
 
static absl::optional< ImageInfoLoadInfo (pdfium::span< const uint8_t > src_span)
 

Detailed Description

Definition at line 28 of file jpegmodule.h.

Constructor & Destructor Documentation

◆ JpegModule() [1/2]

fxcodec::JpegModule::JpegModule ( )
delete

◆ JpegModule() [2/2]

fxcodec::JpegModule::JpegModule ( const JpegModule & )
delete

Member Function Documentation

◆ CreateDecoder()

std::unique_ptr< ScanlineDecoder > fxcodec::JpegModule::CreateDecoder ( pdfium::span< const uint8_t > src_span,
uint32_t width,
uint32_t height,
int nComps,
bool ColorTransform )
static

Definition at line 380 of file jpegmodule.cpp.

◆ LoadInfo()

absl::optional< JpegModule::ImageInfo > fxcodec::JpegModule::LoadInfo ( pdfium::span< const uint8_t > src_span)
static

Definition at line 396 of file jpegmodule.cpp.

◆ operator=()

JpegModule & fxcodec::JpegModule::operator= ( const JpegModule & )
delete

The documentation for this class was generated from the following files: