What is the difference between .rgf and .ras?
- Extension
- .rgf
- .ras
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- LEGO
- Sun
- 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.
- Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
- MIME Type
- application/vnd.lego.ev3rgf
- image/x-cmu-raster
- Sample
- sample.rgf
- Wikipedia
- .rgf on Wikipedia
- .ras on Wikipedia