Glide

Wonderfully easy on-demand image manipulation library with an HTTP based API. (by thephpleague)

Glide Alternatives

Similar projects and alternatives to Glide

  1. squoosh

    282 Glide VS squoosh

    Make images smaller using best-in-class codecs, right in the browser.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Symfony

    171 Glide VS Symfony

    The Symfony PHP framework

  4. imgproxy

    Fast and secure standalone server for resizing and converting remote images

  5. Intervention Image

    PHP Image Processing

  6. Imagine

    1 Glide VS Imagine

    PHP Object Oriented image manipulation library

  7. Image Hash

    🌄 Perceptual image hashing for PHP (by jenssegers)

  8. PHP Image Workshop

    ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library

  9. GIF Frame Extractor

    GifFrameExtractor is a PHP class that separates all the frames (and their duration) of an animated GIF

  10. GIF Creator

    GifCreator is a PHP class that creates animated GIF from multiple images

  11. Image With Text

    Create images with embedded text using advanced typography

  12. imageflow

    3 Glide VS imageflow

    High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow

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

  14. php_opencv

    php-ffi experiment php-opencv

  15. LiipImagineBundle

    Symfony Bundle to assist in image manipulation using the imagine library

  16. webp

    1 Glide VS webp

    JPG to WEBP batch converter (by LuBreGit)

  17. cimage

    1 Glide VS cimage

    Server-side image resizing and cropping on the fly with caching of generated image-files using PHP.

  18. SimpleImage

    A PHP class that makes working with images and GD as simple as possible.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Glide alternative or higher similarity.

Glide discussion

Log in or Post with

Glide reviews and mentions

Posts with mentions or reviews of Glide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-13.
  • Having issues with WebP compression
    3 projects | /r/Frontend | 13 Sep 2022
    We use https://glide.thephpleague.com/. It's dead easy to crop and resize with it too.
  • Converting images to .webp
    3 projects | /r/symfony | 12 Sep 2022
    Best library for image manipulation is https://glide.thephpleague.com/
  • Creating a package, looking for feedback and suggestions
    2 projects | /r/laravel | 3 Aug 2022
  • How do you handle image optimization, resizing and thumbnail in Laravel?
    6 projects | /r/laravel | 18 Jan 2022
    A solution for self hosted in PHP is Glide: https://glide.thephpleague.com
  • ImageMagick (6.9) vs GD (2.2) on PHP 7.4 (in 2021): Pros & Cons in terms of Security, Performance, and Color Profile Support
    3 projects | /r/PHP | 16 Aug 2021
    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.
  • Srcset and Sizes (2014)
    1 project | news.ycombinator.com | 11 Aug 2021
    This is some pretty powerful stuff. Here's a more information-dense and up-to-date rundown of srcset and sizes: https://bitsofco.de/the-srcset-and-sizes-attributes/

    Notably, it shows how it's possible to use different images based on a portrait or landscape layout of the viewport, which OP doesn't cover. That's not always useful but it's good to know it's there when you might want to use it.

    I was recently (well, several months ago) tasked with improving the Google PageSpeed scores on mobile for a site which has a lot of image-heavy pages. The end solution involved adapting all images to use a image with a WebP alternative for browsers that can show it (Google's tools like it when you use their near-proprietary image format; go figure), plus using srcset and sizes (which can be used on tags inside of tags as well as tags) plus a script which resizes and caches resized versions of large images based on URL parameters (basically an ersatz Glide [0]; I wish I had known it existed when I started). The end result severely reduced page weight for mobile visitors and was successful in raising our PageSpeed scores and appeasing my client.

    [0]: https://glide.thephpleague.com

  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Glide repo stats
7
2,564
3.7
about 1 month ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that PHP is
the 14th most popular programming language
based on number of references?