Bulk thumbnails
Make bulk thumbnails of JPGs with ImageMagick.
#!/bin/bash
directory="./images/"
dimensions="360x360"
for file in "$directory"*.jpg; do
convert "$file" -resize $dimensions "$file" "${file%.*}-thumbnail.jpg"
done
Other notes
- Development environments with Nix
- Add lazy loading of images in Jekyll posts
- Previews how man page written in Troff will look like
- Write ISO to USB Key
- Uninstall Ollama from a Linux box
- Using ffmpeg to combine videos side by side
- Parse RSS feeds with Lua
- dcss Sane default for Dungeon Crawl Stone Soup Online edition
- c Extend Lua with custom C functions using Clang
- Simple presentations with Markdown
- Download list of YouTube files
- plan9 Fix bootloader not being written in Plan9
- plan9 Run 9front in Qemu
- Grep to Less that maintain colors
- #cat-v on weechat configuration