Home
last modified time | relevance | path

Searched defs:PicHeader (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/kf5-kimageformats/kimageformats-5.89.0/src/imageformats/
H A Dpic_p.h54 struct PicHeader { struct
76 PicHeader() in PicHeader() argument
80 quint32 magic; /**< Should be PIC_MAGIC_NUMBER */
82 QByteArray comment; /**< A free comment field (truncated to 80 bytes when
84 QByteArray id; /**< The file format ID (should be "PICT") */
85 quint16 width; /**< The width of the image in pixels */
86 quint16 height; /**< The height of the image in pixels */
87 float ratio; /**< The aspect ratio: width/height of each individual pixel
89 PicFields fields; /**< The interlace type (ignored) */
94 bool isValid() const in isValid()
[all …]