Skip to content

Instantly share code, notes, and snippets.

View wonderbird's full-sized avatar

Stefan Boos wonderbird

View GitHub Profile
@wonderbird
wonderbird / downscale_reduce.sh
Last active September 7, 2023 09:07
Rescale and compress PNG images
#!/bin/sh
#
# Rescale and compress PNG images.
#
# Source: https://gist.github.com/wonderbird/b210877179e95ef1145b9d9216167336
#
# For every image in all subfolders of SOURCE:
#
# - Rescale image to a width and height of at most 1024 px.
# - Reduce colors to 256 with an optimized palette.