Xcursor
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics }} '''Xcursor''' (or '''X11 cursor''') is a cursor file format associated with the ''Xcursor'' (a.k.a. ''libXcursor'') sof...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
+ | |extensions={{noext}} | ||
}} | }} | ||
'''Xcursor''' (or '''X11 cursor''') is a cursor file format associated with the | '''Xcursor''' (or '''X11 cursor''') is a cursor file format associated with the | ||
Line 15: | Line 16: | ||
* [http://ftp.x.org/pub/individual/app/xcursorgen-1.0.6.tar.bz2 xcursorgen] | * [http://ftp.x.org/pub/individual/app/xcursorgen-1.0.6.tar.bz2 xcursorgen] | ||
* [http://www.sourcefiles.org/Toys/Candy/xcurs-0.5.1.tar.gz xcurs] | * [http://www.sourcefiles.org/Toys/Candy/xcurs-0.5.1.tar.gz xcurs] | ||
+ | * [https://github.com/eworm-de/xcur2png xcur2png] | ||
== Sample files == | == Sample files == | ||
* [https://www.archlinux.org/packages/community/any/xcursor-bluecurve/download/ Cursors from the Bluecurve theme] | * [https://www.archlinux.org/packages/community/any/xcursor-bluecurve/download/ Cursors from the Bluecurve theme] | ||
+ | * {{DexvertSamples|image/xCursor}} | ||
== Links == | == Links == | ||
* [http://www.x.org/releases/X11R7.7/doc/man/man3/Xcursor.3.xhtml Xcursor man page] | * [http://www.x.org/releases/X11R7.7/doc/man/man3/Xcursor.3.xhtml Xcursor man page] | ||
+ | |||
+ | [[Category:X Window System]] |
Latest revision as of 04:00, 28 December 2023
Xcursor (or X11 cursor) is a cursor file format associated with the Xcursor (a.k.a. libXcursor) software for the XFree86 and X.Org implementations of the X Window System. It supports truecolor, alpha transparency, and animation.
Contents |
[edit] Identification
Files begin with ASCII characters "Xcur
". They usually have no
filename extension.