I would like to know is there any library for C++ or C which allows to get png-image by coordinates. For example:
I have opened png file, and I need to get only the parf of it which starts from
x = 5
y = 5
w = 10
h = 10
and so on
So what library allows to do such kind of operations?
Thanks on advance
Using Magic++: