image
image copied to clipboard
PHP Image Processing
## Describe the feature you'd like Currently you have to pass the driver by its full classname or by an object to the `ImageManager::class`. ```php $manager = new ImageManager(new Driver());...
## Describe the feature you'd like Currently, the ICO format can only be read with Imagick-Driver. An encoder could be added, as Imagick (and libvips) support it.
## Describe the bug Looks like white background getting transformed to «transparent» ## Code Example Repro: https://github.com/SCIF/repro-intervention ```bash make test ``` Inspect `images/` folder. There are two options of the...