Hanlding photos with PHP

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
genadinik
Forum Newbie
Posts: 1
Joined: Sun Oct 17, 2010 10:00 am

Hanlding photos with PHP

Post 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
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: Hanlding photos with PHP

Post 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.
Post Reply