Skip to content
View Winterhuman's full-sized avatar

Organizations

@ipns-link

Block or report Winterhuman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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
    2
    
                  
    3
    # 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
    
                  
  2. 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
    2
    
                  
    3
    # Licensed under the Zero-Clause BSD terms: https://opensource.org/license/0bsd
    4
    # Requires `imagemagick` and `cavif`.
    5
    
                  
  3. 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
    2
    
                  
    3
    # Licensed under the Zero-Clause BSD terms: https://opensource.org/license/0bsd
    4
    # Requires imagemagick, and optionally pngquant & optipng
    5
    #