diff --git a/readme.md b/readme.md index 627586d..38c4eee 100644 --- a/readme.md +++ b/readme.md @@ -61,11 +61,11 @@ $encoded->save('images/example.jpg'); ## Caveats -- Due to the technical characteristics of libvips, it is currently not possible +- Due to the technical characteristics of libvips, it is currently **not possible** to implement color quantization via `ImageInterface::reduceColors()` as intended. However, there is a [pull request in libvips](https://github.com/libvips/php-vips/issues/256#issuecomment-2575872401) - that enables this feature and may be integrated here in the future. + that enables this feature and it may be integrated here the future as well. ## Authors