|
-
Sep 27th, 2006, 10:57 PM
#1
Thread Starter
PowerPoster
[RESOLVED] Saving PictureBox Picture (compress)
I've taken over a project and added an option to save a graph draw in a Picturebox. The issue I have is that when the files are saved they come out at around 1.5mb which is a little to large for my liking.
Is there a way to compress / minimise the size of a saved image from a picturebox?
-
Sep 27th, 2006, 11:01 PM
#2
Re: Saving PictureBox Picture (compress)
If you use SavePicture, the picture will be saved with BMP format, you can compress it to JPG. There are libraries to do it, you'll find one of these in vbaccelerator.com and some more in pscode.com.
-
Sep 27th, 2006, 11:11 PM
#3
Thread Starter
PowerPoster
Re: Saving PictureBox Picture (compress)
Thanks JCIS, i'll give that a shot
-
Sep 27th, 2006, 11:28 PM
#4
Thread Starter
PowerPoster
Re: [RESOLVED] Saving PictureBox Picture (compress)
Argh nice...1.58mb down to 167kb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|