Changelog
v1.10.0 (October 21, 2015)
Image
getters are now attached to object instead of prototype. This mostly means that console.log
prints something useful.Image()
delegates to new Image()
(#22)Image
constructor without arguments is now deprecated.Image#unsharpMasking()
(alias to unsharp
) finally removed.new Image('gray')
didn't work and created a weird RGB image insteadImage#lineSegments
missing, terminating the process