Search code examples
c++pixel

Pixel Manipulation with C++


I want to take an image in jpg format, split it up in pixels and then manipulate those pixels (duplicate them, change their position etc..)

Of course I'm not asking for the code :-) but the tools to do it. I am newbie in programming.

I know nothing about reading from an image, manipulating and outputing it. Do I need special libraries to import? Special commands to use in order to manipulate the image?

What I want to do is experiment with zooming a jpg to infinity by manipulating the number and position of pixels.


Solution

  • You can use CImg Library, Also you might find something on this list