I'm working on a project which requires me store images from image control / picture box as a physical file. I've tried using SavePicture Command, but it stores only in BMP format which takes up a lot of space.

I would like to store it in a compressed format, so that the image occupies minimal amount of space say below 1KB.


Anybody who can help me out regarding this