Skip to main content

read_psd

Function read_psd 

Source
pub fn read_psd(buffer: &[u8], options: &ReadOptions) -> ReadResult<Psd>
Expand description

High-level entry point. Mirror of upstream readPsd(reader, readOptions), but takes a byte slice + options and builds a PsdReader internally.