If a non-8888 bitmap is encoded to a png or jpeg on Windows using the ...
13 years, 3 months ago
(2011-08-01 15:43:18 UTC)
#1
If a non-8888 bitmap is encoded to a png or jpeg on Windows using the
SkImageEncoder, bad things happen. This change converts non-8888 bitmaps to 8888
and then encodes them. This is the simplest thing to do at the moment, since WIC
does not support 4444 at all, and png and jpeg will expand to 16 bits per
channel anyway.
Issue 4801070: Windows image decoder should handle all bitmap formats.
(Closed)
Created 13 years, 3 months ago by bungeman
Modified 13 years, 3 months ago
Reviewers: epoger, reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0