I am using Stephen Lebans Picturebox97 (www.lebans.com) and use the
pb.SavetoFile function included.
The SavetoFile function saves my image as a bitmap file size 352 KB.
Potentially there will be several hundred images saved at a large and
undoable disk space cost.
I have also tried the SavetoFile function to save the image as a jpg
file but the file size is still 352 KB.
However if I open the Image file for editing with mspaint and save as
jpg the file size is reduced to 9 KB.
Does anyone know of a way to do this programatically ?
Perhaps the SavetoFile function can be set to a different file save
size..?
pb.SavetoFile function included.
The SavetoFile function saves my image as a bitmap file size 352 KB.
Potentially there will be several hundred images saved at a large and
undoable disk space cost.
I have also tried the SavetoFile function to save the image as a jpg
file but the file size is still 352 KB.
However if I open the Image file for editing with mspaint and save as
jpg the file size is reduced to 9 KB.
Does anyone know of a way to do this programatically ?
Perhaps the SavetoFile function can be set to a different file save
size..?
Comment