Hi,
I have a database in witch i stored some images. I want to be able to resize that images.
To acomplish this I follow theese steps:
1. get the image from database.
2. generate a new image with required size.
3. use the imagecopyresized to resize the image.
It's seems that the image stored in database does not have the right format for this function.
Can anyone help me, please?
Thank's