Mastodon Command line tools - Ritual dust

Command line tools

Basic navigation

// move to a folder (change directory): cd /Users/Liz/photos/ // list files in current folder: ls

Image manipulation

These snipets use image magick to manipulate, convert and dither images

convert png to jpg

// single image: magick image.jpg image.png // batch process all images in a folder: magick mogrify -format jpg *.png

resize and dither

// single image: magick convert image.jpg -colorspace Gray -ordered-dither o8x8 image-low.jpg // batch process all images in a folder:

Resources

Image Magick

CreatedDec 31, 2024
Last tendedJan 13, 2025
THIS WEBSITE KILLS FASCISTS ~ FREE PALESTINE ~ TRANS RIGHTS ~ BLACK LIVES MATTER ~ LAND BACK AND INDIGENOUS STEWARDSHIP ~ BURN DOWN THE AI DATACENTERS