Process local images

See all posts Reply

Process local images new!
by yo_mismo, 12 years, 8 months ago
Is it possible processing images which are already on the server?

Or is it possible to adapt file_put_contents() to process remote images?Reply
Re: Process local images new!
by colin, 12 years, 8 months ago
You can process local images, check out the documentation. In fact, you just instantiate the class with the local file name.

And no, the class cannot retrieve remote images, but you can retrieve the file first, before using the class on it locally.Reply
Re: Process local images new!
by yo_mismo, 12 years, 8 months ago
Ok ok perfect, i ask the question and then i can do it possible.

It's working perfectly.

Thanks colin for your answer ;)Reply