PPM
PPM raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/x-portable-pixmap
Convert PPM to GIF online. See the real pixel decoding and image re-encoding behavior, preservation limits, and a format-specific acceptance test.
A netpbm portable pixmap containing straightforward rgb samples with a small textual or binary header is decoded into a working pixel canvas first, then written back out under GIF's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. PPM input reads its magic number, dimensions, maximum channel value, ASCII-or-binary samples, and exact RGB ordering without relying on metadata. 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 Netpbm portable pixmap containing straightforward RGB samples with a small textual or binary header. Image written as an indexed-color animation or still image capped at a 256-color palette.
Used for pixel-based artwork, scans, and photographs.
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 PPM does.
PPM files can be unexpectedly large, and readers differ on high sample values, comments, and ASCII versus binary variants.
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.
Confirm magic number, maximum sample value, dimensions, channel order, and exact pixel colors.
Play the loop in full, watching for banding, transparency edges, frame disposal, and whether the loop seam is clean.