[FFmpeg-devel] libavcodec : add psd image file decoder

Paul B Mahol onemda at gmail.com
Sat Jul 9 19:34:36 EEST 2016


On 7/9/16, Martin Vignali <martin.vignali at gmail.com> wrote:
> Hello,
>
> In attach patch to add decoding of .psd file (Photoshop file).
>
> PSD file can contain merge layers data at the end of the file (Image Data
> Section)
>
> This patch add support for this kind of files, using uncompress data Image
> Data Section
>
> Support Gray/A, and RGB/A with 8b or 16 bits by channel.
>
>
> Samples can be found here :
>
> https://we.tl/GK6yQhUV8j
>
>
> Comments welcome
>
> Martin
>

Switch cases should be aligned with switch, like in rest of ffmpeg codebase.


More information about the ffmpeg-devel mailing list