Answer the question
In order to leave comments, you need to log in
How to implement the loading and processing of images?
For practice, php came up with the task of creating a service for loading and simple editing by the user, but I have no idea what libraries / functions to load for processing, applying watermarks and simple transformations with a picture.
So far, there is no knowledge that would help to choose the optimal functions\libraries\keys_for_search_in_google that are necessary to solve this problem.
What do you need to know for such a task?
More specific questions, how exactly to give php the picture that is uploaded?
UPD , solved. These libraries will help in editing the uploaded image: SimpleImage/PHPThumb, GD.
Answer the question
In order to leave comments, you need to log in
Grab the SimpleImage/PHPThumb ready made libraries
Now this is a very simplistic question.
PHP has a library for working with GD images: www.php.net/manual/en/ref.image.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question