TIFF
TIFF raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/tiff
Free TIFF to GIF conversion online, with the real pixel decoding and image re-encoding behavior, what gets lost, and a concrete way to check the output.
Converter.now decodes a flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression into a working pixel canvas, then writes that canvas according to GIF's color and compression model. Dimensions may stay constant while encoding, metadata, and fine detail change. TIFF processing enumerates image directories and resolves tagged dimensions, photometric model, bit depth, strips or tiles, compression, pages, profiles, and extrasamples. GIF output reduces frames to indexed palettes and binary transparency, so color selection, dithering, disposal, timing, loop seam, and absent audio define quality.
Canvas decoded from a flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression. Image written as an indexed-color animation or still image capped at a 256-color palette.
Used for raster pictures made of individually stored pixels.
Designed for short animations and simple graphics.
GIF wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than TIFF does.
Not every app reads the same TIFF subset, so multi-page files, CMYK color, layers, or an unusual compression choice can all fail to open somewhere.
Gradients and photographic tones can band, semi-transparent pixels get reduced to on/off transparency, and frame timing is rounded to the nearest centisecond.
Video-to-GIF output is sampled at 12 frames per second, capped at 960 pixels wide, and contains no audio.
Step through every page and check bit depth, color mode, the resolution tag, compression, and alpha.
Play the loop in full, watching for banding, transparency edges, frame disposal, and whether the loop seam is clean.