1config BR2_PACKAGE_LIBART 2 bool "libart" 3 help 4 Libart is a library for high-performance 2D graphics. It 5 supports a very powerful imaging model, basically the same 6 as SVG and the Java 2D API. It includes all PostScript 7 imaging operations, and adds antialiasing and 8 alpha-transparency. It is also highly tuned for incremental 9 rendering. It contains data structures and algorithms suited 10 to rapid, precise computation of Region of Interest, and a 11 two-phase rendering pipeline optimized for interactive 12 display. 13 14 http://www.levien.com/libart/ 15