Images

Top 23 Image Open-Source Projects

  • Kingfisher

    A lightweight, pure-Swift library for downloading and caching images from the web.

    Project mention: Best way to extract text and images from html code in order? | reddit.com/r/iOSProgramming | 2023-01-30

    I also looked into this github library but wanted to first ask if anyone's had any experience using it.

  • squoosh

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

    Project mention: Compress images - selfhosted solution | reddit.com/r/selfhosted | 2023-03-15
  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • tinyrenderer

    A brief computer graphics / rendering course

    Project mention: Recommendation for graphics experimentation project | reddit.com/r/cpp | 2023-02-23

    Yes, my thoughts exactly, shader!=program on GPU. It's just a code which calculates pixel color or pixel position. See for example this: https://github.com/ssloy/tinyrenderer/blob/master/main.cpp. It's not GLSL or anything uploadable to GPU yet it's still a shader.

  • imgaug

    Image augmentation for machine learning experiments.

    Project mention: How to label augmented images for training YOLO algorithm? | reddit.com/r/learnmachinelearning | 2023-03-23
  • Primitive Pictures

    Reproducing images with geometric primitives.

    Project mention: A better compact image placeholder hash | news.ycombinator.com | 2023-03-22

    Looks like it's made with https://github.com/fogleman/primitive

  • Coil

    Image loading for Android backed by Kotlin Coroutines.

    Project mention: How to convert a bitmap to circular shaped in compose , canvas.drawBitmap() is throwing exception in android 11 | reddit.com/r/androiddev | 2023-01-10
  • Nuke

    Image loading system

    Project mention: Good remote Image caching strategy? | reddit.com/r/SwiftUI | 2022-05-28

    Did you try https://github.com/kean/Nuke ? I am using it and it works great

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

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

    Project mention: How to Lazy Load Html Videos | dev.to | 2023-03-11

    Vanilla-lazyload :

  • lozad.js

    🔥 Highly performant, light ~1kb and configurable lazy loader in pure JS with no dependencies for responsive images, iframes and more

  • gocv

    Go package for computer vision using OpenCV 4 and beyond.

    Project mention: How can I install gocv? | reddit.com/r/golang | 2023-01-15

    - Installing from source gives me E: Unable to locate package libdc1394-22-dev

  • laravel-medialibrary

    Associate files with Eloquent models

    Project mention: What's up with spatie not touching s3 | reddit.com/r/laravel | 2022-10-06

    The current version as of writing this is 10.5.2 released 8 days ago.

  • Parsr

    Transforms PDF, Documents and Images into Enriched Structured Data

    Project mention: Converting PDF into HTML: is it possble? | reddit.com/r/AskProgramming | 2023-02-03

    Things I still want to try: - Parsr

  • HanekeSwift

    A lightweight generic cache for iOS written in Swift with extra love for images.

  • imaginary

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

    Project mention: Plugin to auto-convert uploaded images to WEBP? | reddit.com/r/Wordpress | 2023-01-02

    WebP also frequently produces lower quality or blurry images: - https://wordpress.org/support/topic/images-going-blurry/ - https://github.com/h2non/imaginary/issues/240

  • GPUImage 2

    GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.

  • imaging

    Imaging is a simple image processing package for Go

    Project mention: io.Pipe vs bytes.Buffer | reddit.com/r/golang | 2022-06-20

    Sorry for not putting this code in my post. The input isn't from an *os.File, but rather from HTTP request captured by gin and it's on MultipartForm.File. The reason being why I had to do all these shenanigans is because I have to preprocess the image using this module: https://github.com/disintegration/imaging

  • tinyraytracer

    A brief computer graphics / rendering course

    Project mention: yep people like this exist | reddit.com/r/ProgrammerHumor | 2022-05-03

    For some reason, that reminded me of this.

  • pigo

    Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.

    Project mention: Face classifier/detection library for Go? | reddit.com/r/golang | 2023-02-03

    Then I saw this library https://github.com/esimov/pigo but as far as I know, this library only detects if an image has face in it, but cannot really classify the face. CMIIW.

  • SkyFloatingLabelTextField

    A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.

  • editly

    Slick, declarative command line video editing & API

    Project mention: Create a video from images | reddit.com/r/nodered | 2023-02-08

    Maybe this tool helps: https://github.com/mifi/editly

  • AlamofireImage

    AlamofireImage is an image component library for Alamofire

  • gg

    Go Graphics - 2D rendering in Go with a simple API.

    Project mention: Creating Dynamic Shipping Labels | reddit.com/r/golang | 2023-03-08

    you can try something like: https://github.com/fogleman/gg to create such images from templates

  • bild

    Image processing algorithms in pure Go

    Project mention: Go Image Processing | reddit.com/r/golang | 2022-12-17

    I don’t know about 6 lines, but here’s some short stuff from that algo lib that leverages std as much as possible https://github.com/anthonynsimon/bild/blob/master/transform/resize.go

  • SaaSHub

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

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). The latest post mention was on 2023-03-23.

Images related posts

Index

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

Project Stars
1 Kingfisher 21,111
2 squoosh 18,553
3 tinyrenderer 16,480
4 imgaug 13,410
5 Primitive Pictures 12,123
6 Coil 9,019
7 Nuke 7,275
8 vanilla-lazyload 7,230
9 lozad.js 7,222
10 gocv 5,375
11 laravel-medialibrary 5,286
12 Parsr 5,248
13 HanekeSwift 5,167
14 imaginary 4,890
15 GPUImage 2 4,782
16 imaging 4,629
17 tinyraytracer 4,489
18 pigo 4,021
19 SkyFloatingLabelTextField 3,991
20 editly 3,991
21 AlamofireImage 3,879
22 gg 3,824
23 bild 3,734
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com