CALS NOTE

  • Home
  • Archives
  • Cheatsheets
  • rss
  • About
  • Friends
2017-12-29 Calvin Lam
Comments

Scriptable image processing system

Cli

sips

  • zero-config tools
  • embed in macOS
  • easy to use

Basic Usage

cover pdf to jpg

1
2
3
4
5
6
sips -s format jpeg input.pdf --out output.jpg

# rotate 90 degrees / flip
sips -r 90 image.jpg
sips -f horizontal image.jpg
sips -f vertical image.jpg

multiple resize image with max width and height in 100 pixels

1
sips -Z 100 *.jpg
  • Bash
  • CLI
  • Image
  • Mac
  • Resize
  • Script
  • sips
Newer
Docker Cheatsheet
Older
Install Disqus on Hexo

CALS NOTE

© 2020 Calvin Lam
Modify from Apollo theme, designed by SANOGRAPHIX.NET
Powered by Hexo