psd-d ~master (2021-09-15T09:47:45.236709)
Dub
Repo
Thumbnail
psd
image_resources
A struct representing a thumbnail as stored in the image resources section.
struct
Thumbnail {
uint
width
;
uint
height
;
uint
binaryJpegSize
;
ubyte
[]
binaryJpeg
;
}
Members
Variables
binaryJpeg
ubyte
[]
binaryJpeg
;
Undocumented in source.
binaryJpegSize
uint
binaryJpegSize
;
Undocumented in source.
height
uint
height
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
psd
image_resources
enums
ImageResourceType
structs
AlphaChannel
ImageResourceBlock
ImageResourcesData
Thumbnail
A struct representing a thumbnail as stored in the image resources section.