Hi all,
I have an image displayed in an Image control and I will like to export it to a file of minimum size - my problem is that SavePicture() will only output a .BMP file type even though the source may be .JPG. (The .BMP is anything up to 10 times larger than the original .JPG file).
Does anyone know of a "function" that will enable the image control's .Picture property to be exported to (say) a .JPG file?
Thank you.
"Life is full of learning, and then there is wisdom"
I have an image displayed in an Image control and I will like to export it to a file of minimum size - my problem is that SavePicture() will only output a .BMP file type even though the source may be .JPG. (The .BMP is anything up to 10 times larger than the original .JPG file).
Does anyone know of a "function" that will enable the image control's .Picture property to be exported to (say) a .JPG file?
Thank you.
"Life is full of learning, and then there is wisdom"