Registry / utility / miro
library0.4.0rbrubygemsunverified

Extracts the dominant colors from an image.

gem install miro
INSTALL
IMPORT
SIG · MIRO
M
miro
utilityrubyv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Miro
require 'miro'

Extract dominant colors from an image file and output hex values.

require 'miro' colors = Miro::DominantColors.new('image.jpg') puts colors.to_hex
Debug
Known issues
gotchaRequires ImageMagick or similar backend for image processing.
fix
Install ImageMagick (e.g., `brew install imagemagick` on macOS).
affects: >= 0
Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
miro — gem install miro · libregistry