What is the difference between .rgf and .pbm?
- Extension
- .rgf
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- LEGO
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- application/vnd.lego.ev3rgf
- image/x-portable-bitmap
- Sample
- sample.rgf
- sample.pbm
- Wikipedia
- .rgf on Wikipedia
- .pbm on Wikipedia