Mikael Roos

Results 45 issues of 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 |------------...

Enhancement

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

enhancement
feature

Add watermark (transparent image) to image.

enhancement
feature

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

feature

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.

enhancement

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...

enhancement
feature

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...

enhancement

**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...

feature

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...

code quality
feature
documentation

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...

enhancement