Skip to content

Instantly share code, notes, and snippets.

View ozkite's full-sized avatar
💭
gm agents!

☐𝕫𝕜 ozkite

💭
gm agents!
View GitHub Profile
@ozkite
ozkite / README.md
Created September 6, 2025 10:57 — forked from briangonzalez/README.md
img2boxshadow - a ruby script to convert images to CSS [http://codepen.io/briangonzalez/details/AvrGI#pen-details-tab]

img2boxshadow.rb

a ruby script to convert images to CSS (box-shadows)

Installation

gem install rmagick    # you'll need ImageMagick & Ruby first
gem install colormath
gem install micro-optparse