What is the difference between .rgf and .ppm?
- Extension
- .rgf
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- LEGO
- Jef Poskanzer
- Description
- The LEGO Mindstorms EV3 Robot Graphics File (RGF) is a proprietary binary file format used by the LEGO Mindstorms EV3 software to store robot graphic models. It is a vector-based file format that stores information such as the robot's 3D geometry, color and other visual properties, as well as the model's connection points, used for connecting with other LEGO elements.
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- application/vnd.lego.ev3rgf
- image/x-portable-pixmap
- Sample
- sample.rgf
- sample.ppm
- Wikipedia
- .rgf on Wikipedia
- .ppm on Wikipedia