imageflow
Intervention Image
Our great sponsors
imageflow | Intervention Image | |
---|---|---|
3 | 8 | |
4,015 | 13,426 | |
0.6% | 0.5% | |
0.0 | 0.0 | |
7 days ago | 6 days ago | |
Rust | PHP | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
imageflow
- ImageMagick (6.9) vs GD (2.2) on PHP 7.4 (in 2021): Pros & Cons in terms of Security, Performance, and Color Profile Support
-
Meet Lust, A Powerful Auto-Optimizing Image Server Built With Rust
Storage is via your chosen database of choice, this system is designed to compute the images at time of upload and then store them rather than at client request (because that can lead to significantly higher load at large throughputs and increase latency) I might consider adding other storage backends like a standard file system backend but probably not till other things are done. If you want custom resizing at clients request it might be worth looking at https://github.com/imazen/imageflow which does the sizing / manipulations at request time rather than ahead of time.
Intervention Image
-
How to add support for HEIC images with ImageMagick in PHP
Apple released a new image format called HEIC/HEIF, and it broke many apps that handle image processing. The PHP library Intervention Image caught up to it and added support for the new image format, but somehow, it isn't working at the time of this writing. So we had to come up with a solution.
-
ImageMagick (6.9) vs GD (2.2) on PHP 7.4 (in 2021): Pros & Cons in terms of Security, Performance, and Color Profile Support
Glide is actually built on top of Intervention so I'd start looking there. If Intervention has what you need but Glide doesn't, you can probably write your own custom manipulation.
- Is there a modern OOP image processing lib for PHP?
-
Alternative to the Intervention Image package for PHP8?
The Intervention Image package is incredibly powerful, however it hasn't been updated since early November 2020 and has open PRs for PHP 8 support for several months, with no response from any collaborators.
-
Most Useful GitHub repositories for Laravel
Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.
What are some alternatives?
Imagine - PHP Object Oriented image manipulation library
Glide - Wonderfully easy on-demand image manipulation library with an HTTP based API.
Image Hash - 🌄 Perceptual image hashing for PHP
Image Optimizer - Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
image - Manipulate images with an expressive API
sharp - High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
laravel-filemanager - Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
laravel-ffmpeg - This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
ImageMagick - 🧙♂️ ImageMagick 7
GIF Creator - GifCreator is a PHP class that creates animated GIF from multiple images
PHP Image Workshop - ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
GIF Frame Extractor - GifFrameExtractor is a PHP class that separates all the frames (and their duration) of an animated GIF