Skip to main content

read_psd_from_reader

Function read_psd_from_reader 

Source
pub fn read_psd_from_reader(reader: &mut PsdReader<'_>) -> ReadResult<Psd>
Expand description

Mirror of upstream readPsd operating on an existing reader (options must already be set on the reader, as upstream does via Object.assign).