[Mono-winforms-list] libgdiplus/System.Drawing patch: native support for indexed Bitmaps

Jonathan Gilbert 2a5gjx302@sneakemail.com
Wed, 16 Mar 2005 16:41:13 -0500


At 04:15 PM 16/03/2005 -0500, Dan Maltes wrote (in 2 messages):
>Any chance there is existing TIFF loading code available that could be used
>with permission in Mono?  Could save time.
>
>LibTIFF for instance: http://libtiff.maptools.org/
>
>Dan Maltes

This is what tiffcodec.c already uses. I just didn't have the time to
investigate the API and determine how to detect when a file is indexed and
read the indexed data & palette. I will eventually do this :-) (I did it
for gifcodec.c last week)

Jonathan Gilbert