How do you create a .cur (for a mouse cursor), from a GIF image file?
What tool or process can I use?
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
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. |
|||||
|
|
IconStudio is able to aquire from other images. |
|||
|
|
|
I just found a reference to a new tool called IconWorkshop lite which is a plugin for Visual Studio. I thought of this question and figured I'd leave the link here for posterity. I don't know for sure if it will do the job asked in the question... |
|||
|
|
|
You could also convert it into a .ico which is more common and rename it with the .cur extension. |
|||
|
|
|
This discussion might be of help - it reference IrfanView as well as ICONStudio. |
|||
|
|
|
This one works too: http://www.axialis.com/axcursors/ |
|||
|
|
|
this helped me - http://www.evotech.net/blog/2007/04/controlling-cursors-with-css-and-creating-cur-files/ |
|||
|
|