imageflow
Glide
Our great sponsors
imageflow | Glide | |
---|---|---|
3 | 7 | |
4,015 | 2,459 | |
0.6% | 0.4% | |
0.0 | 0.0 | |
5 days ago | about 1 month 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.
Glide
-
Having issues with WebP compression
We use https://glide.thephpleague.com/. It's dead easy to crop and resize with it too.
-
Converting images to .webp
Best library for image manipulation is https://glide.thephpleague.com/
- Creating a package, looking for feedback and suggestions
-
How do you handle image optimization, resizing and thumbnail in Laravel?
A solution for self hosted in PHP is Glide: https://glide.thephpleague.com
We’ve made our own image converting service using Glide (https://glide.thephpleague.com). Projects sends image to service, it does it job and returns it, project saves it locally
-
ImageMagick (6.9) vs GD (2.2) on PHP 7.4 (in 2021): Pros & Cons in terms of Security, Performance, and Color Profile Support
You should check out Glide. It provides an easy to use RESTful API for dynamically transforming images on the fly, handles caching them in Flysystem automatically, is easy to integrate in most modern frameworks, and allows you to secure the endpoint via signed URLs, presets and maximum sizes.
What are some alternatives?
Intervention Image - PHP Image Manipulation
Imagine - PHP Object Oriented image manipulation library
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
Image Hash - 🌄 Perceptual image hashing for PHP
GIF Creator - GifCreator is a PHP class that creates animated GIF from multiple images
Image With Text - Create images with embedded text using advanced typography
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.
FasterImage - :racehorse: find the size of an image without downloading the whole file. Supports batch requests.
lust - A fast, auto-optimizing image server designed for high throughput and caching; Now that is hot.
php_opencv - php-ffi experiment php-opencv