Initializing... drag & drop files here
Supports: PPTX
TIFF is what print shops, document-imaging systems and long-term archives ask for, and it is the one image target on this site where picking the wrong dropdown value can make your file five times bigger — or produce a file that opens as nothing at all. This walk-through covers the compression choice in detail, the two controls that do not apply to slide decks, and the errors that actually show up in practice.
TIFF does not define one compression method; it defines a tag that says which one was used. The dropdown here maps straight onto the codecs the TIFF writer supports, and slide content — flat fills, hard-edged type, thin chart rules — behaves very differently from photographs under each.
| Setting | Lossless? | What it is | Use it when |
|---|---|---|---|
| LZW | Yes | Dictionary coder, universally supported since TIFF 6.0 | Default choice for print and archive |
| DEFLATE | Yes | Zlib, slightly tighter than LZW on smooth content | Same jobs as LZW, slightly smaller |
| PACKBITS | Yes | Simple run-length coding | Maximum compatibility with very old readers |
| ZSTD | Yes | Modern entropy coder, much smaller on flat graphics | You control both ends of the workflow |
| NONE | Yes | Raw uncompressed samples | A reader that chokes on everything else |
| JPEG | No | DCT codec; the preselected value | Photo-heavy slides where bytes matter |
| LOSSY | No | A duplicate label for the same JPEG scheme | Never — pick JPEG so the intent is obvious |
| WebP | No by default | WebP-in-TIFF; encoded lossily unless the writer says otherwise | Niche; support is thin outside modern tooling |
| CCITT Fax 4 | Yes, but bilevel only | Group 4 fax coding for 1-bit black-and-white | Never on a colour slide — see below |
| JP2K | Configurable | JPEG 2000 inside TIFF | Never here — see below |
Two practical patterns fall out of that table:
.pptx. Reduce "Image resolution", or use PPTX to PNG if you only need screen-quality images.This page produces one flat raster per slide. It cannot give you a single multi-page TIFF, it cannot keep slides editable, and it cannot colour-manage into CMYK for prepress — the render is RGB throughout. Animations, transitions and speaker notes are not part of the visible slide and do not appear. If any of those matter, the right escape hatch is PPTX to PDF: it keeps the deck as one file, preserves text as text, and hands your printer's RIP real vector artwork to colour-manage. Password-protected decks must be unlocked before upload.
| Question | TIFF (this page) | PNG | |
|---|---|---|---|
| Files produced | One per slide | One per slide | One for the whole deck |
| Lossless by default | Only if you change the scheme | Only on the "Highest" preset | Text stays vector |
| Alpha | Under the lossless schemes | Always | Not applicable |
| Expected by print and imaging systems | Yes | Sometimes | Yes |
| Opens in a browser | No | Yes | Yes |
| Text stays selectable and searchable | No | No | Yes |
No — one TIFF per slide, plus a zip of the set. The format is capable of holding several images in one file, but the presentation path writes each rendered page separately. Merge them afterwards with tiffcp or ImageMagick if you need a single container, or convert to PDF instead.
The render is fixed at 300 DPI on presentation sources — the DPI selector is only exposed for document sources. That makes pixel size predictable: a 13.333 x 7.5 inch widescreen slide becomes 4000 x 2250 pixels, a 10 x 7.5 inch standard slide becomes 3000 x 2250. "Image resolution" resamples that render but does not re-rasterise at a different DPI.
Ask, but LZW is the answer that is never wrong. It is lossless, it is universally readable and it keeps hard-edged type clean. Deflate is an equally safe lossless alternative that is usually a shade smaller. If they specifically asked for "uncompressed TIFF", pick NONE and expect a very large file — roughly width x height x 3 bytes plus headers.
They are the same thing. Both entries resolve to the same JPEG scheme in the TIFF writer, so picking one or the other produces identical output. The duplicate label is a leftover in the option list; choose JPEG so your intent is unambiguous to anyone reading the settings later.
TIFF is a container, not a compression method — whether a given file is lossless depends on the tag inside it. A TIFF written with LZW, Deflate, PackBits, ZSTD or no compression is lossless. A TIFF written with the JPEG scheme is not, even though the extension is the same. That is why this page exposes the choice instead of guessing.
Not directly here. TIFF is a raster image; a .pptx is a structured XML package of shapes and text. Rebuilding editable slides from flat images is not something a converter can do faithfully. You can, however, place the images into a new deck manually, or convert them to other image formats from our TIFF converter hub.
No. Each slide is rasterised in its resting state, so animations, builds and transitions collapse to whatever the slide looks like with everything present. An embedded video appears as its poster frame or placeholder, not as playable media. Export the video separately if you need it.
Usually well. The fixed 300 DPI render sits at the top of the 200-300 DPI band OCR engines are generally tuned for, and a lossless scheme keeps letterforms free of the compression noise that confuses character recognition. Choose LZW rather than the lossy default, and avoid reducing "Image resolution" to the point where body text drops below roughly 20 pixels tall.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.