Mikael Roos
Mikael Roos
### Feature Request Allow for mezzio to be run in a sub directory of the web server, out of the box, without need of configuration. | Q | A |------------...
Add support for resizing gifs and keeping animation frames. How to detect if gif is animated: http://php.net/manual/en/function.imagecreatefromgif.php#104473
Given an image, add a level of opacity to it, like this: https://stackoverflow.com/questions/14468405/change-the-opacity-of-an-image-in-php
The file `imgf.php` does not check for settings of hotlinking/leaching before showing the cached image. It should do this check before delivering the image.
The [postprocessing option](https://cimage.se/doc/post-processing) is a bit hardcoded right now, but there are several available tools for postprocessing tools. This setting in the config file, and its usage in CImage, should...
Lets say you have an transparent gif and want to save it as a jpeg, just for the fun of it. You need to decide what color to have instead...
**I got this as an email.** My question now lies around trying to call in images from a remote folder, such as an AWS S3 bucket, without using the full...
There are tw ways of entering testing mode of CImage. Either through the undocumented mode `test` or through defining `CIMAGE_DEBUG`. Both modes can write to files for output debug and...
Implement color reduction to reduce file size. One can use `-palette` to create a palette image with max 256 colors, but it seems like a good idea to be able...