copyResize method
Implementation
void copyResize(
{int? width,
int? height,
Interpolation interpolation = Interpolation.nearest}) {
subCommand = CopyResizeCmd(subCommand,
width: width, height: height, interpolation: interpolation);
}