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
 
Back
Top