Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 410 Bytes

mac-sips.md

File metadata and controls

18 lines (15 loc) · 410 Bytes

What does sips stand for?

Scriptable Image Processing System

How to show the width and height of an image

sips -g sips -g pixelWidth -g pixelHeight input.png

How to resize the width of an image

sips --resampleWidth 1024 input.png

How to convert a PDF to a PNG/JPEG

sips -s format png input.pdf --out output.png
sips -s format jpeg input.pdf --out output.jpg