Registry / other / qtimageformats

qtimageformats

JSON →
library6.10.1vcpkgunverified

The Qt Image Formats add-on module provides optional support for other image file formats.

vcpkg install qtimageformats
INSTALL
IMPORT
SIG · QTIMAGEFORMATS
Q
qtimageformats
othercppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QImageReader
#include <QImageReader>

Read a WebP image using Qt's image format plugins

#include <QImageReader> #include <QImage> #include <QString> int main() { QImageReader reader("image.webp"); QImage image = reader.read(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

qtimageformats — pip install qtimageformats · libregistry