Hi
I am a newcomer who has used a little PHP so far and I have been involved in developing 2 sites.
I don't use Dreamweaver but code using Scintilla and feel I would like to make a decision about which graphics package to use. I did download Gimp but it seems very complicated and I am not sure it will enable me to do all the graphics work I want to. I have been thinking about Paint shop pro and Fireworks although I stupidly downloaded the 30 day free trial and it expired before I tried it out.
Please advise me.
Thanks
Jes
which graphics package to choose?
Moderator: General Moderators
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
Hi Jess,
The graphics package you choose has nothing to do with PHP. The design you want to make for the site can be made in anything from Windows Paint, to Photoshop, or GIMP.
If you want to generate pictures on the fly, such as a picture with some unique ID number on it, you need to use the [php_man]GD[/php_man] Library that is imbedded within PHP.
Good luck!
The graphics package you choose has nothing to do with PHP. The design you want to make for the site can be made in anything from Windows Paint, to Photoshop, or GIMP.
If you want to generate pictures on the fly, such as a picture with some unique ID number on it, you need to use the [php_man]GD[/php_man] Library that is imbedded within PHP.
Good luck!