hi,
i looking for a way to resize a picture of any any to a custum size.
in this moment i have pictures bigger than 3200px and i looking for a script
that can handle that, the last script that i have tested simple "explode"
with pictures bigger than 1800px
thanks a lot for your help
:)

Recommended Answers

All 5 Replies

I use phpThumb. It requires a small change if you are using the latest PHP version, but I'm satisfied with it.

hi,
i use php 5 on a shared server, what is the "small change"?
thanks a lot for your help:)

the link given includes all the documentation, RTFM

You need to change the eregi (deprecated) in the code to preg_match. Only several lines are affected.

ya i use php thumb...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.