ruby - Rmagick gem unable to set format -


my environment 10.9.2 , seems unable load

imagemagick/6.8.7-7/lib/imagemagick//modules-q16/coders/png.la 

and comes when trying set format on image

thumb = magick::image.read("img.jpg").first  thumb.format = "png" 

brew doctor suggested brew update no avail.

has experienced or knows why might happening?

thanks.

the last comment in related github issue seems recommend brewing source.

brew install imagemagick --build-from-source 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -