How to use this image tool
- Choose a browser-supported image and confirm its preview.
- Adjust the controls for the intended output.
- Process the image, inspect the result, then download the newly created file.
Extract every pixel’s alpha value into a grayscale map: white means opaque, black means transparent, and gray shows partial transparency.
Extract every pixel’s alpha value into a grayscale map: white means opaque, black means transparent, and gray shows partial transparency.
Large canvases use substantial memory. Processing is limited to 50 megapixels and 16,000 pixels per side.
Current browser decoders reliably handle PNG, JPEG, and WebP. BMP is accepted by the BMP converter when the browser supports that BMP variant.
| Format | Support |
|---|---|
| PNG / JPEG / WebP | Current browsers |
| GIF | First frame only |
| SVG / HEIC / TIFF | Not guaranteed |
No. Processing runs locally in your browser. The page does not need to send the selected image to a server.
PNG, JPEG, and WebP work in current browsers. Other formats work only when the browser can decode them.
Browsers limit canvas dimensions and available memory. This tool stops requests above 50 megapixels or 16,000 pixels per side.
Usually not. Canvas export creates a new file and normally omits EXIF and other source metadata.
Yes, when the displayed pixel dimensions meet your destination requirements. Always inspect the downloaded file before publishing or printing.
| Stage | Method |
|---|---|
| Decode | Browser image decoder |
| Process | Canvas 2D |
| Export | New Blob |