Initializing... drag & drop files here
Supports: PNG
If you are sending images to a print shop, a desktop-publishing tool like InDesign or QuarkXPress, or a document-archiving system, convert your PNG to TIFF — that is the format those pipelines expect. If the image is headed for a website, an app, or email, you are usually better off staying on PNG. Both formats are lossless and both can hold an alpha (transparency) channel, so a PNG-to-TIFF conversion here keeps every pixel and the transparency intact; what changes is the container and which compression schemes are available. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.
| Property | PNG | TIFF (TIF) |
|---|---|---|
| Standard | ISO/IEC 15948 (W3C, 2003) | TIFF 6.0 (Adobe, finalized June 3 1992) |
| Compression | Lossless only (DEFLATE) | Lossless (LZW, ZIP/Deflate, PackBits), lossy (JPEG), or none |
| Color models | RGB / RGBA, grayscale, indexed — no CMYK | RGB, grayscale, indexed, and CMYK |
| Bit depth | 8 or 16 bits per channel | 1, 8, or 16 bits per channel (per this tool) |
| Transparency | Full 8-bit alpha (256 levels), widely supported | Alpha supported, but not honored by every viewer |
| Multi-page | No | Yes (a single TIFF can hold many pages) |
| Typical use | Web graphics, logos, screenshots, app assets | Print, scanning, photography, archival, prepress |
| File size | Usually smaller | Usually larger, especially uncompressed |
Need the reverse direction later? Use TIF to PNG. For a smaller web-ready file instead of TIFF, PNG to JPG is usually the better target.
Not if you keep a lossless compression type. PNG is always lossless, and TIFF's LZW, ZIP/Deflate, and PackBits options are lossless too, so every pixel is preserved. Quality only drops if you deliberately pick the lossy JPEG compression option, which discards data to shrink the file.
Yes — the alpha channel is carried over, so transparent areas in your PNG stay transparent in the TIFF. The catch is on the viewing side: TIFF transparency is not honored by every image viewer or print tool the way PNG transparency is, so a TIFF that looks transparent in one program may show a background in another.
PNG's DEFLATE compression is aggressive and lossless, so PNGs are usually compact. TIFF can be stored uncompressed, and even LZW-compressed TIFF rarely matches PNG's size on the same image. If file size matters, choose LZW or DEFLATE compression rather than leaving the TIFF uncompressed.
PNG only stores RGB data, so a straight conversion produces an RGB TIFF — it cannot invent CMYK ink values that were never in the source. TIFF itself supports CMYK, but a true CMYK separation for offset printing should be done in print software (such as Photoshop or Acrobat) with the correct color profile, not by format conversion alone.
Yes. TIF and TIFF are the same format; the two spellings are just a three-letter versus four-letter file extension, a holdover from older systems that capped extensions at three characters. This converter outputs the standard format either way.
All three are lossless. LZW is the long-standing TIFF default and has the widest support across viewers and printing software. DEFLATE (ZIP) is the same algorithm PNG uses and often produces a slightly smaller file. PackBits is a simple run-length scheme that compresses best on images with large flat areas but generally less than LZW or DEFLATE.
There is no per-file count limit and no watermark. The practical limit is upload size and time rather than your device, since the file is processed on our servers; very large images simply take longer to upload and convert. In our testing, a typical 1080p screenshot PNG converted to an LZW TIFF in a few seconds end to end.