# Save Image as Format

> Convert an image locally in Firefox and download it as PNG, JPEG, WebP, GIF, AVIF, or BMP.

Canonical page: [https://chrome-stats.com/d/save-image-as-format](https://chrome-stats.com/d/save-image-as-format)

## Overview

- **ID:** `save-image-as-format`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** Maria
- **Category:** download-management,photos-music-videos
- **Daily users:** 10
- **Weekly downloads:** 7
- **Version:** 1.0.0
- **Last updated:** 2026-05-28
- **First published:** 2026-05-25
- **Size:** 156 KB
- **Data as of:** 2026-09-06
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/save-image-as-format/)
- **Website:** [https://github.com/theminji/SaveImageFormat](https://github.com/theminji/SaveImageFormat)

## Description

A Firefox WebExtension that adds an image context-menu item named <strong>Save image as format</strong>.

To use it, just right click on an image, and find the "Save image as format" button, and select the file type!

The conversion happens on your device in the extension background page, so no data is sent anywhere. The extension fetches the selected image, decodes it in Firefox, draws it to a canvas, converts it to the chosen output format, and starts a normal Firefox download prompt.

I (codex) made this extension because I was tired of downloading corrupted images, or having to use web converting sites and downloading the image multiple times, blah blah blah... so I came up with this to solve my problems!

Formats
<ul><li>PNG</li><li>JPEG</li><li>WebP</li><li>GIF</li><li>AVIF</li><li>BMP</li></ul>
JPEG, GIF, and BMP do not support full alpha transparency, so transparent pixels are flattened onto white (#FFFFFF).

Animated images are saved as the first decoded frame because browser canvas export is still-image based. GIF export creates a single-frame GIF. AVIF export uses Firefox's built-in canvas encoder and will show an error if the current Firefox build does not support <code>image/avif</code> export.

## Rankings

- #34,047 — Overall
- #25 — format
- #184 — gif
- #208 — save

## Permissions and access

### Permissions

- `menus`
- `contextMenus`
- `downloads`
- `notifications`
- `<all_urls>`

## Safety

- **Risk impact:** Moderate risk impact
- **Risk likelihood:** High risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Briteinno Images Save as](https://chrome-stats.com/d/briteinno-images-save-as) — 15 users, 3.00 / 5
- [Save image as Type](https://chrome-stats.com/d/siat) — 20,924 users, 4.17 / 5
- [SaveToImage](https://chrome-stats.com/d/savetoimage) — 2 users
- [Image Converter](https://chrome-stats.com/d/image-converter) — 604 users, 3.50 / 5
- [Image Format Saver](https://chrome-stats.com/d/image-format-saver) — 2 users
- [Save webP as PNG or JPEG (Converter)](https://chrome-stats.com/d/save-webp-as-png-or-jpeg) — 79,135 users, 4.36 / 5
- [Save Image As Type - WebP to JPG, PNG, PDF](https://chrome-stats.com/d/save-image-as-type-instant) — 726 users, 5.00 / 5
- [Image Resizer & Converter](https://chrome-stats.com/d/image-resizer-converter) — 4 users
- [WebP / Avif image converter](https://chrome-stats.com/d/webp-image-converter) — 17,093 users, 3.89 / 5
- [Save Image as JPG or PNG](https://chrome-stats.com/d/save-image-as-jpg-or-png) — 10 users
- [Save As Type (Image)](https://chrome-stats.com/d/save-as-type-image) — 76 users
- [Image to PNG Converter](https://chrome-stats.com/d/image-to-png-converter) — 89 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/save-image-as-format)
