Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple (& quick to learn) Jpeg manipulation

Status
Not open for further replies.

biot023

Programmer
Nov 8, 2001
403
GB
Hallo -- I need (rather quickly, unfortunately) to be able to write an application that compresses folders of jpegs to around 10% of their size.
Is there a simple & quick way to do this?
Like maybe someone knows of a jpegs for dummies API?
Or a really good tutorial that even I can get a grip on?
Thanks in advance for any & all assistance,
doug.

If I had a hammer...
 
JPEG is an already compressed format.
While you may save jpegs with zero compression, where a later compression might be of some success, I don't think you will find a possibility to compress it to 10%, as long as there aren't multiple identical files which only differ in name.

Try bzip2 with a high compression, to see what is possible.

seeking a job as java-programmer in Berlin:
 
Cheers for the reply -- I may have phrased the question badly.
What I need in essence is a class that will allow me to manipulate jpegs, or tutorials that show me how to do it, or both.
Does anyone know of anything like this?
doug.

Common sense is what tells you the world is flat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top