EXIF Viewer
View basic image information and available metadata in the browser.
MetadataExtract
Open toolImage Toolkit
Create a multi-size PNG favicon package with HTML and manifest examples from an image.
Files are processed in your browser and are not uploaded to a server.
Modern browsers and web apps commonly support PNG favicons. If you do not specifically need an ICO file, a PNG icon package in multiple sizes is often enough.
Upload images
Click or drop files here
Large images may slow down your browser.
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest">
{
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
]
}Files are processed with browser canvas and native APIs whenever possible and are not uploaded to a server.
These calculations are planning estimates. Actual results vary by browser, format, and image content.