cimage
cimage copied to clipboard
Server-side image resizing and cropping on the fly with caching of generated image-files using PHP.
Write article on how to create a shortcode for img.php and use to [FIGURE].
Write article on using img.php in WordPress as a shortcode.
Resize the image in small steps, instead of one step. Smaller steps will, most likely, result in a better end result. If an image is 1600px wide and target is...
Make a version of img.php that is executable on commandline through a phar packet.
Hi guys, it's not a bug or issue... I just want to know if the library will be maintained in the future, because have some large ecommerces to develop and...
When running XAMPP (or the webserver) in Windows and access the webfiles from within WSL2/Ubuntu, PHP failes for functions like `is_readable()` and `is_writable()`. To fix this a `define("WINDOWS2WSL")` is introduced,...