What is the difference between .gv and .pbm?
- Extension
- .gv
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- AT&T Research
- Wolfgang Hoschek
- Description
- GV uses the Graphviz Graph Visualization Software to represent graphs in simple text language (DOT language) that can be understood by both humans and computers.
- 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
- text/vnd.graphviz
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .gv on Wikipedia
- .pbm on Wikipedia