Page 1 of 1

Hanlding photos with PHP

Posted: Sun Oct 17, 2010 10:09 am
by genadinik
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

Re: Hanlding photos with PHP

Posted: Tue Oct 19, 2010 6:53 am
by greyhoundcode
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.