Skip to content

imagemagick

Marcel Schmalzl edited this page Aug 5, 2024 · 3 revisions

Resize an image

Scale

convert input.jpg -scale 35% ../small/output.jpg

See also in the great imagemagick documentation.

Add thick black border

convert -bordercolor black -border 240 input.png output.png

Python 3

(un)fold
Snippets
General
Libs

Linux/bash

(un)fold
Guides
Scripts

Git

(un)fold

C/C++

(un)fold

Video

(un)fold

Databases

(un)fold

Misc

(un)fold

Windows

(un)fold

Mac

(un)fold

SW recommendations

(un)fold

(Angular) Dart

(un)fold
Clone this wiki locally