Topic awaiting preservation: PHP icon file generator? (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: New California |
posted 11-02-2002 23:24
Is there a PHP script out there that can create Mac and PC icon files? I was just thinking it would be cool to use my new painting script to pass info to a PHP script that could gen an icon file for a user. I've been looking around with no luck. I've never really looked into server-side image creation yet. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-03-2002 01:12
Bugs: Its an interesting question but I suspect not. It is an odd file format. I'll have a nose around and see what I can dig up |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-03-2002 01:22
Not wishing to spoil anyone elses fun but you can use netpbm (what disappoints me is that I'd already visited the first link): |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 11-03-2002 02:08 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-03-2002 02:13
Pugzly: It shouldn't be too much hassle getting netpbm installed (TP is using it in PSPong at the moment) - it does raise some interesting possibilities. I've had a good look at a lot of icon creators and most don't allow you to create icons containing bitmaps of different resolutions (which strikes me as poiling the whole point) so its possible you could have a way to upload a number of different graphics which could be dropped into one icon. But that is all back of the nevelope stuff and I have no idea how much extra work it would be in practice. |
Maniac (V) Mad Scientist From: New California |
posted 11-03-2002 02:34
If I can get this working, I really want to have it on GN. I haven't contributed anything for such a long time |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-03-2002 02:36
Bugs: You're a genuine bonifide star |