Carl Eugen Hoyos
261e4cf03f
lavc/psd: Support CMYK images.
...
Based on a05635e
by Michael Niedermayer.
Fixes ticket #6797 .
6 years ago
Martin Vignali
9e64ee3936
avcodec/psd : add support for gray float
7 years ago
Martin Vignali
31e722e9da
libavcodec/psd : add test for channel depth/channel count in bitmap mode
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Paul B Mahol
45cd50e5e2
avcodec/psd: fix ugly typo
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Martin Vignali
658e626cc0
libavcodec/psd : add support for psd bitmap mode
...
Fixes ticket #6044
Based on patch by Carl Eugen Hoyos
8 years ago
Carl Eugen Hoyos
4313ed511a
lavc/psd: Interpret DUOTONE as GRAYSCALE.
...
This is what gimp, ImageMagick and FreeImage do and what the
Adobe Photoshop file format specification suggests.
Fixes a sample from ticket #6045 .
Reviewed-by: Martin Vignali
8 years ago
Carl Eugen Hoyos
28307ef7e6
lavc/psd: Support indexed files.
...
Fixes ticket #6045 .
8 years ago
Carl Eugen Hoyos
ec2f3b1f57
lavc/psd: Remove an uninitialized variable.
8 years ago
Martin Vignali
90af962911
libavcodec : add decoder for Photoshop PSD image files
...
Decode the Image Data Section (which contains merged pictures).
Support RGB/A and Grayscale/A in 8bits and 16 bits per channel.
Support uncompress and rle decompression in Image Data Section.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago