I had used sips to resize PNG image as below command.
sips -z 768 1024 image.png --out image-resize.png
It works well. But today I got an error message as shown in below
<CGColor 0x7ffb72e05c40> [<CGColorSpace 0x7ffb72e04e70> (kCGColorSpaceDeviceRGB)] ( 0 0 0 1 )
Error: Unable to render destination image
If anyone could help it would be very much appreciated.