cut and paste section of larger image to a smaller area image

edited September 2016 in Programming Questions

Is there a way to easily take a section of a Pimage 1000x1000 pixels and cut out a 100x100 section and put it into a smaller Pimage that is 100x100? I have done it using direct access with for loops and image.pixels(location) but wonder if i can use existing functions in processing to do it faster? Thks

Tagged:

Answers

Sign In or Register to comment.