I have a 128x256 png file I am trying to pad to 512x512 with sips but sips always seems to pad with transparency rather than the specified padColor. What am I doing wrong?
sips junk-128x256.png --padToHeightWidth 512 512 --padColor 00FF00 --out junk-512x512.png
The resulting image is 512x512 but with transparent padding.