Someone knows how to create a PHP code to generate an image that is passed by the url if image.php?src=logo&width=600&height=600
is passed and the final result is an image with the specific dimensions and go to imgs/logo.png
.
PS: The format must be .png
.