Skip to content

Instantly share code, notes, and snippets.

@PharaohKJ
Created March 12, 2024 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PharaohKJ/a77add4777aa0f5934340936711a0652 to your computer and use it in GitHub Desktop.
Save PharaohKJ/a77add4777aa0f5934340936711a0652 to your computer and use it in GitHub Desktop.
ImageMagickでいただいたロゴを比率を保ったまま幅240にして320x240で余白埋め画像を作成する
convert target-logo.png -resize 240 -gravity center -extent 320x240 resized-logo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment