@@ -5,30 +5,33 @@ correctly. It may be edited with emacs' table mode.
55
66Each cell specifies the backend that actually handles the file format.
77A cell with a '+' in it denotes the rasterizer and the file writing
8- infrastructure as separate pieces.
8+ infrastructure as separate pieces.
99
1010+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
1111| |bmp |emf |eps |jpeg |pcx |pdf |png |ps |raw |svg |svgz |tiff |xpm |
1212+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
13- |Agg | |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
13+ |Agg | |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
14+ | | | | |pil | | | | | | | |pil | |
1415+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
1516|Cairo | |emf |ps | | |cairo |cairo |cairo|agg |cairo|cairo| | |
1617|[1] | | |[2] | | | |* | | | | | | |
1718+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
18- |CocoaAgg| |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
19+ |CocoaAgg| |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
20+ | | | | |pil | | | | | | | |pil | |
1921+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
2022|Emf | |emf *| | | | | | | | | | | |
2123+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
22- |FltkAgg | |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
24+ |FltkAgg | |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
25+ | | | | |pil | | | | | | | |pil | |
2326+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
2427|Gd | | | | | | |gd * | | | | | | |
2528+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
26- |Gtk | |emf |ps |gdk + | |pdf |gdk + |ps |agg |svg |svg | | |
27- |(gdk) | | | |pixbuf | | |pixbuf| | | | | | |
29+ |Gtk | |emf |ps |gdk + | |pdf |gdk + |ps |agg |svg |svg |agg + | |
30+ |(gdk) | | | |pixbuf | | |pixbuf| | | | |pil | |
2831| | | | | | | |* | | | | | | |
2932+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
30- |GtkAgg | |emf |ps |agg + | |pdf |agg + |ps |agg |svg |svg | | |
31- | | | | |pixbuf | | |pixbuf| | | | | | |
33+ |GtkAgg | |emf |ps |agg + | |pdf |agg + |ps |agg |svg |svg |agg + | |
34+ | | | | |pixbuf | | |pixbuf| | | | |pil | |
3235| | | | | | | |* | | | | | | |
3336+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
3437|GtkCairo| |emf |ps |cairo +| |cairo |cairo |cairo|agg |cairo|cairo| | |
@@ -41,18 +44,22 @@ infrastructure as separate pieces.
4144+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
4245|Ps | | |ps | | | | |ps * | | | | | |
4346+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
44- |QtAgg | |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
47+ |QtAgg | |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
48+ | | | | |pil | | | | | | | |pil | |
4549+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
46- |Qt4Agg | |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
50+ |Qt4Agg | |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
51+ | | | | |pil | | | | | | | |pil | |
4752+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
4853|Svg | | | | | | | | | |svg *|svg | | |
4954+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
50- |TkAgg | |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
55+ |TkAgg | |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
56+ | | | | |pil | | | | | | | |pil | |
5157+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
5258|Wx |wx + |emf |ps |wx + wx|wx + |pdf |wx + |ps |agg |svg |svg |wx + |wx + |
5359| |wx | | | |wx | |wx * | | | | |wx |wx |
5460+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
55- |WxAgg | |emf |ps | | |pdf |agg * |ps |agg |svg |svg | | |
61+ |WxAgg | |emf |ps |agg + | |pdf |agg * |ps |agg |svg |svg |agg +| |
62+ | | | | |pil | | | | | | | |pil | |
5663+--------+-----+-----+-----+-------+-----+------+------+-----+-----+-----+-----+-----+-----+
5764
5865* Default filetype for the backend
0 commit comments