You could open the image as a 1 bpp and merge that and your watermark using
lockbits.
I think this might be faster.

Signature
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi,
> I need to edit 20.000+ TIFFs. Currently I'm converting my TIFF images back
[quoted text clipped - 6 lines]
>
> TIA, cheers!
Berend - 23 May 2007 12:23 GMT
> You could open the image as a 1 bpp and merge that and your watermark
> using lockbits.
>
> I think this might be faster.
Thanks, will give it a try.
Never programmed using Lockbits before, so I'm up for some trial and
error...