Skip to content

Instantly share code, notes, and snippets.

@Digi92
Created March 1, 2017 14:33
Show Gist options
  • Select an option

  • Save Digi92/52e0369462839ef87460ee737762db68 to your computer and use it in GitHub Desktop.

Select an option

Save Digi92/52e0369462839ef87460ee737762db68 to your computer and use it in GitHub Desktop.
ImageMagic Bilder auf eine Größe eine Größe Skalieren womit es die Weite und Höhen angaben mittels Cropping erfüllen kann. Das ergebnis Bild hat dann angegebene Höhe und Breite bekommen. URL: http://www.imagemagick.org/Usage/resize/
convert dragon.gif -resize 64x64^ -gravity center -extent 64x64 fill_crop_dragon.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment