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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.