[Mono-list] Convert TIFFs to PNGs

Jonathan Gilbert 2a5gjx302@sneakemail.com
Thu, 10 Mar 2005 22:08:58 -0500


At 11:47 PM 10/03/2005 -0300, Fabian Luque wrote:
>> This is a known issue, and one that I have actually made a patch for. The
>> patch is still in review, but if it passes, it should soon be committed to
>> SVN. The current SVN code for bitmaps always converts them up to 32 bits
>> when loading them; my patch adds native support for palettized Bitmaps,
>> including LockBits/UnlockBits support. Later tonight I will be adding
>> palettized save support to the GIF codec, and when that is done, it will be
>> essentially the final draft of the patch :-)
>> 
>> Look forward to being able to work with palettized images soon.
>
>Thanks for your reply Jonathan.
>
>Now that you mentioned, I've seen your patch a couple of days ago. I
>tried to applied to my local copy of libgdiplus, but failed at several
>places. Are you using SVN head to make the diff files?

It was head at the time :-) It's a bit of a moving target, though. Once I
finish updating gifcodec.c, I'll recreate the diffs from head.

Jonathan Gilbert