I have a good number of images stored in the database all pertaining to users.
I need to find a way to go through them one by one and reduce each image size using PHP.
Is there a good and proper way to do so?
Thanks
I have a good number of images stored in the database all pertaining to users.
I need to find a way to go through them one by one and reduce each image size using PHP.
Is there a good and proper way to do so?
Thanks
I'd suggest this full OOP library for image processing: https://imagine.readthedocs.io/en/stable/.