Go to the source code of this file.
 | 
| enum   | PsdCompr { PSD_RAW, 
PSD_RLE, 
PSD_ZIP_WITHOUT_P, 
PSD_ZIP_WITH_P
 } | 
|   | 
| enum   | PsdColorMode {  
  PSD_BITMAP, 
PSD_GRAYSCALE, 
PSD_INDEXED, 
PSD_RGB, 
 
  PSD_CMYK, 
PSD_MULTICHANNEL, 
PSD_DUOTONE, 
PSD_LAB
 
 } | 
|   | 
◆ PsdCompr
| Enumerator | 
|---|
| PSD_RAW  |  | 
| PSD_RLE  |  | 
| PSD_ZIP_WITHOUT_P  |  | 
| PSD_ZIP_WITH_P  |  | 
Definition at line 27 of file psd.c.
 
 
◆ PsdColorMode
| Enumerator | 
|---|
| PSD_BITMAP  |  | 
| PSD_GRAYSCALE  |  | 
| PSD_INDEXED  |  | 
| PSD_RGB  |  | 
| PSD_CMYK  |  | 
| PSD_MULTICHANNEL  |  | 
| PSD_DUOTONE  |  | 
| PSD_LAB  |  | 
Definition at line 34 of file psd.c.
 
 
◆ decode_header()
◆ decode_rle()
◆ decode_frame()
◆ ff_psd_decoder
Initial value:
Definition at line 552 of file psd.c.