copy method

void copy()

Create a copy of the current image.

Implementation

void copy() {
  subCommand = CopyImageCmd(subCommand);
}