Project

General

Profile

Feature #656

Create a Favicon Image From A PNG File Using ImageMagick

Added by Daniel Curtis over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Server
Target version:
Start date:
09/07/2015
Due date:
% Done:

100%

Estimated time:
0.10 h
Spent time:

Description

Favicons are simple images that are displayed in web browser tabs. This is a simple guide on how to create them using ImageMagick.

  • JPG to ICO
    convert -resize x16 -gravity center -crop 16x16+0+0 input.jpg -transparent white -colors 256 favicon.ico
    
  • GIF or PNG to ICO
    convert -resize x16 -gravity center -crop 16x16+0+0 input.png -background transparent -flatten favicon.ico
    

Resources

#1

Updated by Daniel Curtis over 8 years ago

  • Description updated (diff)
  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis over 8 years ago

  • Description updated (diff)
#3

Updated by Daniel Curtis over 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF