Imagemagick

Top 23 Imagemagick Open-Source Projects

  • ImageMagick

    🧙‍♂️ ImageMagick 7

  • Project mention: Open source at Fastly is getting opener | dev.to | 2024-03-15

    To tie all this together, we made an org profile for our GitHub organization page. There are some great examples of these, like Microsoft and PayPal. For Fastly's, we wanted something friendly and human so we used Imagemagick to create a montage of all the avatars of the Fastly team members who have contributed to the open source projects in our org:

  • libvips

    A fast image processing library with low memory needs.

  • Project mention: Ask HN: How to handle user file uploads? | news.ycombinator.com | 2024-05-03

    Read through the comments and was surprised no one mentioned libvips - https://github.com/libvips/libvips. At my current small company we were trying to allow image uploads and started with imagemagick but certain images took too long to process and we were looking for faster alternatives. It's a great tool with minimum overhead. For video thumbnails, we use ffmpeg which is really heavy. We off-load video thumbnail generation to a queue. We've had great luck with these tools.

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

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

  • Magick.NET

    The .NET library for ImageMagick

  • Project mention: Archetype Counter (The perfect counter tool for PokeMMO) | /r/pokemmo | 2023-06-27
  • lsix

    Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.

  • Project mention: Are We Sixel Yet | news.ycombinator.com | 2023-05-14

    In XTerm, this (rightly) makes no difference. In Foot and Contour however, you still end up a line resp. a screen below where you started, if now with the correct horizontal position.

    So it seems to me like what you want should work by default, except it doesn’t.

    It should be possible to instead just treat the whole thing as a graphical overlay (by computing or directly asking for the character cell size, as Kirill Panov rightly admonishes me is possible with XTWINOPS) without touching the cursor; that’s what the “sixel scrolling” setting (DECSDM) is supposed to do. Then you can just manually move the cursor forward however many positions after you’re done drawing.

    Except apparently the DEC manual (the VT330/340 one above) and DEC hardware contradict each other as to which setting of DECSDM (set or reset) corresponds to which scrolling state (enabled or disabled), and XTerm has implemented it according to the manual not the VT3xx[1,2,3]—then most other emulators followed suit[4]—then XTerm switched to following the hardware[5,6] (unless you and that’s what I’m seeing on my machine right now. So now you need to check if you’re on XTerm ≥ 369 or not[7]. If I’m reading the Notcurses code right, other terminals have followed suit[8].

    Again, ouch.

    P.S. It seems DEC had an internal doc for how their terminals should operate (DEC STD 070) [9]. It does not document DECSDM at all.

    [1] https://github.com/wez/wezterm/issues/217#issuecomment-86449...

    [2] https://github.com/hackerb9/lsix/issues/41

    [3] https://github.com/dankamongmen/notcurses/issues/1782

    [4] https://github.com/arakiken/mlterm/pull/23

    [5] https://invisible-island.net/xterm/xterm.log.html#xterm_369

    [6] https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-T...

    [7] https://github.com/dankamongmen/notcurses/commit/0918fa251e2... (the correct version cutoff is 369 not 359, the patch contains a now-fixed bug)

    [8] https://github.com/dankamongmen/notcurses/blob/master/src/li... (look for mentions of invertsixel)

    [9] http://www.bitsavers.org/pdf/dec/standards/EL-SM070-00_DEC_S...

  • lookscanned.io

    📚 LookScanned.io - Make your PDFs look scanned

  • maim

    maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.

  • Project mention: Recommendations for snipping tool equivalent? | /r/archlinux | 2023-09-23

    Have a look at maim

  • SaaSHub

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

    SaaSHub logo
  • php-qrcode

    A PHP QR Code generator and reader with a user-friendly API.

  • imagick

    Go binding to ImageMagick's MagickWand C API

  • wand

    The ctypes-based simple ImageMagick binding for Python

  • catimg

    🦦 Insanely fast image printing in your terminal

  • Gifcurry

    😎 The open-source, Haskell-built video editor for GIF makers.

  • Project mention: Random Code Inspiration Volume 2 | dev.to | 2023-10-01

    He also made Gifcurry which looks cool but I didn't try it because I am on Windows right now, but I will.

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

  • jekyll-assets

    :art: Asset pipelines for Jekyll.

  • flyimg

    Cloud-native application that resizes and crops images on the fly, delivering optimized images in formats such as AVIF, WebP, MozJPEG, or PNG using ImageMagick, with an efficient caching system.

  • Project mention: Any selfhost image proxy optimization? | /r/selfhosted | 2023-12-10

    There are many, one of them https://github.com/flyimg/flyimg

  • slop

    slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout. (by naelstrof)

  • Project mention: selx - A Minimal X11 selection tool | /r/suckless | 2023-10-23

    Since selx is meant to be minimal, it doesn't support some of the fancy stuff such as slop's custom opengl shaders etc.

  • WASM-ImageMagick

    Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples

  • image_processing

    High-level image processing wrapper for libvips and ImageMagick/GraphicsMagick

  • RMagick

    Ruby bindings for ImageMagick

  • Perspec

    Scriptable desktop app to correct the perspective of images

  • Project mention: Smooth resize and automatic layout demo | /r/nosyntax | 2023-05-15

    Can you please make a write up how momentu works!? 🥺 Would be an awesome addition to the Haskell documentation ecosystem. (… and my gloss UI of Perspec sucks and I'd be happy for some references on how to rebuild it from scratch 😄)

  • mogrify

    Image processing in Elixir (ImageMagick command line wrapper)

  • imagick

    🌈 The Imagick PHP extension 🌈 (by Imagick)

  • magick-wasm

    The WASM library for ImageMagick

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

Imagemagick related posts

  • Libvips: A fast image processing library with low memory needs

    1 project | news.ycombinator.com | 7 Jan 2024
  • Batch Resize

    1 project | /r/StableDiffusion | 6 Dec 2023
  • How Can I Streamline My Image Prep

    2 projects | /r/webdev | 6 Dec 2023
  • HackTheBox — Writeup Pilgrimage [Retired]

    4 projects | dev.to | 25 Nov 2023
  • HTB - Pilgrimage Writeup

    5 projects | dev.to | 9 Nov 2023
  • The Windows installer of ImageMagick will no longer be signed

    1 project | /r/patient_hackernews | 1 Nov 2023
  • selx - A Minimal X11 selection tool

    1 project | /r/suckless | 23 Oct 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    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. Learn more →

Index

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

Project Stars
1 ImageMagick 11,175
2 libvips 9,029
3 imageflow 4,115
4 Magick.NET 3,265
5 lsix 3,080
6 lookscanned.io 2,294
7 maim 2,111
8 php-qrcode 1,803
9 imagick 1,699
10 wand 1,362
11 catimg 1,322
12 Gifcurry 1,314
13 govips 1,151
14 jekyll-assets 1,116
15 flyimg 929
16 slop 840
17 WASM-ImageMagick 837
18 image_processing 829
19 RMagick 694
20 Perspec 578
21 mogrify 553
22 imagick 516
23 magick-wasm 468

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