Webp

Top 23 Webp Open-Source Projects

  • sharp

    High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

  • Project mention: Next.js and Bunny CDN: Complete Guide to Image Uploading with Server Actions | dev.to | 2024-04-21

    Last thing left is to use our new upload function in our server action. Since I like to upload images in single format and have some more control over them, I will additionally use sharp library. For file name, I'll generate some random string using nanoid:

  • SDWebImage

    Asynchronous image downloader with cache support as a UIImageView category

  • Project mention: Is there anything inherently wrong with the way I am updating this array of custom objects? | /r/swift | 2023-08-24

    Add the SDWebImage package: https://github.com/SDWebImage/SDWebImage.git

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • libvips

    A fast image processing library with low memory needs.

  • Project mention: Building an online image compressor | dev.to | 2024-01-09

    After some research, I found libvips, a demand-driven, horizontally threaded image processing library. It is designed to run quickly while using as little as memory as possible.

  • imgproxy

    Fast and secure standalone server for resizing and converting remote images

  • Project mention: How Can I Streamline My Image Prep | /r/webdev | 2023-12-06

    We use imgproxy which does 2->4 and all you need to do is change the URL on your site.

  • Nuke

    Image loading system

  • vanilla-lazyload

    LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.

  • ImageSharp

    :camera: A modern, cross-platform, 2D Graphics library for .NET

  • Project mention: Is there a way to remove metadata from an image file? | /r/csharp | 2023-12-07
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • imaginary

    Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing

  • Project mention: Golang libraries for image compression / resizing / manipulation | /r/golang | 2023-12-08
  • PINRemoteImage

    A thread safe, performant, feature rich image fetcher

  • Imagine

    🖼️ PNG/JPEG optimization app for macOS, Windows and Linux. (by meowtec)

  • imagor

    Fast, secure image processing server and Go library, using libvips

  • Project mention: Seeking Recommendations: Selfhosted Tools for Automated Image Processing with Optimal File Size and Resolution for Web (Desktop, Tablet, Mobile) | /r/selfhosted | 2023-05-10
  • bimg

    Go package for fast high-level image processing powered by libvips C library

  • metadata-extractor

    Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

  • SDWebImageSwiftUI

    SwiftUI Image loading and Animation framework powered by SDWebImage

  • lilliput

    Resize images and animated GIFs in Go

  • TwelveMonkeys

    TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO

  • webp_server_go

    Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.

  • Project mention: Hybrid Deployment of GitHub Actions Runner: Multi-Arch Image Building Speed Soars 10x! | /r/github | 2023-07-29

    WebP Cloud is SaaS (Software-as-a-Service) version of our open-source component called WebP Server Go. With WebP Cloud, users can simply log in using their GitHub account and provide the URL of the original image. In return, they receive a new URL that serves the image in WebP format, with built-in WebP conversion, CDN (Content Delivery Network), and caching capabilities. For example, an image with a size of 100KB at https://blog.webp.se/hetzner-arm64/c1-board.png can be transformed into a WebP version with only 60KB in size, available at https://p2k7zwb.webp.ee/hetzner-arm64/c1-board.png while preserving the image quality with minimal degradation.

  • qlImageSize

    QuickLook and Spotlight plugins to display the dimensions, size and DPI of an image in the title bar instead of the filename. Also preview some unsupported formats like WebP & bpg.

  • php-image-resize

  • Project mention: Video Streaming at Scale with Kubernetes and RabbitMQ | news.ycombinator.com | 2023-10-09

    Shameless plug here. In case someone does not want to build any of this and still stream video, you can check https://www.gumlet.com

  • govips

    A lightning fast image processing and resizing library for Go

  • Project mention: Just In Time Image Optimization at Reddit Scale | /r/RedditEng | 2023-06-28

    We chose to use govips which is a cgo wrapper around the libvips image manipulation library. The majority of new development for services in our backend is written using baseplate.go. But Go is not an ideal choice for media processing as it cannot keep up with the performance of native code. The most widely used image-processing libraries like libmagick are primarily written in C or C++. Speed was a major factor in selecting libvips in order to keep latency low on CDN cache misses for images. In our tests, libvips was 3–4 times faster than libmagick on basic image processing operations. Content-aware smart cropping was implemented by porting smartcrop.js to Go. This is the only operation implemented in pure Go.

  • ipx

    🖼️ High performance, secure and easy-to-use image optimizer.

  • Project mention: Things you might not know about Next Image | dev.to | 2023-06-22

    The Next Image API serves as an image proxy, similar to IPX. It performs the following tasks:

  • FastFlix

    FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!

  • Project mention: Linux GUI/Frontend for VMAF | /r/AV1 | 2023-12-07
  • scrimage

    JVM - Java, Kotlin, Scala image processing library

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Webp related posts

Index

What are some of the best open-source Webp projects? This list will help you:

Project Stars
1 sharp 27,892
2 SDWebImage 24,906
3 libvips 8,980
4 imgproxy 8,219
5 Nuke 7,822
6 vanilla-lazyload 7,562
7 ImageSharp 7,079
8 imaginary 5,323
9 PINRemoteImage 3,996
10 Imagine 3,395
11 imagor 3,181
12 bimg 2,539
13 metadata-extractor 2,488
14 SDWebImageSwiftUI 2,010
15 lilliput 1,924
16 TwelveMonkeys 1,788
17 webp_server_go 1,585
18 qlImageSize 1,179
19 php-image-resize 1,175
20 govips 1,132
21 ipx 1,113
22 FastFlix 1,044
23 scrimage 1,031

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