Giter Site home page Giter Site logo

ankit-kumar-jat / imageoptimizer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.33 MB

Service that optimize images (PNG, JPG, GIF, BMP and TIF) using lossless and lossy compression to shrink images to the minimum possible size while keeping the required level of quality. lossless compression keeps 100% quality of image.

Home Page: http://imageoptimizer.glitch.me/

License: GNU General Public License v3.0

CSS 36.73% HTML 40.73% JavaScript 22.54%
imageoptimizer

imageoptimizer's Introduction

ImageOptimizer

Ankit Kumar Jat | 26 july 2020

Online service that optimize images (PNG, JPG, GIF, BMP and TIF) using lossless and lossy compression to shrink images to the minimum possible file size while keeping the required level of quality. lossless compression keeps 100% quality of image.

Key Features

  1. keep 100% quality while do lossless compression
  2. choose you want exif data or not
  3. provide single click download for optimized picture
  4. shows the original file size and optimized file size
  5. shows the percentage of gain
  6. shows the date when the file will be deleted from the server(Usually it will be the same day you uploade image)

Limitions

limits its use to PNG, JPG, GIF, BMP and TIF pictures up to 5MB

Library Used

it provides a FREE optimization of pictures, for the most standard filetypes (PNG, JPG, GIF, BMP and TIF). It allows reductions until 80% by using differents algorithms :

  • PNGQuant to strip unneeded chunks from PNGs. PNGQuant is a lossy compression library for PNG images. This library preserves a full alpha transparency. See www.pngquant.org for more informations.
  • JPEGOptim provides lossless optimization (based on optimizing the Huffman tables). JPEGOptim is one of the most efficient library for JPG conversion among JpegTrans, mozjpeg and jpegrescan. See www.github.com/tjko/jpegoptim for more informations.
  • OptiPNG is based on PNGCrush, and also includes part of PNGRewrite code for palette rewriting. Unlike PNGCrush, all trials are performed in memory, and it does some image reductions automatically. It's a PNG reducer that's used by lot of online optimizers. See www.optipng.sourceforge.net for more informations.

Optimization Examples

imageoptimizer's People

Contributors

ankit-kumar-jat avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.