Categories

Convert TIFF to PNG

Convert TIFF images to PNG format with transparency support and lossless compression

Click to upload file or drag and drop file here

Maximum file size: 100MB Supported formats: image/tiff

0 9 9

PNG compression level (0=fastest/largest, 9=slowest/smallest)

Enable adaptive filtering for better compression

Preserve original image metadata (EXIF, IPTC, XMP)

Key Facts

Category
Media
Input Types
file, range, checkbox
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Easily convert your TIFF images to PNG format while maintaining high quality and transparency. This tool provides precise control over compression levels and metadata preservation, ensuring your output files are optimized for web use or digital storage.

When to Use

  • When you need to convert high-resolution TIFF files into web-friendly PNG images.
  • When you want to preserve transparency layers from your original TIFF files.
  • When you need to optimize file size using adjustable lossless compression settings.

How It Works

  • Upload your TIFF file using the file selector.
  • Adjust the compression level and toggle adaptive filtering for optimal results.
  • Choose whether to retain original image metadata.
  • Click convert to process your file and download the resulting PNG.

Use Cases

Preparing professional print-ready TIFF graphics for web display.
Reducing storage footprint of archival image collections without sacrificing quality.
Converting multi-layered TIFF assets for use in web design projects.

Examples

1. Web Optimization for Print Graphics

Graphic Designer
Background
A designer has a large 50MB TIFF file intended for print that needs to be displayed on a website.
Problem
The TIFF file is too large for web loading and not natively supported by all browsers.
How to Use
Upload the TIFF, set compression to 9 for the smallest file size, and enable adaptive filtering.
Example Config
compressionLevel: 9, adaptiveFiltering: true
Outcome
A high-quality, web-optimized PNG file that loads quickly while maintaining visual fidelity.

2. Preserving Metadata for Archival

Photographer
Background
A photographer needs to convert a batch of scanned TIFF negatives to PNG for easier sharing.
Problem
The original camera settings and date information must remain attached to the files.
How to Use
Upload the TIFF file and ensure the 'Keep Metadata' checkbox is selected.
Example Config
keepMetadata: true
Outcome
A PNG file containing all original EXIF data, ready for digital archiving.

Try with Samples

image, png, file

Related Hubs

FAQ

Does this tool support transparency?

Yes, the converter fully supports transparency from your source TIFF files.

What does the compression level do?

A level of 0 is fastest with larger file sizes, while 9 provides the smallest file size with slower processing.

Can I keep my EXIF data?

Yes, enable the 'Keep Metadata' option to preserve original EXIF, IPTC, and XMP data.

Is the conversion lossless?

Yes, the tool uses PNG's native lossless compression algorithms to ensure no image quality is lost.

Is there a file size limit?

You can upload TIFF files up to 100MB in size.

API Documentation

Request Endpoint

POST /en/api/tools/tiff-to-png

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes -
compressionLevel range No PNG compression level (0=fastest/largest, 9=slowest/smallest)
adaptiveFiltering checkbox No Enable adaptive filtering for better compression
keepMetadata checkbox No Preserve original image metadata (EXIF, IPTC, XMP)

File type parameters need to be uploaded first via POST /upload/tiff-to-png to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-tiff-to-png": {
      "name": "tiff-to-png",
      "description": "Convert TIFF images to PNG format with transparency support and lossless compression",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=tiff-to-png",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]