Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created April 8, 2015 03:41
Show Gist options
  • Save hitode909/7da7d4dad43c6fb94407 to your computer and use it in GitHub Desktop.
Save hitode909/7da7d4dad43c6fb94407 to your computer and use it in GitHub Desktop.
トリミングしてアスペクト比を1.3くらいにする
% convert -trim sozai-big.png sozai-trim.png
% identify sozai-trim.png
sozai-trim.png PNG 2385x2885 2834x3000+286+115 8-bit sRGB 3.756MB 0.000u 0:00.000
% convert -resize 2300x3000 -gravity south -background white -extent 2300x3000 sozai-trim.png onigiri.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment