Windows Animated Cursor
From Just Solve the File Format Problem
(Difference between revisions)
(mime type + more software added) |
(→Sample files) |
||
Line 24: | Line 24: | ||
* http://www.anicursor.com/diercur.html | * http://www.anicursor.com/diercur.html | ||
* http://www.angelfire.com/my/plinth/cursors.html | * http://www.angelfire.com/my/plinth/cursors.html | ||
− | * https://telparia.com/fileFormatSamples/image/ | + | * https://telparia.com/fileFormatSamples/image/ani/ |
== Links == | == Links == |
Revision as of 20:45, 26 July 2020
Windows Animated Cursor Format (ANI) is an animated image format, mostly used for cursors (mouse pointer graphics) on Microsoft Windows.
Contents |
Format
ANI files use the RIFF container format. Individual frames can be encoded in ICO format, CUR format, or a "raw pixel data" format that does not seem to be fully documented.
Identification
Files begin with 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'A' 'C' 'O' 'N'
.
Software
Sample files
- http://cd.textfiles.com/desktopworks/CURSORS/
- http://www.anicursor.com/diercur.html
- http://www.angelfire.com/my/plinth/cursors.html
- https://telparia.com/fileFormatSamples/image/ani/
Links
- GFF Format Summary: Microsoft RIFF (from archive.org)
- Wikipedia article