Hi,
I'm trying to let the user import an image in my windows application, in any pixelformat, but i need to save the image in 16bpp4444 format, and that is not an option for pixelformat in .Net imaging class.
Any ideas on how to do this?
Thanks!
Hi,
I'm trying to let the user import an image in my windows application, in any pixelformat, but i need to save the image in 16bpp4444 format, and that is not an option for pixelformat in .Net imaging class.
Any ideas on how to do this?
Thanks!
Right, not an option. There's no knob that you can tweak to make it a supported format, neither GDI+ nor WPF have an encoder for that format. You'll need to find a graphics library. Start with the Big Dog, Lead Tools. You'd better contact them first to ask if they support that format, it is very unusual. I've never heard of it.