Hello,

In attach patch for decoding float data (rgb/gray only) inside psd
Like in the openexr decoder, float data is convert to uint16
A gamma conversion can be apply before uint16 conversion (with an option)

the function : static inline uint16_t psd_flt2uint(uint32_t v)
is a copy/paste of exr_flt_uint of the exr decoder.
Probably need to be move somewhere (but i don't know the best place for that)

Sample can be found here :
https://we.tl/85kvceapTL


Comments welcome

Martin

Attachment: 0001-libavcodec-psd-add-support-for-rgb-gray-float.patch
Description: Binary data

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to