i want to know how create a placeholder image service in PHP, as lorempixel.com or dummyimage.com
In particular, how to get the image from a folder and crop it depending GET parametres.
Anybody?
i want to know how create a placeholder image service in PHP, as lorempixel.com
Share
You should use the GD library
Just create a new image with the width and height from the paramaters
https://www.php.net/manual/en/function.imagecreate.php
script.php?width=200&height=300