A NodeJS wrapper for ImageMagick using the mogrify command line program.
Refile is a modern file upload library for Ruby applications. It is simple, yet powerful.
Actix based HTML file manager designed for easy browsing of your filesystem, especially for Termux on Android
Rust bindings for the Listen Notes Podcast API
Manipulate images with minimal use of memory via ImageMagick
Image processing via MiniMagick for Refile
Clipping images with minimagick & mask file
Ported peplin/mini_magick to new mini_magick version
Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
Uses command-line ImageMagick tools to resize, rotate, and mogrify images.
Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
This is an enhanced version of the mini_magick gem which optimizes analysis of image files.
Mini replacement for RMagick, with support for GraphicsMagick
Manipulate images with minimal use of memory.
Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick. With jf's fixes and patches.
- Why? I was using RMagick and loving it, but it was eating up huge amounts of memory. A simple script like this... Magick::read("image.jpg") do |f| f.write("manipulated.jpg") end ...would use over 100 Megs of Ram. On my local machine this wasn't a problem, but on my hosting server the ruby apps would crash because of their 100 Meg memory limit.