Hello,
I have a basic script to upload and manage photos, but there are many things that it lacks.
For some reason photo files like .tif do not get uploaded and there is no automatic re-sizing of different images (vertical or horizontal).
All the image problems I am having can be seen on http://www.hikingsanfrancisco.com/
Could someone please suggest some solutions for this like photo-managing frameworks, or how this sort of thing is usually handled?
Sincerely appreciative,
Alex
Hanlding photos with PHP
Moderator: General Moderators
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: Hanlding photos with PHP
I take it the script is not your own? You can handle much of what you are talking about with some basic knowledge of the GD lib or ImageMagick, or get a well built component such as ezcImageConverter to abstract away some of the technical details.