CUR
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(One intermediate revision by one user not shown) | |||
Line 29: | Line 29: | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/desktopworks/MOUSEPNT/ | * http://cd.textfiles.com/desktopworks/MOUSEPNT/ | ||
− | * | + | * {{DexvertSamples|image/cur}} |
== References == | == References == |
Latest revision as of 02:56, 28 December 2023
CUR is a Microsoft Windows cursor format.
CUR files can have multiple icon images of different sizes in the same file, so that programs displaying them can pick the size that is appropriate for a particular use. Image data within the file is either in BMP or PNG format, with some header bytes defined by the CUR standard.
Contents |
[edit] Format
Files have a 6-byte fixed header, followed by one or more 16-byte directory entries, followed by the image data.
CUR format is very similar to ICO (icon) format.
[edit] Identification
Files begin with bytes 00 00 02 00
.
[edit] See also
[edit] Software
- icoutils (icotool)
- Deark
- ImageMagick
[edit] Sample files
[edit] References
- ICO (Wikipedia) (also describes CUR)
- GFF Format Summary: Microsoft Windows Cursor and Icon