stumpy_core icon indicating copy to clipboard operation
stumpy_core copied to clipboard

Core components for working with images

Results 3 stumpy_core issues
Sort by recently updated
recently updated
newest added

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?