How to invert an image in c without external libraries...? Is it possible?

Recommended Answers

All 2 Replies

The standard libraries in c and c++ are external and you can't do much without them so the answer must be no.
And that's without getting into we need to either write or use libraries to unpack compressed images. Maybe you could do something with a non-compressed bitmap but I can't guess why a programmer would put such an artificial limitation on their app.

With that out of the way, years ago I used the Image Magick libraries to get what I needed done at the time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.