How would I go about on creating a image converter?

Aug 5, 2014 at 7:11am
So I'm slightly new to c++, been coding in it for about a year now, and I was wondering if it's possible, and if so how, can I create a converter that will convert a PNG, or any other file type, to a jpeg?
Aug 5, 2014 at 9:58am
if you have written a code post it along with your ideas and hints
Aug 7, 2014 at 7:49pm
sorry for the late reply, but I haven't written any code for it yet..
Aug 7, 2014 at 8:35pm
You're in over your head.

Why not just use an existing library to do that, like ImageMagick or IrfanView?

(Reading and writing images is not simple, and each type of image that you intend to support needs its own reader and writer.)
Aug 10, 2014 at 3:24am
I'm looking into doing it myself because eventually I want to create a music converter to convert a mp4 to a mp3. But I was told to practice image converting first..
Aug 10, 2014 at 3:54am
Some idiot thinks he knows how to get you going by wasting your time.

The learning curve for playing with binary files is the same no matter what the file type. If you want to play with music files, go play with music files.

By the way, there exist libraries that can help with that as well. (Heck, I think you can even get Windows to do it for you... I don't know how, though.)
Aug 12, 2014 at 5:49pm
Okay thanks, I was thinking there was already existing libraries out there that I could use to help me with this. Thanks for the help, I'll comment back here if I need any help.
Topic archived. No new replies allowed.