Skip to content

sdqri/rigel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d8d7d9 · Aug 28, 2023

History

43 Commits
Aug 26, 2023
Aug 27, 2023
Aug 27, 2023
Feb 19, 2023
Aug 26, 2023
Aug 28, 2023
Aug 26, 2023
Aug 26, 2023
Aug 26, 2023
Oct 28, 2022
May 8, 2023
Nov 24, 2022
Oct 28, 2022
Aug 26, 2023
Aug 28, 2023
Aug 28, 2023
Aug 26, 2023

Repository files navigation

rigel

Small & fast image proxy server written in Go!

  • Blazingly fast.
  • Wide range of image operations (e.g., Resize, Enlarge, Crop [including Smart Crop], Rotate, Flip, Flop, Zoom, Thumbnail, Extract area, Watermark [text or image], Gaussian blur effect, Custom output color space [RGB, grayscale...], Format conversion [with additional quality/compression settings], EXIF metadata [size, alpha channel, profile, orientation...], Trim).
  • Precaching with heads-up requests, providing short URLs.
  • Support batched heads-up request for lower latency
  • Multi-level caching (memory(lru), redis, etc) .
  • Signed URLs with expiry support.

Getting started

Installation

It's already dockerized, Just run:

docker run -p 8080:8080 sdqr/rigel

Otherwise, you can fork source code and customize it for your needs.

How to use

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.