Convertitore online gratuito per convertire file in PPM.
Garantiamo qualità, praticità e supporto per tutti i formati.
| Tipo di dati | Image |
| Tipo MIME | image/x-portable-pixmap |
| Sviluppatore | Jef Poskanzer / Netpbm (Pbmplus) community |
| Casi d’uso principali | Formato intermedio in pipeline, esempi educativi/CG, dump da renderer, conversioni rapide. |
PPM è un formato Netpbm molto semplice e non compresso per raster RGB, spesso usato come formato intermedio (P3 ASCII o P6 binario).
| Tipo di dati | Image |
| Tipo MIME | image/x-portable-pixmap |
| Compressione | Nessuna compressione; P3 testo, P6 binario raw |
| Profondità colore | Dipende da Maxval: tipico 8-bit (255), fino a 16-bit (65535) |
| Spazio colore | RGB |
| Supporto trasparenza | No |
| Supporto animazione | No |
| Supporto risoluzioni | Stores pixel dimensions (width/height). No standardized physical DPI; any physical sizing is external. |
| Metadati | No Exif; header contains only basic image parameters (dimensions, Maxval). Comments via '#'. |
| Standard / specifica | Netpbm PPM format specification |
| Dimensione tipica del file | Usually large: roughly 3 bytes/pixel for 8-bit P6 (plus header), or much larger for P3 ASCII; 16-bit doubles raster size. |
| Anno di introduzione | 1988 |
Il formato di file PPM offre diversi vantaggi che lo rendono adatto agli usi più comuni.
Il formato di file PPM presenta alcune limitazioni che possono influenzarne l’uso in determinati scenari.
Le immagini PPM sono ampiamente supportate e visualizzabili sulla maggior parte dei dispositivi e piattaforme.
Treat as untrusted input: huge dimensions can cause resource exhaustion; malformed headers/raster can trigger decoder bugs. Strip comments if you need deterministic parsing.
Open, publicly documented format (Netpbm documentation)