I want to know what is the easiest way to write a tool that will resize jpeg's.
THANK YOU!
This is a discussion on Resize Jpeg's within the C++ Programming forums, part of the General Programming Boards category; I want to know what is the easiest way to write a tool that will resize jpeg's. THANK YOU!...
I want to know what is the easiest way to write a tool that will resize jpeg's.
THANK YOU!
First step perhaps would be to find out all the info you could on the JPEG format. Perhaps checking out the information available from wotsit.org would help. Once you have figured out how the information is stored within the JPEG format, you will have a starting point for your program to then modify the data.
I used to be an adventurer like you... then I took an arrow to the knee.
working with the .jpg format is a biatch in c++ but it has been made considerably easier now since the advent of GDI+. Look up GDI+ at msdn and review the sample source available.
Free the weed!! Class B to class C is not good enough!!
And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi