Returns a deep copy of this instance, preserving op if present.
@override ImageD clone() => .new( op: op, width: width, height: height, mipmaps: mipmaps, format: format, data: .fromList(dataView), );