Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QIIOFHelpers Class Reference

#include <qiiofhelpers_p.h>

+ Collaboration diagram for QIIOFHelpers:

Static Public Member Functions

static QImageIOPlugin::Capabilities systemCapabilities (const QString &uti)
 
static bool readImage (QImageIOHandler *q_ptr, QImage *out)
 
static bool writeImage (QImageIOHandler *q_ptr, const QImage &in, const QString &uti)
 

Detailed Description

Definition at line 29 of file qiiofhelpers_p.h.

Member Function Documentation

◆ readImage()

bool QIIOFHelpers::readImage ( QImageIOHandler q_ptr,
QImage out 
)
static

Definition at line 80 of file qiiofhelpers.cpp.

References out.

Referenced by QMacJp2Handler::read().

+ Here is the caller graph for this function:

◆ systemCapabilities()

QImageIOPlugin::Capabilities QIIOFHelpers::systemCapabilities ( const QString uti)
static

Definition at line 62 of file qiiofhelpers.cpp.

References QImageIOPlugin::CanRead, and QImageIOPlugin::CanWrite.

Referenced by QMacHeifPlugin::capabilities().

+ Here is the caller graph for this function:

◆ writeImage()

bool QIIOFHelpers::writeImage ( QImageIOHandler q_ptr,
const QImage in,
const QString uti 
)
static

Definition at line 86 of file qiiofhelpers.cpp.

Referenced by QMacJp2Handler::write().

+ Here is the caller graph for this function:

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