
9 Jan
2013
9 Jan
'13
8:53 a.m.
On 01/09/2013 01:51 PM, Sergey Bushnyak wrote:
Trying to work with images via hsmagic package, use something like this
scaleTest :: FilePath -> IO() scaleTest dst = do initializeMagick image <- readImage dst let image' = scaleImage 450 450 image writeImage dst image'
but get core dump, when compiling. Types are ok, and path are valid, can it be problem of os or I'm doing something wrong?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners Same problem here (Ubuntu 12.10, amd64, GHC 7.4.2). This package seems to be broken.
-- Best regards, Alexander Alexeev http://eax.me/