Commit Graph

11 Commits (b02748026ee2250bc0124697f2e6c623d8516762)

Author SHA1 Message Date
Your Name 99c3f2f6ba Default image driver to vips
Switch IMAGE_DRIVER default from gd to vips in config/image.php and the
shipped .env examples. libvips is faster, lower-memory, and has strong
WebP/AVIF support; both libvips and the php-vips extension ship in the
official Docker image. ImageDriverManager already maps 'vips' to the
installed Intervention Vips driver, so no code change is needed.

.env.testing stays on gd because the CI test runners install the gd
extension, not php-vips.
1 week ago
Daniel Supernault 42f361540c
Pint config/ 4 weeks ago
Your Name 552a55c2d2 Upgrade images to v4 4 weeks ago
Shlee b587de7759
Update image.php 10 months ago
Daniel Supernault ff503bf439
Update image config 1 year ago
Daniel Supernault ab9c13fe0d
New supported formats, Preserve ICC Color Profiles, libvips support
Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.
1 year ago
Daniel Supernault 5ece86fb0a
Revert image driver breaking change, will delay 7 years ago
Daniel Supernault e86ddb94de
Update image config 7 years ago
trwnh 02e5abf3b3
read IMAGE_DRIVER from env 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault 72a5a12804 Add image config 8 years ago