Difference between revisions of "Cairo"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Cairo |Short description=A vector graphics library with cross-device output support. |Full description=Cairo is a vector graphics library with cross-device output s...")
 
(Added Perl link)
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|Name=Cairo
 
|Name=Cairo
 
|Short description=A vector graphics library with cross-device output support.
 
|Short description=A vector graphics library with cross-device output support.
|Full description=Cairo is a vector graphics library with cross-device output support. It currently supports the X Window System and in-memory image buffers as output targets. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). It provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model and provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering.
+
|Full description=Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.
 +
 
 +
Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).
 +
 
 +
The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.)
 +
 
 +
Cairo is implemented as a library written in the C programming language, but bindings are available for several different programming languages.
 +
|Homepage URL=http://cairographics.org/
 
|User level=none
 
|User level=none
|Status=Live
+
|Is High Priority Project=No
|Component programs=
 
|Homepage URL=http://cairographics.org/
 
 
|VCS checkout command=git clone git://git.cairographics.org/git/cairo
 
|VCS checkout command=git clone git://git.cairographics.org/git/cairo
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=API Reference Manual at http://www.cairographics.org/manual/ Various Language Specific Tutorials at http://cairographics.org/documentation FAQ at http://cairographics.org/FAQ
 
|Documentation note=API Reference Manual at http://www.cairographics.org/manual/ Various Language Specific Tutorials at http://cairographics.org/documentation FAQ at http://cairographics.org/FAQ
|Paid support=
+
|Decommissioned/Obsolete=No
|IRC help=
+
|Accepts cryptocurrency donations=No
|IRC general=
+
|Version identifier=1.12.14
|IRC development=
+
|Version date=2013/02/10
|Related projects=
+
|Version status=stable
|Keywords=
+
|Version download=http://cairographics.org/releases/cairo-1.12.14.tar.xz
|Is GNU=n
+
|Test entry=No
|Last review by=Ted Teah
+
|Last review by=Bendikker
|Last review date=2006-11-07
+
|Last review date=2018/04/20
|Submitted by=Database conversion
 
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.2.6
+
|Is GNU=No
|Version date=2006-11-07
+
|License verified date=2006-11-07
|Version status=stable
+
}}
|Version download=http://cairographics.org/releases/
+
{{Project license
 +
|License=LGPLv2.1
 +
|License verified by=Ted Teah
 
|License verified date=2006-11-07
 
|License verified date=2006-11-07
|Version comment=1.2.6 released on 2006-11-07
+
}}
 +
{{Resource
 +
|Resource audience=Perl (Ref)
 +
|Resource URL=https://metacpan.org/release/Cairo
 +
}}
 +
{{Resource
 +
|Resource audience=R (Ref)
 +
|Resource URL=https://cran.r-project.org/web/packages/Cairo
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/cairo
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/cairo
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 69: Line 90:
 
}}
 
}}
 
{{Software category
 
{{Software category
|Graphics=2D
+
|Graphics=2d
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C
 
|Works-with=graphics
 
|Works-with=graphics
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LGPLv2.1
 
|License verified by=Ted Teah
 
|License verified date=2006-11-07
 
}}
 

Latest revision as of 11:08, 20 April 2018


[edit]

Cairo

http://cairographics.org/
A vector graphics library with cross-device output support.

Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.

Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).

The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.)

Cairo is implemented as a library written in the C programming language, but bindings are available for several different programming languages.








Entry







"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"R (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.
























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.