I found these instructions for creating a multiple resolution favicon.ico file with linux convert command. A favicon.ico file is:<\/p>\n
(short for Favorite icon), also known as a shortcut icon, Web site icon, tab icon or bookmark icon, is a file containing one or more[1] small icons, most commonly 16\u00d716 pixels, associated with a particular Web site or Web page. https:\/\/en.wikipedia.org\/wiki\/Favicon<\/a>.<\/p><\/blockquote>\n
The commands come from a user cappi2000 from this blog: http:\/\/blog.lavoie.sl\/2012\/11\/multi-resolution-favicon-using-imagemagick.html. <\/a>Code entered into the terminal will look like this sentence.<\/em><\/p>\n
\n
- Install imagemagick\n
\n
- sudo apt-get install imagemagick<\/em><\/li>\n<\/ul>\n<\/li>\n
- rename your source image (with a resolution of at least 256×256 pixels and a PNG format file) to ‘favicon.png’. Replace “your.original.png” in the command with the name of your PNG file.\n
\n
- cp -av your.original.png favicon.png<\/em><\/li>\n<\/ul>\n<\/li>\n
- Run imagemagick “convert” command<\/li>\n<\/ul>\n
convert favicon.png -bordercolor white -border 0 \\
\n\\( -clone 0 -resize 16x16 \\) \\
\n\\( -clone 0 -resize 32x32 \\) \\
\n\\( -clone 0 -resize 48x48 \\) \\
\n\\( -clone 0 -resize 57x57 \\) \\
\n\\( -clone 0 -resize 64x64 \\) \\
\n\\( -clone 0 -resize 72x72 \\) \\
\n\\( -clone 0 -resize 110x110 \\) \\
\n\\( -clone 0 -resize 114x114 \\) \\
\n\\( -clone 0 -resize 120x120 \\) \\
\n\\( -clone 0 -resize 128x128 \\) \\
\n\\( -clone 0 -resize 144x144 \\) \\
\n\\( -clone 0 -resize 152x152 \\) \\
\n-delete 0 -alpha off -colors 256 favicon.ico
\n<\/code>
\nYou will have a favicon.ico with most well-known formats stored into one file.<\/p>\n\n
- Reference about favicon files\n
\n
- https:\/\/github.com\/audreyr\/favicon-cheat-sheet<\/a><\/li>\n
- http:\/\/codex.wordpress.org\/Creating_a_Favicon<\/a><\/li>\n
- http:\/\/demosthenes.info\/blog\/467\/Creating-Multi-Resolution-Favicons-For-Web-Pages-With-GIMP<\/a><\/li>\n
- http:\/\/www.catalyst.net.nz\/tutorial\/creating-a-multi-resolution-favicon<\/a>\n
\n
- instructions using the GIMP<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"
I found these instructions for creating a multiple resolution favicon.ico file with linux convert command. A favicon.ico file is: (short for Favorite icon), also known as a shortcut icon, Web site icon, tab icon or bookmark icon, is a file containing one or more[1] small icons, most commonly 16\u00d716 pixels, associated with a particular Web … Continue reading “Create a Multiple Resolution Favicon.ico file with a Linux Convert Command”<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[10],"tags":[6],"class_list":["post-177","post","type-post","status-publish","format-standard","hentry","category-computer","tag-linux"],"_links":{"self":[{"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/posts\/177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/comments?post=177"}],"version-history":[{"count":10,"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/posts\/177\/revisions"}],"predecessor-version":[{"id":197,"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/posts\/177\/revisions\/197"}],"wp:attachment":[{"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/media?parent=177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/categories?post=177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.chadchenault.com\/wp-json\/wp\/v2\/tags?post=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}