• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KImgIO

  • sources
  • kde-4.14
  • kdelibs
  • kimgio
exr.h
Go to the documentation of this file.
1 
11 #ifndef KIMG_EXR_H
12 #define KIMG_EXR_H
13 
14 #include <QtGui/QImageIOPlugin>
15 
16 class EXRHandler : public QImageIOHandler
17 {
18 public:
19  EXRHandler();
20 
24  bool canRead() const;
25 
34  bool read( QImage *outImage );
35 
43  bool write( const QImage &image );
44 
50  QByteArray name() const;
51 
55  static bool canRead( QIODevice *device );
56 };
57 
58 #ifndef DOXYGEN_SHOULD_SKIP_THIS
59 class EXRPlugin : public QImageIOPlugin
60 {
61 public:
62  QStringList keys() const;
63  Capabilities capabilities(QIODevice *device, const QByteArray &format) const;
64  QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const;
65 };
66 #endif
67 
68 #endif
QIODevice
QImageIOPlugin::create
virtual QImageIOHandler * create(QIODevice *device, const QByteArray &format) const =0
QImageIOHandler::device
QIODevice * device() const
QByteArray
EXRHandler::read
bool read(QImage *outImage)
Read contents from the file / stream into an image.
Definition: exr.cpp:168
EXRHandler
QImageIO Routines to read (and perhaps in the future, write) images in the high definition EXR format...
Definition: exr.h:16
EXRHandler::write
bool write(const QImage &image)
Write the contents of an image into the file / stream.
Definition: exr.cpp:211
EXRHandler::canRead
bool canRead() const
Test if the file / stream can potentially read more data.
Definition: exr.cpp:153
QImageIOPlugin::capabilities
virtual Capabilities capabilities(QIODevice *device, const QByteArray &format) const =0
QImageIOPlugin
QStringList
QImageIOHandler
QImage
EXRHandler::EXRHandler
EXRHandler()
Definition: exr.cpp:149
QImageIOPlugin::keys
virtual QStringList keys() const =0
EXRHandler::name
QByteArray name() const
The name of this plugin.
Definition: exr.cpp:162
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KImgIO

Skip menu "KImgIO"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal