Monthly Archives: September 2024

sips – macOS

# Show all information: $ sips -g all /path/image.jpg # Show some information: $ sips -g pixelWidth -g pixelHeight /path/image.jpg # Modify size: $ sips -z 1024 1024 /path/image.jpg # Change format: $ sips -s format jpeg example.HEIC –out example.jpg # Rotate: $ sips -r 90 example.jpg # Reverse: $ sips -f horizontal example # […]