Guard.IsTrue(pixelMemoryOwner.Memory.Length>=width*height,nameof(pixelMemoryOwner),"The length of the input memory is less than the specified image size");
Guard.IsTrue(pixelMemoryOwner.Memory.Length>=(long)width*height,nameof(pixelMemoryOwner),"The length of the input memory is less than the specified image size");