Oliver Vogel

Results 18 issues of Oliver Vogel

Thanks for your script. I used it to display results of a search in a locally synced Pinboard database. Would you mind, adding the repository to [Composer](https://getcomposer.org/)/[Packagist](https://packagist.org/)? Altought it has...

I have noticed that there are text elements in the CMS that are not integrated into internationalization. Since their content is hard-coded, a developer has no chance to address this...

impact/medium
affects/v4
type/bug
complexity/medium

**Describe the feature you'd like** Add Doc-Block @link tags to main methods that produce links via the respective IDE's language server, which can be displayed and opened. Sometimes it is...

patch-release

**Describe the feature you'd like** The overall code coverage could be better. ```bash docker-compose run --rm --build coverage ```

**Describe the feature you'd like** Add more detailed control on the encoding process. A settings object might be useful. **Settings to control** - Compression Level (Quality) - Compression Type -...

minor-release

Currently `ImageInterface::fill()` only works with colors. This PR makes it possible to specify images as an alternative. The images can be specified as [valid image sources](https://image.intervention.io/v3/basics/instantiation#reading-image-sources) and they are placed...

Images can contain EXIF information for camera rotation. This information is read by Intervention Image and an alignment (rotation) is performed based on it. **Since version 3 this happens automatically**...

minor-release

**Describe the feature you'd like** General optimization of RAM consumption.

patch-release

**Describe the feature you'd like** Ability to get and set the bit depth of images. Is possible with Imagick, most likely not with GD. #### Get bit depth of the...

minor-release

Letter spacing or text kerning should at least be possible with Imagick: https://www.php.net/manual/en/imagickdraw.settextkerning.php However, this is not possible with the GD library and would have to be implemented manually. Unfortunately,...

minor-release