Page 1 of 1
Cursor to GIF? (cur/ani to gif)
Posted: Mon Nov 20, 2006 2:16 pm
by phice
This is an interesting one...
I'm in need of a php program or linux application that can can take a .cur or .ani file and automatically turn it into a GIF. Let me know if you guys know of any quick way to do this.
Don
Posted: Mon Nov 20, 2006 2:40 pm
by brendandonhue
ImageMagick can do .cur.
Posted: Mon Nov 20, 2006 2:41 pm
by phice
Can the GD2 library do it?
Posted: Mon Nov 20, 2006 3:15 pm
by brendandonhue
Nope
Posted: Mon Nov 20, 2006 3:42 pm
by RobertGonzalez
The PHP Manual on GD wrote:PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including gif, png, jpg, wbmp, and xpm.
Posted: Mon Nov 20, 2006 5:22 pm
by phice
Thanks Everah, not to sound mean, but I'm not new to PHP.

Posted: Mon Nov 20, 2006 5:40 pm
by RobertGonzalez
That's it, I'm totally offended.
/ Ok, I'm not really offended. Sorry if my last answer offended you, it is kinda my style to answer that way. I didn't mean to imply anything by my answer.
Posted: Mon Nov 20, 2006 6:08 pm
by phice
No worries.
It looks like my server admin has ImageMagick installed so I'll be trying it out and if I get it working, I'll post a working concept for any future lookers.