diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2016-11-24 21:26:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-14 03:21:27 +0100 |
commit | 90af962911bbe10f32a4367954c4f11a9e47a98f (patch) | |
tree | 7043181209b073e151e64432bd08c8eb459f80da /doc/general.texi | |
parent | ad5807f8aa883bee5431186dc1f24c5435d722d3 (diff) | |
download | ffmpeg-90af962911bbe10f32a4367954c4f11a9e47a98f.tar.gz |
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>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 56b9e4dbd9..9ea3ba34d1 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -584,6 +584,8 @@ following image formats are supported: @item PNG @tab X @tab X @item PPM @tab X @tab X @tab Portable PixelMap image +@item PSD @tab @tab X + @tab Photoshop @item PTX @tab @tab X @tab V.Flash PTX format @item SGI @tab X @tab X |