Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngmisl/go-jpegli

PNG to JPEGLI compression
https://github.com/ngmisl/go-jpegli

go jpegli png

Last synced: about 2 months ago
JSON representation

PNG to JPEGLI compression

Awesome Lists containing this project

README

        

# go-jpegli

[![Go](https://github.com/ngmisl/go-jpegli/actions/workflows/go.yml/badge.svg)](https://github.com/ngmisl/go-jpegli/actions/workflows/go.yml) [![CodeQL](https://github.com/ngmisl/go-jpegli/actions/workflows/codeql.yml/badge.svg)](https://github.com/ngmisl/go-jpegli/actions/workflows/codeql.yml)

![2024-04-08_21-57](https://github.com/ngmisl/go-jpegli/assets/98217124/64611d1c-43a7-44b0-979e-86ed340656f5)

![2024-04-10_09-15](https://github.com/ngmisl/go-jpegli/assets/98217124/f7e02fb3-c419-4952-bc1c-e0518a461ab3)

## Usage

`go run main.go 1.png 2.png 3.png`

## Build

`go build -o convert_to_jpegli main.go`

## Add to zsh

`nvim ~/.zshrc`

`alias convert_to_jpegli="$HOME/ /convert_to_jpegli"`