Copy constructor.
Input image, which is copied into this image structure.
if false (default) the data array will be referenced from copy, esle values will be copied to newly allocated array.
See Implementation
Copy constructor.