Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert a GIF into a CUR file [closed]

Tags:

How do you create a .cur (for a mouse cursor), from a GIF image file?

What tool or process can I use?

like image 668
Bravax Avatar asked Jan 08 '09 22:01

Bravax


People also ask

What format is CUR file?

What is a CUR file? A CUR file is a static Microsoft Windows cursor file format. Basically, they are stationary images identical to ICO (icon) files in every way except the extension. Both CUR and ICO are established on the basis of the Device-Independent Bitmap DIB (Device-Independent Bitmap) specification.


1 Answers

You need to use a cursor creator, which is pretty much just a bitmap with some header data. I'd use Irfanview if you do not use Visual Studio or what not. If you use Visual Studio, just create a new cursor, and copy and paste the image data right into the editor... I'm sure I could whip up a tool that does this for you on a file basis, but I'm sure they are many tools out there already.

like image 141
LarryF Avatar answered Sep 22 '22 15:09

LarryF