以下成员源于类 QImageWriter 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
QString
|
description () const |
(obsolete)
float
|
gamma () const |
(obsolete)
void
|
setDescription (const QString & description ) |
(obsolete)
void
|
setGamma (float gamma ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QImageReader::text () 代替。
Returns the description of the image.
另请参阅 setDescription ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QImage::colorSpace () 和 QColorSpace::gamma () 代替。
Returns the gamma level of the image.
另请参阅 setGamma ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 setText () 代替。
This is an image format specific function that sets the description of the image to description . For image formats that do not support setting the description, this value is ignored.
内容对于 description depends on the image format.
另请参阅 description ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QColorSpace conversion on the QImage 代替。
This is an image format specific function that sets the gamma level of the image to gamma . For image formats that do not support setting the gamma level, this value is ignored.
The value range of gamma depends on the image format. For example, the "png" format supports a gamma range from 0.0 to 1.0.