DEV Community

Discussion on: What was your win this week?

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

This week, I worked with TWO libraries I believed were complicated to use some time ago. Turns out they were easy to use(to me).

The libraries are rmagick and minimagick.

I needed to generate a signature of users in the project I'm working on and this signature needed to be an image. Both libraries are wrappers for ImageMagick and that used to scare me a bit because in my initial days in Ruby on Rails rmagick had a bad fame in the company 😆

I ended using both because it wasn't possible to install rmagick in Docker Alpine. Both libraries let me achieve the job. Both are awesome.

guy from napoleon dynamite