Re: [2/2] gdiplus: Add 8bpp to the list of supported formats.
July 17, 2012
11:26 p.m.
+ &GUID_WICPixelFormat8bppGray,
This will give you a halftone palette instead of a grayscale palette, unless you add special handling for that format.
July 2012
11:28 p.m.
New subject: [2/2] gdiplus: Add 8bpp to the list of supported formats.
Vincent Povirk <madewokherd(a)gmail.com> wrote:
+ &GUID_WICPixelFormat8bppGray,
This will give you a halftone palette instead of a grayscale palette, unless you add special handling for that format.
That's fine for the time being. -- Dmitry.
11:34 p.m.
New subject: [2/2] gdiplus: Add 8bpp to the list of supported formats.
+ &GUID_WICPixelFormat8bppGray,
This will give you a halftone palette instead of a grayscale palette, unless you add special handling for that format.
That's fine for the time being.
Currently, the images should render correctly because WIC converts them to 32-bit RGBA, so rendering of TIFF images in this format will regress.
5044
Age (days ago)
5044
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Vincent Povirk