|
PowerBASIC Forums
![]() PowerBASIC for Windows
![]() Compress .jpg files for emailing
|
| next newest topic | next oldest topic |
| Author | Topic: Compress .jpg files for emailing |
|
mark pruitt Member |
Hey folks, I need to tap the collective knowledge of the community for some information. I use a Sony Mavica CD250 digital camera, which stores pictures on mini CD's in .jpg My goal is to reduce the size of the images to speed up the emailing process At this point, it doesn't matter how I make the images smaller (compressing, converting to Thanks in advance for the help! ------------------ [This message has been edited by mark pruitt (edited May 12, 2003).] IP: Logged |
|
Mark Smit Member |
Hello Mark, This is just a thought, why not setup your own custom web server for your clients to download from. The web server really wouldn't need all the bells and horns that the others have. I did something like this last year some time so a friend could download some maps for a game we played. You could make a really quick and dirty version that strips all the useless junk from the browser request and just focus on the GET [filename] portion. You would then only email the links to your server and the files to the client, you could even add some special strings in the link for added security. If you want I could maybe find my little project and send it to you ------------------ IP: Logged |
|
George Bleck Member |
Mark, JPG files are already compressed. Otherwise they'd be uncompressed Winzip and the like will get you very little (if any) additional What you could do is change the compression quality on the images. ------------------ IP: Logged |
|
mark pruitt Member |
Hey Mark, if you can find your project information I'd like to take a look at it. I have an old Compaq LTE 5280 that I've been planning to convert into a Linux server anyway. You can use the email address of markspruitt@yahoo.com I wasn't thinking about a multipart solution. However, if I can find a way to ------------------ IP: Logged |
|
Eric Pearson Member |
Mark -- > it really doesn't matter to them what file size That's called "lossless compression", i.e. no information is lost. Any ZIP compressor will do that for you. The problem is that, as George pointed out, JPEG files are already compressed. So ZIP (et al) won't do much for you -- if anything -- in most cases. JPEG is really a compression format not an image format. It's simply a compression format that has been optimized for certain types of images. So about your only options are to 1) use zipped bitmaps and see if they are smaller than the JPEGs, or 2) tell your JPEG-creation program to create smaller files, but because JPEG is a "lossy compression" technique, that always involves an additional loss of quality (resolution). Even a top-quality (100-quality) JPEG file will be of lower quality than the original bitmap. Always. Depending on the image contents it's very possible that GIF files will produce acceptable quality and smaller files. But then you get into licensing issues, because GIF is owned by a company which requires you to pay royalties if you sell a program which uses GIF compression. HTH. -- Eric ------------------ [This message has been edited by Eric Pearson (edited May 12, 2003).] IP: Logged |
|
David Gwillim Member |
I don't know anything about this company, but their products look interesting. Loss-less image compression tools. Dave IP: Logged |
All times are EasternTime (US) | next newest topic | next oldest topic |
![]() |
|
Copyright © 1999-2007 PowerBASIC, Inc. All Rights Reserved.