Windows Animated Cursor
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Category:Animation) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|ani}} | |extensions={{ext|ani}} | ||
+ | |mimetypes={{mimetype|application/x-navi-animation}}<ref>https://reposcope.com/mimetype/application/x-navi-animation</ref> | ||
|pronom={{PRONOM|fmt/386}} | |pronom={{PRONOM|fmt/386}} | ||
}} | }} | ||
− | + | [[Windows Animated Cursor]] Format ('''ANI''') is an animated image format, mostly used for cursors (mouse pointer graphics) on Microsoft Windows. | |
== Format == | == 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. | 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 == |
− | * [http://oreilly.com/www/centers/gff/formats/micriff | + | Files begin with <code>'R' 'I' 'F' 'F' ?? ?? ?? ?? 'A' 'C' 'O' 'N'</code>. |
+ | |||
+ | == Software == | ||
+ | * {{Deark}} | ||
+ | * [[XnView]] | ||
+ | * [https://inkscape.org/ Inkscape] | ||
+ | * [http://www.irfanview.com/ IrfanView] | ||
+ | |||
+ | == Sample files == | ||
+ | * http://cd.textfiles.com/desktopworks/CURSORS/ | ||
+ | * http://www.anicursor.com/diercur.html | ||
+ | * http://www.angelfire.com/my/plinth/cursors.html | ||
+ | * {{DexvertSamples|image/ani}} | ||
+ | |||
+ | == Links == | ||
+ | * [https://web.archive.org/web/20130530192915/http://oreilly.com/www/centers/gff/formats/micriff GFF Format Summary: Microsoft RIFF] (from archive.org) | ||
* [[Wikipedia:ANI %28file format%29|Wikipedia article]] | * [[Wikipedia:ANI %28file format%29|Wikipedia article]] | ||
+ | |||
+ | == References == | ||
+ | <references/> | ||
[[Category:RIFF based file formats]] | [[Category:RIFF based file formats]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
− | [[Category: | + | [[Category:Windows]] |
+ | [[Category:Animation]] |
Latest revision as of 15:34, 28 April 2024
Windows Animated Cursor Format (ANI) is an animated image format, mostly used for cursors (mouse pointer graphics) on Microsoft Windows.
Contents |
[edit] 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.
[edit] Identification
Files begin with 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'A' 'C' 'O' 'N'
.
[edit] Software
[edit] Sample files
- http://cd.textfiles.com/desktopworks/CURSORS/
- http://www.anicursor.com/diercur.html
- http://www.angelfire.com/my/plinth/cursors.html
- dexvert samples — image/ani
[edit] Links
- GFF Format Summary: Microsoft RIFF (from archive.org)
- Wikipedia article