Highlights
Pinned Loading
-
A script for finding the smallest lo...
A script for finding the smallest lossless encoding of a PNG or GIF input image (that I know of). 1#!/bin/sh
23# Licensed under the Zero-Clause BSD terms: https://opensource.org/license/0bsd
4# Requires pngquant, oxipng, gifsicle, gif2apng, libwebp, and optionally perl-image-exiftool.
5 -
POSIX sh script to create AVIF for t...
POSIX sh script to create AVIF for target SSIM value using binary search, requires `imagemagick` and `cavif`. 1#!/bin/sh
23# Licensed under the Zero-Clause BSD terms: https://opensource.org/license/0bsd
4# Requires `imagemagick` and `cavif`.
5 -
A script which finds the minimum PNG...
A script which finds the minimum PNG dimensions for a given aspect ratio and pixel count, creates a colour-cycling PPM file, and then converts it to PNG. 1#!/bin/sh
23# Licensed under the Zero-Clause BSD terms: https://opensource.org/license/0bsd
4# Requires imagemagick, and optionally pngquant & optipng
5#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.