Created
March 1, 2017 14:33
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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