Making a copy of an image

Quick question -

I know if I have a PImage "Shape" and I try to make a copy of Shape by saying

PImage copyShape = Shape;

I'll only create a reference to Shape.

How do I make a separate copy?

Thanks

Tagged:

Answers

Sign In or Register to comment.