Tagged Questions
2
votes
2answers
362 views
Cropping a .ppm file in C
I'm working on a C program that crops .ppm files from a starting point pixel (x,y) (top left corner of cropped image) to an end point pixel (x+w,x+h)(bottom left corner of cropped image).
The data in ...