Graphics Interpolation Mode in CF1

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Dear All,

I am developing a simple photo viewer in CF1. However, there is no
interpolation mode to set to generate a higher quality photo resizing in
Graphics.DrawImage( ).

Do you have any idea for generating a higher quality (e.g. use bicubic
interploation) thumbnail from a large bitmap image?

Thanks,
Jason
 
You can P/Invoke the imaging APIs on the device, but I'm aware of nothing in
managed code for CF 1.0. We've got something only for CF 2.0.
 
Hi Chris,

Thank you for you reply. But it's bad news for me that CF1 doesn't
support interpolation mode for DrawImage.

But, is there any work around?

Rgds,
Jason
 
I think Chris already answered that: "You can P/Invoke the imaging APIs on
the device".

Paul T.

Hi Chris,

Thank you for you reply. But it's bad news for me that CF1 doesn't
support interpolation mode for DrawImage.

But, is there any work around?

Rgds,
Jason
 

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