25 uint16_t channelDepth,
27 uint16_t photometricInterpretation,
28 bool hasTransparency =
false);
30 bool read(QIODevice &io);
34 std::shared_ptr<PSDLayerMaskSection> record()
const;
43 return m_channelDepth;
60 template<psd_
byte_order
byteOrder = psd_
byte_order::psdBigEndian>
61 bool readImpl(QIODevice &device);
63 template<psd_
byte_order
byteOrder = psd_
byte_order::psdBigEndian>