Re: [2/2] gdiplus: Add 8bpp to the list of supported formats.
18 Jul
2012
18 Jul
'12
4:26 a.m.
+ &GUID_WICPixelFormat8bppGray,
This will give you a halftone palette instead of a grayscale palette, unless you add special handling for that format.
18 Jul
18 Jul
4:28 a.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.
4:34 a.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.
4898
Age (days ago)
4898
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Vincent Povirk