The Wayback Machine - https://web.archive.org/web/20220907185336/https://github.com/kornelski
Skip to content
Avatar
🛑
Drop ICE
🛑
Drop ICE

Sponsoring

@kivikakk
@m-ou-se
@JoseExposito
@cart
@alice-i-cecile
@XAMPPRocky
@technetos
@rust-analyzer

Organizations

@mozilla @cloudflare @imazen @sparkle-project @yardstickpics @ImageOptim @rust-bus @crev-dev
Block or Report

Block or report kornelski

Report abuse

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

Report abuse

Pinned

  1. GUI image optimizer for Mac

    HTML 7.9k 396

  2. pngquant Public

    Lossy PNG compressor — pngquant command based on libimagequant library

    C 4.4k 454

  3. GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.

    Rust 2.7k 101

  4. Improved JPEG encoder.

    C 5k 416

  5. A software update framework for macOS

    Objective-C 6k 991

  6. dssim Public

    Image similarity comparison simulating human perception (multiscale SSIM in Rust)

    Rust 851 64

Contribution activity

September 2022

Opened 1 pull request in 1 repository
njaard/libavif-rs 1 merged

Created an issue in rust-lang/rust-analyzer that received 4 comments

Feature request: convert tuple to a struct by creating a new struct type

I wish rust-analyzer had a code action to refactor this: fn numberwang() -> (f32, bool) { let a = 1.; let b = true; (a, b) } let (x,y) = numberwang();

4 comments
Opened 1 other issue in 1 repository