mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
xcf: initialize layer mode
https://gitlab.gnome.org/GNOME/gimp/raw/master/devel-docs/xcf.txt When reading old XCF files that lack this property, assume mode==0.
This commit is contained in:
parent
311296dd19
commit
188271a5d0
@ -97,7 +97,7 @@ private:
|
|||||||
quint32 show_mask; //!< Show the layer mask rather than the image?
|
quint32 show_mask; //!< Show the layer mask rather than the image?
|
||||||
qint32 x_offset; //!< x offset of the layer relative to the image
|
qint32 x_offset; //!< x offset of the layer relative to the image
|
||||||
qint32 y_offset; //!< y offset of the layer relative to the image
|
qint32 y_offset; //!< y offset of the layer relative to the image
|
||||||
quint32 mode; //!< Combining mode of layer (LayerModeEffects)
|
quint32 mode = 0; //!< Combining mode of layer (LayerModeEffects)
|
||||||
quint32 tattoo; //!< (unique identifier?)
|
quint32 tattoo; //!< (unique identifier?)
|
||||||
|
|
||||||
//! As each tile is read from the file, it is buffered here.
|
//! As each tile is read from the file, it is buffered here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user