RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Today I added custom convolution filters to Ruby-LibGD v0.2.5

👉 https://rubystacknews.com/2026/03/03/understanding-convolution-filters-in-image-processing-and-adding-them-to-ruby-libgd-v0-2-5/

This enables classic image processing operations like edge detection, blur, and sharpening directly from Ruby using native libgd convolution.

It’s a small feature, but an important step toward turning Ruby-LibGD into a more capable image rendering engine for Ruby.

In the article I explain:

• What convolution filters are • How blur, sharpen, and edge detection work • How to use them in Ruby-LibGD

ruby #opensource #graphics #imageprocessing

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in