Skip to content

A tiny image optimizer written in GO

Notifications You must be signed in to change notification settings

shammishailaj/optimaze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimaze

A tiny image optimizer written in GO (currently supported JPEG) (tiny step towards my GOPHER jouerny :) )

Installation

Download binary file and put file path to your environment variable Make a folder 'input' in your working directory and put your all JPG images into it then type

optimaze width height quality

for default width/height just put a '0' quality must be 0-100

optimaze 0 0 50

Reduced 92% size without a big impact on quality

Original image (2,759 KB) Optimized image (212 KB)
original optimized

About

A tiny image optimizer written in GO

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%