tags:

views:

32

answers:

2

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).

Could someone please suggest some solutions for this?

Sincerely appreciative, Alex

A: 

http://gallery.menalto.com/

http://www.tftgallery.org/

etc,etc,etc

PeterMmm
Thanks Peter, I am browsing through the documentation for menalito.com and they mention that they require image processing libraries like ImageMagick or NetPBM. What is the difference between things like menalito and image processing libraries? Are both typically used together?
if you are new to that start with a simple one, like tftgallery. as all are frameworks they need some external libraries like ImageMagick. that libaries do the direct image manipulation like resizing, rotation, etc.
PeterMmm
I came across the GD php library which has a lot of useful API functions for image manipulation. What do you guys think of GD?
+2  A: 

Try to use Primage library, it's based on GD2 extension.

SeniorDev