Save Image files

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

Hi,

How can i make an image editor, i want to cut a peice of an image and place
it on another pic, and then save it as JPG format?

thanks
mustafa
 
Search the newsgroup archives and you'll get code for saving, however it's
to a Bitmap format. JPG must go back through imgdecmp.dll to be saved.
Really the best workaround is a simple eVC shim library that exposes a save
given a bitmap stream that you can call from managed code.

-Chris
 

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