Saving 16bpp TIFFs ?

  • Thread starter Thread starter Todd Gibbs
  • Start date Start date
T

Todd Gibbs

Hi Guys,

Does anyone know how to save a 16 bits-per-channel TIFF (48bits per pixel)
? I can save them as 24bpp RGB or 32bpp ARGB but cannot find how to save as
48 bits per pixel. Im sure TIFF supports 16bits per channel.

Thanks in advance.

Todd.
 
AFAIK the GDI+ encoders for 16 bit are broken and they never did 48bpp.

As an alternative I suggest you take a look at the FreeImage library.

--
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.
 
Thanks Bob,

I will take a look at FreeImage, although I assume I will have to rewrite
the rendering of my application to get it working rather than just 'slot' in
their save function.

Regards,

Todd.
 
Hi,

Just to close this thread, I solved my problem by using the tifflib library.
It takes a little bit of coding but is a fine solution ;)

Todd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top