Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2016-11-24 23:26:42 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-14 05:21:27 +0300
commit90af962911bbe10f32a4367954c4f11a9e47a98f (patch)
tree7043181209b073e151e64432bd08c8eb459f80da /doc
parentad5807f8aa883bee5431186dc1f24c5435d722d3 (diff)
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')
-rw-r--r--doc/general.texi2
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