image icon indicating copy to clipboard operation
image copied to clipboard

PHP Image Processing

Results 153 image issues
Sort by recently updated
recently updated
newest added

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

minor-release

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