Giter Club home page Giter Club logo

favicon's Introduction

favicon

HTML5 Favicon Generator

  • Generates 'perfectly' resampled icons with sizes 192x192, 144x144, 96x96, 64x64, 48x48, 32x32 and 16x16 from a single 576x576 image.

  • It creates a PNG for each size and generates Windows ICO file from selected image sizes.

Now, what I mean by 'perfectly':

  • It edits the images in linear RGB space, so that it doesn't make the common mistake of doing color math in sRGB space which doesn't matter much in a megapixel photo with smooth color transitions but matters in a 16x16 icon with sharp color changes. (BTW: even Adobe Photoshop gets this wrong).

  • It uses 32 bit floating point per channel, so that it doesn't lose bit depth, which -again- Adobe Photoshop loses if you don't manually change bit depth to 16 bits per channel before you do anything to your image. Most users don't (know how to or why they should) do that.

  • Bonus: It also creates RGB subpixel-antialiased versions of each icon, so you can fully utilize that small 16x16 space you're given.

Also this project was a rehearsal for a sophisticated HTML5 image editor.

favicon's People

Contributors

ersagunkuruca avatar

Watchers

James Cloos avatar Masum Billah 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.