-
July 30th, 2003, 06:27 PM
#1
How to compress image into jpeg ?
How to compress image into jpeg ?
And how to decompress it ?
Is there any library I can download ?
-
July 30th, 2003, 08:57 PM
#2
Theres a few different ways of compressing an image into a JPEG format. Have a look at IJL (Intels JPEG Library) or check out the Joint Photography Experts Group homepage.
Just so you know:
If you compress an image to JPEG, there is NO recovery back to BMP. Whats lost during the compression is lost. Its got to do with the way they subsample in their compress algorithms.
Microsoft LVP - Least Valuable Professional
Please rate this post... Pleeeeeeaaassee!!!
-
July 31st, 2003, 05:56 AM
#3
image
Try use imageviewer cp activex control that can convert file format!
http://www.viscomsoft.com/imageviewer.htm
-
July 31st, 2003, 08:56 AM
#4
-
July 31st, 2003, 06:33 PM
#5
As far as I'm concerned the facts are facts, you convert an image to jpg and then back to bmp, you end up with a crappy looking bmp file.
You have been warned.
Microsoft LVP - Least Valuable Professional
Please rate this post... Pleeeeeeaaassee!!!
-
September 11th, 2024, 04:58 AM
#6
Re: How to compress image into jpeg ?
For compressing images into JPEG, libraries like IJL work well, but remember, quality is lost during compression, so there is effective solution without coding, you could try an online JPEG compressor tool.
-
September 11th, 2024, 09:57 AM
#7
Re: How to compress image into jpeg ?
To compress an image into JPEG and decompress it, you can use various tools and libraries. For Python, Pillow is a great option that allows you to easily compress images by adjusting the quality. For web-based solutions, tools like TinyPNG or JPEG-Optimizer are perfect for quick, hassle-free compression. These methods make it simple to compress or decompress images without needing complex setups.
**Links removed by Site Administrator so it doesn't look like you're spamming us. Please don't post them again.**
-
September 16th, 2024, 04:44 AM
#8
Re: How to compress image into jpeg ?
Here is the online tool link https://jpegcompressor.com/
-
September 17th, 2024, 02:14 AM
#9
Re: How to compress image into jpeg ?
This thread was started 21 YEARS ago.
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
|