qtimageformats/tests/auto/webp/images
Eirik Aavitsland b9ba221756 webp handler: support alpha-less reading and writing
Webp files can be with or without alpha channel. The handler would
ignore this and read all as Format_ARGB32 images, and write all as
having alpha, in both cases losing that important bit of information.

As a driveby, simplify the endianness handling in write(). By always
converting the source image to an endianness-independent QImage
format, no special handling is required.

Task-number: QTBUG-48628
Change-Id: I624ed72b18a8b59a542979efcb4e8ff81214e0d7
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-05-28 11:15:48 +00:00
..
kollada.png Added webp image format plugin 2014-02-13 08:41:33 +01:00
kollada.webp Added webp image format plugin 2014-02-13 08:41:33 +01:00
kollada_animation.webp Add animation support to WebP plugin 2016-03-10 14:38:14 +00:00
kollada_lossless.webp Added webp image format plugin 2014-02-13 08:41:33 +01:00
kollada_noalpha.webp webp handler: support alpha-less reading and writing 2018-05-28 11:15:48 +00:00