Bugs: Browse | Submit New | Admin
On windows image.to_blob opens the tempfile in text mode, throwing wrong data, I solved it changing the line 86 changing File.read @path with the line open(@path,"rb").read() Works with Minimagick 1.2.3
Add A Comment: