| Josh Heidenreich | 8b9615b | 2012-02-08 09:06:58 +1030 | [diff] [blame] | 1 | Provides a BitmapDevice: the vcl software renderer |
| 2 | |
| Tor Lillqvist | 62d4eb0 | 2012-06-08 12:15:28 +0300 | [diff] [blame] | 3 | Provides algorithms and data types for bitmap graphics e.g. line and fill |
| 4 | polygon scan conversion, bitmap format iterators, and a SalGraphics-compatible |
| 5 | software renderer |
| Josh Heidenreich | 8b9615b | 2012-02-08 09:06:58 +1030 | [diff] [blame] | 6 | |
| Tor Lillqvist | 62d4eb0 | 2012-06-08 12:15:28 +0300 | [diff] [blame] | 7 | Used for example for wmf / svm files. E.g. used when you do -headless, and |
| 8 | have no DISPLAY set - it's an all-software backend for the LibO graphic |
| 9 | backend. also see [git:vcl/headless]. |