Eneboo - Documentación para desarrolladores
|
The QImage class provides a hardware-independent pixmap representation with direct access to the pixel data. Más...
#include <qimage.h>
Clases | |
struct | QImageData |
Tipos públicos | |
enum | Endian { IgnoreEndian, BigEndian, LittleEndian, IgnoreEndian, BigEndian, LittleEndian } |
enum | ScaleMode { ScaleFree, ScaleMin, ScaleMax, ScaleFree, ScaleMin, ScaleMax } |
enum | Endian { IgnoreEndian, BigEndian, LittleEndian, IgnoreEndian, BigEndian, LittleEndian } |
enum | ScaleMode { ScaleFree, ScaleMin, ScaleMax, ScaleFree, ScaleMin, ScaleMax } |
Métodos públicos | |
QImage () | |
QImage (int width, int height, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) | |
QImage (const QSize &, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) | |
QImage (const QString &fileName, const char *format=0) | |
QImage (const char *const xpm[]) | |
QImage (const QByteArray &data) | |
QImage (uchar *data, int w, int h, int depth, QRgb *colortable, int numColors, Endian bitOrder) | |
QImage (const QImage &) | |
~QImage () | |
QImage & | operator= (const QImage &) |
QImage & | operator= (const QPixmap &) |
bool | operator== (const QImage &) const |
bool | operator!= (const QImage &) const |
void | detach () |
QImage | copy () const |
QImage | copy (int x, int y, int w, int h, int conversion_flags=0) const |
QImage | copy (const QRect &) const |
bool | isNull () const |
int | width () const |
int | height () const |
QSize | size () const |
QRect | rect () const |
int | depth () const |
int | numColors () const |
Endian | bitOrder () const |
QRgb | color (int i) const |
void | setColor (int i, QRgb c) |
void | setNumColors (int) |
bool | hasAlphaBuffer () const |
void | setAlphaBuffer (bool) |
bool | allGray () const |
bool | isGrayscale () const |
uchar * | bits () const |
uchar * | scanLine (int) const |
uchar ** | jumpTable () const |
QRgb * | colorTable () const |
int | numBytes () const |
int | bytesPerLine () const |
bool | create (int width, int height, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) |
bool | create (const QSize &, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) |
void | reset () |
void | fill (uint pixel) |
void | invertPixels (bool invertAlpha=TRUE) |
QImage | convertDepth (int) const |
QImage | convertDepthWithPalette (int, QRgb *p, int pc, int cf=0) const |
QImage | convertDepth (int, int conversion_flags) const |
QImage | convertBitOrder (Endian) const |
QImage | smoothScale (int w, int h, ScaleMode mode=ScaleFree) const |
QImage | smoothScale (const QSize &s, ScaleMode mode=ScaleFree) const |
QImage | scale (int w, int h, ScaleMode mode=ScaleFree) const |
QImage | scale (const QSize &s, ScaleMode mode=ScaleFree) const |
QImage | scaleWidth (int w) const |
QImage | scaleHeight (int h) const |
QImage | xForm (const QWMatrix &matrix) const |
QImage | createAlphaMask (int conversion_flags=0) const |
QImage | createHeuristicMask (bool clipTight=TRUE) const |
QImage | mirror () const |
QImage | mirror (bool horizontally, bool vertically) const |
QImage | swapRGB () const |
bool | load (const QString &fileName, const char *format=0) |
bool | loadFromData (const uchar *buf, uint len, const char *format=0) |
bool | loadFromData (QByteArray data, const char *format=0) |
bool | save (const QString &fileName, const char *format, int quality=-1) const |
bool | save (QIODevice *device, const char *format, int quality=-1) const |
bool | valid (int x, int y) const |
int | pixelIndex (int x, int y) const |
QRgb | pixel (int x, int y) const |
void | setPixel (int x, int y, uint index_or_rgb) |
int | dotsPerMeterX () const |
int | dotsPerMeterY () const |
void | setDotsPerMeterX (int) |
void | setDotsPerMeterY (int) |
QPoint | offset () const |
void | setOffset (const QPoint &) |
QValueList< QImageTextKeyLang > | textList () const |
QStringList | textLanguages () const |
QStringList | textKeys () const |
QString | text (const char *key, const char *lang=0) const |
QString | text (const QImageTextKeyLang &) const |
void | setText (const char *key, const char *lang, const QString &) |
QImage () | |
QImage (int width, int height, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) | |
QImage (const QSize &, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) | |
QImage (const QString &fileName, const char *format=0) | |
QImage (const char *const xpm[]) | |
QImage (const QByteArray &data) | |
QImage (uchar *data, int w, int h, int depth, QRgb *colortable, int numColors, Endian bitOrder) | |
QImage (const QImage &) | |
~QImage () | |
QImage & | operator= (const QImage &) |
QImage & | operator= (const QPixmap &) |
bool | operator== (const QImage &) const |
bool | operator!= (const QImage &) const |
void | detach () |
QImage | copy () const |
QImage | copy (int x, int y, int w, int h, int conversion_flags=0) const |
QImage | copy (const QRect &) const |
bool | isNull () const |
int | width () const |
int | height () const |
QSize | size () const |
QRect | rect () const |
int | depth () const |
int | numColors () const |
Endian | bitOrder () const |
QRgb | color (int i) const |
void | setColor (int i, QRgb c) |
void | setNumColors (int) |
bool | hasAlphaBuffer () const |
void | setAlphaBuffer (bool) |
bool | allGray () const |
bool | isGrayscale () const |
uchar * | bits () const |
uchar * | scanLine (int) const |
uchar ** | jumpTable () const |
QRgb * | colorTable () const |
int | numBytes () const |
int | bytesPerLine () const |
bool | create (int width, int height, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) |
bool | create (const QSize &, int depth, int numColors=0, Endian bitOrder=IgnoreEndian) |
void | reset () |
void | fill (uint pixel) |
void | invertPixels (bool invertAlpha=TRUE) |
QImage | convertDepth (int) const |
QImage | convertDepthWithPalette (int, QRgb *p, int pc, int cf=0) const |
QImage | convertDepth (int, int conversion_flags) const |
QImage | convertBitOrder (Endian) const |
QImage | smoothScale (int w, int h, ScaleMode mode=ScaleFree) const |
QImage | smoothScale (const QSize &s, ScaleMode mode=ScaleFree) const |
QImage | scale (int w, int h, ScaleMode mode=ScaleFree) const |
QImage | scale (const QSize &s, ScaleMode mode=ScaleFree) const |
QImage | scaleWidth (int w) const |
QImage | scaleHeight (int h) const |
QImage | xForm (const QWMatrix &matrix) const |
QImage | createAlphaMask (int conversion_flags=0) const |
QImage | createHeuristicMask (bool clipTight=TRUE) const |
QImage | mirror () const |
QImage | mirror (bool horizontally, bool vertically) const |
QImage | swapRGB () const |
bool | load (const QString &fileName, const char *format=0) |
bool | loadFromData (const uchar *buf, uint len, const char *format=0) |
bool | loadFromData (QByteArray data, const char *format=0) |
bool | save (const QString &fileName, const char *format, int quality=-1) const |
bool | save (QIODevice *device, const char *format, int quality=-1) const |
bool | valid (int x, int y) const |
int | pixelIndex (int x, int y) const |
QRgb | pixel (int x, int y) const |
void | setPixel (int x, int y, uint index_or_rgb) |
int | dotsPerMeterX () const |
int | dotsPerMeterY () const |
void | setDotsPerMeterX (int) |
void | setDotsPerMeterY (int) |
QPoint | offset () const |
void | setOffset (const QPoint &) |
QValueList< QImageTextKeyLang > | textList () const |
QStringList | textLanguages () const |
QStringList | textKeys () const |
QString | text (const char *key, const char *lang=0) const |
QString | text (const QImageTextKeyLang &) const |
void | setText (const char *key, const char *lang, const QString &) |
Métodos públicos estáticos | |
static QImage | fromMimeSource (const QString &abs_name) |
static Endian | systemBitOrder () |
static Endian | systemByteOrder () |
static const char * | imageFormat (const QString &fileName) |
static QStrList | inputFormats () |
static QStrList | outputFormats () |
static QStringList | inputFormatList () |
static QStringList | outputFormatList () |
static QImage | fromMimeSource (const QString &abs_name) |
static Endian | systemBitOrder () |
static Endian | systemByteOrder () |
static const char * | imageFormat (const QString &fileName) |
static QStrList | inputFormats () |
static QStrList | outputFormats () |
static QStringList | inputFormatList () |
static QStringList | outputFormatList () |
Amigas | |
Q_EXPORT void | bitBlt (QImage *dst, int dx, int dy, const QImage *src, int sx, int sy, int sw, int sh, int conversion_flags) |
Q_EXPORT void | bitBlt (QImage *dst, int dx, int dy, const QImage *src, int sx, int sy, int sw, int sh, int conversion_flags) |
Funciones relacionadas | |
(Observar que estas no son funciones miembro.) | |
QDataStream & | operator<< (QDataStream &s, const QImage &image) |
QDataStream & | operator>> (QDataStream &s, QImage &image) |
The QImage class provides a hardware-independent pixmap representation with direct access to the pixel data.
It is one of the two classes Qt provides for dealing with images, the other being QPixmap. QImage is designed and optimized for I/O and for direct pixel access/manipulation. QPixmap is designed and optimized for drawing. There are (slow) functions to convert between QImage and QPixmap: QPixmap::convertToImage() and QPixmap::convertFromImage().
An image has the parameters width, height and depth (bits per pixel, bpp), a color table and the actual pixels. QImage supports 1-bpp, 8-bpp and 32-bpp image data. 1-bpp and 8-bpp images use a color lookup table; the pixel value is a color table index.
32-bpp images encode an RGB value in 24 bits and ignore the color table. The most significant byte is used for the alpha buffer.
An entry in the color table is an RGB triplet encoded as a uint
. Use the qRed(), qGreen() and qBlue() functions (qcolor.h
) to access the components, and qRgb to make an RGB triplet (see the QColor class documentation).
1-bpp (monochrome) images have a color table with a most two colors. There are two different formats: big endian (MSB first) or little endian (LSB first) bit order. To access a single bit you will must do some bit shifts:
QImage image; // sets bit at (x,y) to 1 if ( image.bitOrder() == QImage::LittleEndian ) *(image.scanLine(y) + (x >> 3)) |= 1 << (x & 7); else *(image.scanLine(y) + (x >> 3)) |= 1 << (7 - (x & 7));
If this looks complicated, it might be a good idea to convert the 1-bpp image to an 8-bpp image using convertDepth().
8-bpp images are much easier to work with than 1-bpp images because they have a single byte per pixel:
QImage image; // set entry 19 in the color table to yellow image.setColor( 19, qRgb(255,255,0) ); // set 8 bit pixel at (x,y) to value yellow (in color table) *(image.scanLine(y) + x) = 19;
32-bpp images ignore the color table; instead, each pixel contains the RGB triplet. 24 bits contain the RGB value; the most significant byte is reserved for the alpha buffer.
QImage image; // sets 32 bit pixel at (x,y) to yellow. uint *p = (uint *)image.scanLine(y) + x; *p = qRgb(255,255,0);
On Qt/Embedded, scanlines are aligned to the pixel depth and may be padded to any degree, while on all other platforms, the scanlines are 32-bit aligned for all depths. The constructor taking a {uchar*} argument always expects 32-bit aligned data. On Qt/Embedded, an additional constructor allows the number of bytes-per-line to be specified.
QImage supports a variety of methods for getting information about the image, for example, colorTable(), allGray(), isGrayscale(), bitOrder(), bytesPerLine(), depth(), dotsPerMeterX() and dotsPerMeterY(), hasAlphaBuffer(), numBytes(), numColors(), and width() and height().
Pixel colors are retrieved with pixel() and set with setPixel().
QImage also supports a number of functions for creating a new image that is a transformed version of the original. For example, copy(), convertBitOrder(), convertDepth(), createAlphaMask(), createHeuristicMask(), mirror(), scale(), smoothScale(), swapRGB() and xForm(). There are also functions for changing attributes of an image in-place, for example, setAlphaBuffer(), setColor(), setDotsPerMeterX() and setDotsPerMeterY() and setNumColors().
Images can be loaded and saved in the supported formats. Images are saved to a file with save(). Images are loaded from a file with load() (or in the constructor) or from an array of data with loadFromData(). The lists of supported formats are available from inputFormatList() and outputFormatList().
Strings of text may be added to images using setText().
The QImage class uses explicit sharing, similar to that used by QMemArray.
New image formats can be added as plugins.
enum QImage::Endian |
This enum type is used to describe the endianness of the CPU and graphics hardware.
IgnoreEndian Endianness does not matter. Useful for some operations that are independent of endianness. BigEndian Network byte order, as on SPARC and Motorola CPUs. LittleEndian PC/Alpha byte order.
enum QImage::Endian |
enum QImage::ScaleMode |
enum QImage::ScaleMode |
The functions scale() and smoothScale() use different modes for scaling the image. The purpose of these modes is to retain the ratio of the image if this is required.
scaling.png
ScaleFree The image is scaled freely: the resulting image fits exactly into the specified size; the ratio will not necessarily be preserved. ScaleMin The ratio of the image is preserved and the resulting image is guaranteed to fit into the specified size (it is as large as possible within these constraints) - the image might be smaller than the requested size. ScaleMax The ratio of the image is preserved and the resulting image fills the whole specified rectangle (it is as small as possible within these constraints) - the image might be larger than the requested size.
QImage::QImage | ( | ) |
Constructs a null image.
QImage::QImage | ( | const QString & | fileName, |
const char * | format = 0 |
||
) |
Constructs an image and tries to load the image from the file fileName.
If format is specified, the loader attempts to read the image using the specified format. If format is not specified (which is the default), the loader reads a few bytes from the header to guess the file format.
If the loading of the image failed, this object is a null image.
The QImageIO documentation lists the supported image formats and explains how to add extra formats.
QImage::QImage | ( | const char *const | xpm[] | ) |
Constructs an image from xpm, which must be a valid XPM image.
Errors are silently ignored.
Note that it's possible to squeeze the XPM variable a little bit by using an unusual declaration:
static const char * const start_xpm[]={ "16 15 8 1", "a c #cec6bd", ....
The extra const
makes the entire definition read-only, which is slightly more efficient (e.g. when the code is in a shared library) and ROMable when the application is to be stored in ROM.
QImage::QImage | ( | const QByteArray & | array | ) |
Constructs an image from the binary data array. It tries to guess the file format.
If the loading of the image failed, this object is a null image.
QImage::QImage | ( | uchar * | yourdata, |
int | w, | ||
int | h, | ||
int | depth, | ||
QRgb * | colortable, | ||
int | numColors, | ||
Endian | bitOrder | ||
) |
Constructs an image w pixels wide, h pixels high with a color depth of depth, that uses an existing memory buffer, yourdata. The buffer must remain valid throughout the life of the QImage. The image does not delete the buffer at destruction.
If colortable is 0, a color table sufficient for numColors will be allocated (and destructed later).
Note that yourdata must be 32-bit aligned.
The endianness is given in bitOrder.
QImage::QImage | ( | const QImage & | image | ) |
Constructs a shallow copy of image.
QImage::~QImage | ( | ) |
Destroys the image and cleans up.
QImage::QImage | ( | ) |
QImage::QImage | ( | int | width, |
int | height, | ||
int | depth, | ||
int | numColors = 0 , |
||
Endian | bitOrder = IgnoreEndian |
||
) |
QImage::QImage | ( | const QString & | fileName, |
const char * | format = 0 |
||
) |
QImage::QImage | ( | const char *const | xpm[] | ) |
QImage::QImage | ( | const QByteArray & | data | ) |
QImage::QImage | ( | uchar * | data, |
int | w, | ||
int | h, | ||
int | depth, | ||
QRgb * | colortable, | ||
int | numColors, | ||
Endian | bitOrder | ||
) |
QImage::QImage | ( | const QImage & | ) |
QImage::~QImage | ( | ) |
bool QImage::allGray | ( | ) | const |
Returns TRUE if all the colors in the image are shades of gray (i.e. their red, green and blue components are equal); otherwise returns FALSE.
This function is slow for large 16-bit (Qt/Embedded only) and 32-bit images.
bool QImage::allGray | ( | ) | const |
QImage::Endian QImage::bitOrder | ( | ) | const [inline] |
Returns the bit order for the image.
If it is a 1-bpp image, this function returns either QImage::BigEndian or QImage::LittleEndian.
If it is not a 1-bpp image, this function returns QImage::IgnoreEndian.
Endian QImage::bitOrder | ( | ) | const [inline] |
uchar * QImage::bits | ( | ) | const [inline] |
Returns a pointer to the first pixel data. This is equivalent to scanLine(0).
uchar* QImage::bits | ( | ) | const |
int QImage::bytesPerLine | ( | ) | const |
int QImage::bytesPerLine | ( | ) | const [inline] |
Returns the number of bytes per image scanline. This is equivalent to numBytes()/height().
Returns the color in the color table at index i. The first color is at index 0.
A color value is an RGB triplet. Use the qRed(), qGreen() and qBlue() functions (defined in qcolor.h
) to get the color value components.
QRgb* QImage::colorTable | ( | ) | const |
Reimplementado en QwtPlotSpectrogramImage.
QRgb * QImage::colorTable | ( | ) | const [inline] |
Returns a pointer to the color table.
Reimplementado en QwtPlotSpectrogramImage.
Converts the bit order of the image to bitOrder and returns the converted image. The original image is not changed.
Returns *this
if the bitOrder is equal to the image bit order, or a null image if this image cannot be converted.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
Converts the depth (bpp) of the image to depth and returns the converted image. The original image is not changed.
The depth argument must be 1, 8, 16 (Qt/Embedded only) or 32.
Returns *this
if depth is equal to the image depth, or a null image if this image cannot be converted.
If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the conversion_flags to specify how you'd prefer this to happen.
QImage QImage::convertDepthWithPalette | ( | int | d, |
QRgb * | palette, | ||
int | palette_count, | ||
int | conversion_flags = 0 |
||
) | const |
Returns an image with depth d, using the palette_count colors pointed to by palette. If d is 1 or 8, the returned image will have its color table ordered the same as palette.
If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the conversion_flags to specify how you'd prefer this to happen.
Note: currently no closest-color search is made. If colors are found that are not in the palette, the palette may not be used at all. This result should not be considered valid because it may change in future implementations.
Currently inefficient for non-32-bit images.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
Returns a deep copy of a sub-area of the image.
The returned image always has the size of the rectangle r. In areas beyond this image pixels are filled with pixel 0.
QImage QImage::copy | ( | ) | const |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. Returns a deep copy of a sub-area of the image.
The returned image is always w by h pixels in size, and is copied from position x, y in this image. In areas beyond this image pixels are filled with pixel 0.
If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the conversion_flags to specify how you'd prefer this to happen.
bool QImage::create | ( | const QSize & | size, |
int | depth, | ||
int | numColors = 0 , |
||
QImage::Endian | bitOrder = IgnoreEndian |
||
) |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
bool QImage::create | ( | int | width, |
int | height, | ||
int | depth, | ||
int | numColors = 0 , |
||
Endian | bitOrder = IgnoreEndian |
||
) |
bool QImage::create | ( | const QSize & | , |
int | depth, | ||
int | numColors = 0 , |
||
Endian | bitOrder = IgnoreEndian |
||
) |
bool QImage::create | ( | int | width, |
int | height, | ||
int | depth, | ||
int | numColors = 0 , |
||
Endian | bitOrder = IgnoreEndian |
||
) |
Sets the image width, height, depth, its number of colors (in numColors), and bit order. Returns TRUE if successful, or FALSE if the parameters are incorrect or if memory cannot be allocated.
The width and height is limited to 32767. depth must be 1, 8, or 32. If depth is 1, bitOrder must be set to either QImage::LittleEndian or QImage::BigEndian. For other depths bitOrder must be QImage::IgnoreEndian.
This function allocates a color table and a buffer for the image data. The image data is not initialized.
The image buffer is allocated as a single block that consists of a table of scanline pointers (jumpTable()) and the image data (bits()).
Builds and returns a 1-bpp mask from the alpha buffer in this image. Returns a null image if alpha buffer mode is disabled.
See QPixmap::convertFromImage() for a description of the conversion_flags argument.
The returned image has little-endian bit order, which you can convert to big-endianness using convertBitOrder().
Creates and returns a 1-bpp heuristic mask for this image. It works by selecting a color from one of the corners, then chipping away pixels of that color starting at all the edges.
The four corners vote for which color is to be masked away. In case of a draw (this generally means that this function is not applicable to the image), the result is arbitrary.
The returned image has little-endian bit order, which you can convert to big-endianness using convertBitOrder().
If clipTight is TRUE the mask is just large enough to cover the pixels; otherwise, the mask is larger than the data pixels.
This function disregards the alpha buffer .
int QImage::depth | ( | ) | const [inline] |
int QImage::depth | ( | ) | const [inline] |
Returns the depth of the image.
The image depth is the number of bits used to encode a single pixel, also called bits per pixel (bpp) or bit planes of an image.
The supported depths are 1, 8, 16 (Qt/Embedded only) and 32.
void QImage::detach | ( | ) |
void QImage::detach | ( | ) |
Detaches from shared image data and makes sure that this image is the only one referring to the data.
If multiple images share common data, this image makes a copy of the data and detaches itself from the sharing mechanism. Nothing is done if there is just a single reference.
int QImage::dotsPerMeterX | ( | ) | const [inline] |
Returns the number of pixels that fit horizontally in a physical meter. This and dotsPerMeterY() define the intended scale and aspect ratio of the image.
int QImage::dotsPerMeterX | ( | ) | const |
int QImage::dotsPerMeterY | ( | ) | const [inline] |
Returns the number of pixels that fit vertically in a physical meter. This and dotsPerMeterX() define the intended scale and aspect ratio of the image.
int QImage::dotsPerMeterY | ( | ) | const |
void QImage::fill | ( | uint | pixel | ) |
Fills the entire image with the pixel value pixel.
If the depth of this image is 1, only the lowest bit is used. If you say fill(0), fill(2), etc., the image is filled with 0s. If you say fill(1), fill(3), etc., the image is filled with 1s. If the depth is 8, the lowest 8 bits are used.
If the depth is 32 and the image has no alpha buffer, the pixel value is written to each pixel in the image. If the image has an alpha buffer, only the 24 RGB bits are set and the upper 8 bits (alpha value) are left unchanged.
Note: QImage::pixel() returns the color of the pixel at the given coordinates; QColor::pixel() returns the pixel value of the underlying window system (essentially an index value), so normally you will want to use QImage::pixel() to use a color from an existing image or QColor::rgb() to use a specific color.
void QImage::fill | ( | uint | pixel | ) |
Convenience function. Gets the data associated with the absolute name abs_name from the default mime source factory and decodes it to an image.
bool QImage::hasAlphaBuffer | ( | ) | const [inline] |
Returns TRUE if alpha buffer mode is enabled; otherwise returns FALSE.
bool QImage::hasAlphaBuffer | ( | ) | const |
int QImage::height | ( | ) | const [inline] |
int QImage::height | ( | ) | const [inline] |
static const char* QImage::imageFormat | ( | const QString & | fileName | ) | [static] |
const char * QImage::imageFormat | ( | const QString & | fileName | ) | [static] |
Returns a string that specifies the image format of the file fileName, or 0 if the file cannot be read or if the format is not recognized.
The QImageIO documentation lists the guaranteed supported image formats, or use QImage::inputFormats() and QImage::outputFormats() to get lists that include the installed formats.
static QStringList QImage::inputFormatList | ( | ) | [static] |
QStringList QImage::inputFormatList | ( | ) | [static] |
Returns a list of image formats that are supported for image input.
Note that if you want to iterate over the list, you should iterate over a copy, e.g.
QStringList list = myImage.inputFormatList(); QStringList::Iterator it = list.begin(); while( it != list.end() ) { myProcessing( *it ); ++it; }
static QStrList QImage::inputFormats | ( | ) | [static] |
QStrList QImage::inputFormats | ( | ) | [static] |
Returns a list of image formats that are supported for image input.
void QImage::invertPixels | ( | bool | invertAlpha = TRUE | ) |
Inverts all pixel values in the image.
If the depth is 32: if invertAlpha is TRUE, the alpha bits are also inverted, otherwise they are left unchanged.
If the depth is not 32, the argument invertAlpha has no meaning.
Note that inverting an 8-bit image means to replace all pixels using color index i with a pixel using color index 255 minus i. Similarly for a 1-bit image. The color table is not changed.
void QImage::invertPixels | ( | bool | invertAlpha = TRUE | ) |
bool QImage::isGrayscale | ( | ) | const |
bool QImage::isGrayscale | ( | ) | const |
bool QImage::isNull | ( | ) | const [inline] |
Returns TRUE if it is a null image; otherwise returns FALSE.
A null image has all parameters set to zero and no allocated data.
bool QImage::isNull | ( | ) | const [inline] |
uchar** QImage::jumpTable | ( | ) | const |
uchar ** QImage::jumpTable | ( | ) | const [inline] |
Returns a pointer to the scanline pointer table.
This is the beginning of the data block for the image.
Loads an image from the file fileName. Returns TRUE if the image was successfully loaded; otherwise returns FALSE.
If format is specified, the loader attempts to read the image using the specified format. If format is not specified (which is the default), the loader reads a few bytes from the header to guess the file format.
The QImageIO documentation lists the supported image formats and explains how to add extra formats.
bool QImage::loadFromData | ( | QByteArray | data, |
const char * | format = 0 |
||
) |
Loads an image from the first len bytes of binary data in buf. Returns TRUE if the image was successfully loaded; otherwise returns FALSE.
If format is specified, the loader attempts to read the image using the specified format. If format is not specified (which is the default), the loader reads a few bytes from the header to guess the file format.
The QImageIO documentation lists the supported image formats and explains how to add extra formats.
bool QImage::loadFromData | ( | QByteArray | buf, |
const char * | format = 0 |
||
) |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. Loads an image from the QByteArray buf.
QImage QImage::mirror | ( | ) | const |
QImage QImage::mirror | ( | ) | const |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. Returns a mirror of the image, mirrored in the horizontal and/or the vertical direction depending on whether horizontal and vertical are set to TRUE or FALSE. The original image is not changed.
int QImage::numBytes | ( | ) | const |
int QImage::numBytes | ( | ) | const [inline] |
Returns the number of bytes occupied by the image data.
int QImage::numColors | ( | ) | const [inline] |
Returns the size of the color table for the image.
Notice that numColors() returns 0 for 16-bpp (Qt/Embedded only) and 32-bpp images because these images do not use color tables, but instead encode pixel values as RGB triplets.
int QImage::numColors | ( | ) | const [inline] |
QPoint QImage::offset | ( | ) | const [inline] |
Returns the number of pixels by which the image is intended to be offset by when positioning relative to other images.
QPoint QImage::offset | ( | ) | const |
Returns TRUE if this image and image i have different contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return quickly.
Assigns a shallow copy of image to this image and returns a reference to this image.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. Sets the image bits to the pixmap contents and returns a reference to the image.
If the image shares data with other images, it will first dereference the shared data.
Makes a call to QPixmap::convertToImage().
Returns TRUE if this image and image i have the same contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return quickly.
static QStringList QImage::outputFormatList | ( | ) | [static] |
QStringList QImage::outputFormatList | ( | ) | [static] |
Returns a list of image formats that are supported for image output.
Note that if you want to iterate over the list, you should iterate over a copy, e.g.
QStringList list = myImage.outputFormatList(); QStringList::Iterator it = list.begin(); while( it != list.end() ) { myProcessing( *it ); ++it; }
static QStrList QImage::outputFormats | ( | ) | [static] |
QStrList QImage::outputFormats | ( | ) | [static] |
Returns a list of image formats that are supported for image output.
Returns the color of the pixel at the coordinates (x, y).
If (x, y) is not on the image, the results are undefined.
QRect QImage::rect | ( | ) | const [inline] |
QRect QImage::rect | ( | ) | const [inline] |
void QImage::reset | ( | void | ) |
Resets all image parameters and deallocates the image data.
void QImage::reset | ( | ) |
Saves the image to the file fileName, using the image file format format and a quality factor of quality. quality must be in the range 0..100 or -1. Specify 0 to obtain small compressed files, 100 for large uncompressed files, and -1 (the default) to use the default settings.
Returns TRUE if the image was successfully saved; otherwise returns FALSE.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. This function writes a QImage to the QIODevice, device. This can be used, for example, to save an image directly into a QByteArray:
QImage image; QByteArray ba; QBuffer buffer( ba ); buffer.open( IO_WriteOnly ); image.save( &buffer, "PNG" ); // writes image into ba in PNG format
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. The requested size of the image is s.
Returns a copy of the image scaled to a rectangle of width w and height h according to the ScaleMode mode.
If mode is ScaleFree
, the image is scaled to (w, h). If mode is ScaleMin
, the image is scaled to a rectangle as large as possible inside (w, h), preserving the aspect ratio. If mode is ScaleMax
, the image is scaled to a rectangle as small as possible outside (w, h), preserving the aspect ratio.
If either the width w or the height h is 0 or negative, this function returns a null image.
This function uses a simple, fast algorithm. If you need better quality, use smoothScale() instead.
Returns a scaled copy of the image. The returned image has a height of h pixels. This function automatically calculates the width of the image so that the ratio of the image is preserved.
If h is 0 or negative a null image is returned.
Returns a scaled copy of the image. The returned image has a width of w pixels. This function automatically calculates the height of the image so that the ratio of the image is preserved.
If w is 0 or negative a null image is returned.
Returns a pointer to the pixel data at the scanline with index i. The first scanline is at index 0.
The scanline data is aligned on a 32-bit boundary.
{QRgb*} (QRgb has a 32-bit size) and use it to read/write the pixel value. You cannot use the
{uchar*} pointer directly, because the pixel format depends on the byte order on the underlying platform. Hint: use qRed(), qGreen() and qBlue(), etc. (qcolor.h) to access the pixels.void QImage::setAlphaBuffer | ( | bool | enable | ) |
Enables alpha buffer mode if enable is TRUE, otherwise disables it. The default setting is disabled.
An 8-bpp image has 8-bit pixels. A pixel is an index into the color table, which contains 32-bit color values. In a 32-bpp image, the 32-bit pixels are the color values.
This 32-bit value is encoded as follows: The lower 24 bits are used for the red, green, and blue components. The upper 8 bits contain the alpha component.
The alpha component specifies the transparency of a pixel. 0 means completely transparent and 255 means opaque. The alpha component is ignored if you do not enable alpha buffer mode.
The alpha buffer is used to set a mask when a QImage is translated to a QPixmap.
void QImage::setAlphaBuffer | ( | bool | ) |
Sets a color in the color table at index i to c.
A color value is an RGB triplet. Use the qRgb() function (defined in qcolor.h
) to make RGB triplets.
void QImage::setDotsPerMeterX | ( | int | ) |
void QImage::setDotsPerMeterX | ( | int | x | ) |
Sets the value returned by dotsPerMeterX() to x.
void QImage::setDotsPerMeterY | ( | int | ) |
void QImage::setDotsPerMeterY | ( | int | y | ) |
Sets the value returned by dotsPerMeterY() to y.
void QImage::setNumColors | ( | int | ) |
void QImage::setNumColors | ( | int | numColors | ) |
Resizes the color table to numColors colors.
If the color table is expanded all the extra colors will be set to black (RGB 0,0,0).
void QImage::setOffset | ( | const QPoint & | ) |
Sets the pixel index or color at the coordinates (x, y) to index_or_rgb.
If (x, y) is not valid, the result is undefined.
If the image is a paletted image (depth() <= 8) and index_or_rgb >= numColors(), the result is undefined.
void QImage::setText | ( | const char * | key, |
const char * | lang, | ||
const QString & | s | ||
) |
Records string s for the keyword key. The key should be a portable keyword recognizable by other software - some suggested values can be found in the PNG specification . s can be any text. lang should specify the language code (see RFC 1766 ) or 0.
void QImage::setText | ( | const char * | key, |
const char * | lang, | ||
const QString & | |||
) |
QSize QImage::size | ( | ) | const [inline] |
QSize QImage::size | ( | ) | const [inline] |
Returns a smoothly scaled copy of the image. The returned image has a size of width w by height h pixels if mode is ScaleFree
. The modes ScaleMin
and ScaleMax
may be used to preserve the ratio of the image: if mode is ScaleMin
, the returned image is guaranteed to fit into the rectangle specified by w and h (it is as large as possible within the constraints); if mode is ScaleMax
, the returned image fits at least into the specified rectangle (it is a small as possible within the constraints).
For 32-bpp images and 1-bpp/8-bpp color images the result will be 32-bpp, whereas all-gray images (including black-and-white 1-bpp) will produce 8-bit grayscale images with the palette spanning 256 grays from black to white.
This function uses code based on pnmscale.c by Jef Poskanzer.
pnmscale.c - read a portable anymap and scale it
Copyright (C) 1989, 1991 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. The requested size of the image is s.
QImage QImage::swapRGB | ( | ) | const |
QImage QImage::swapRGB | ( | ) | const |
static Endian QImage::systemBitOrder | ( | ) | [static] |
QImage::Endian QImage::systemBitOrder | ( | ) | [static] |
Determines the bit order of the display hardware. Returns QImage::LittleEndian (LSB first) or QImage::BigEndian (MSB first).
static Endian QImage::systemByteOrder | ( | ) | [static] |
QImage::Endian QImage::systemByteOrder | ( | ) | [static] |
Determines the host computer byte order. Returns QImage::LittleEndian (LSB first) or QImage::BigEndian (MSB first).
QString QImage::text | ( | const QImageTextKeyLang & | kl | ) | const |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. Returns the string recorded for the keyword and language kl.
QString QImage::text | ( | const char * | key, |
const char * | lang = 0 |
||
) | const |
QString QImage::text | ( | const QImageTextKeyLang & | ) | const |
QString QImage::text | ( | const char * | key, |
const char * | lang = 0 |
||
) | const |
Returns the string recorded for the keyword key in language lang, or in a default language if lang is 0.
QStringList QImage::textKeys | ( | ) | const |
QStringList QImage::textKeys | ( | ) | const |
Returns the keywords for which some texts are recorded.
Note that if you want to iterate over the list, you should iterate over a copy, e.g.
QStringList list = myImage.textKeys(); QStringList::Iterator it = list.begin(); while( it != list.end() ) { myProcessing( *it ); ++it; }
QStringList QImage::textLanguages | ( | ) | const |
QStringList QImage::textLanguages | ( | ) | const |
Returns the language identifiers for which some texts are recorded.
Note that if you want to iterate over the list, you should iterate over a copy, e.g.
QStringList list = myImage.textLanguages(); QStringList::Iterator it = list.begin(); while( it != list.end() ) { myProcessing( *it ); ++it; }
QValueList<QImageTextKeyLang> QImage::textList | ( | ) | const |
QValueList< QImageTextKeyLang > QImage::textList | ( | ) | const |
Returns a list of QImageTextKeyLang objects that enumerate all the texts key/language pairs set by setText() for this image.
Note that if you want to iterate over the list, you should iterate over a copy, e.g.
QValueList<QImageTextKeyLang> list = myImage.textList(); QValueList<QImageTextKeyLang>::Iterator it = list.begin(); while( it != list.end() ) { myProcessing( *it ); ++it; }
Returns TRUE if ( x, y ) is a valid coordinate in the image; otherwise returns FALSE.
int QImage::width | ( | ) | const [inline] |
int QImage::width | ( | ) | const [inline] |
Returns a copy of the image that is transformed using the transformation matrix, matrix.
The transformation matrix is internally adjusted to compensate for unwanted translation, i.e. xForm() returns the smallest image that contains all the transformed points of the original image.
void bitBlt | ( | QImage * | dst, |
int | dx, | ||
int | dy, | ||
const QImage * | src, | ||
int | sx = 0 , |
||
int | sy = 0 , |
||
int | sw = -1 , |
||
int | sh = -1 , |
||
int | conversion_flags = 0 |
||
) | [friend] |
Copies a block of pixels from src to dst. The pixels copied from source (src) are converted according to conversion_flags if it is incompatible with the destination (dst).
sx, sy is the top-left pixel in src, dx, dy is the top-left position in dst and sw, is the size of the copied block.
The copying is clipped if areas outside src or dst are specified.
If sw is -1, it is adjusted to src->width(). Similarly, if sh is -1, it is adjusted to src->height().
Currently inefficient for non 32-bit images.
Q_EXPORT void bitBlt | ( | QImage * | dst, |
int | dx, | ||
int | dy, | ||
const QImage * | src, | ||
int | sx, | ||
int | sy, | ||
int | sw, | ||
int | sh, | ||
int | conversion_flags | ||
) | [friend] |
QDataStream & operator<< | ( | QDataStream & | s, |
const QImage & | image | ||
) | [related] |
Writes the image image to the stream s as a PNG image, or as a BMP image if the stream's version is 1.
Note that writing the stream to a file will not produce a valid image file.
QDataStream & operator>> | ( | QDataStream & | s, |
QImage & | image | ||
) | [related] |
Reads an image from the stream s and stores it in image.