stumpy_core
stumpy_core copied to clipboard
Core components for working with images
In the current master branch, the following produces a compiler error: ```crystal require "stumpy_core" canvas = StumpyCore::Canvas.new(10, 10) canvas == "test" ``` The error occurs inside `StumpyCore::Canvas#==(other)` as such: ```...
I think it would be a good idea to have a resizeable canvas (to shrink and to grow the canvas size)
@l3kn Thanks for the great library! Anyone working on a JPG version?