stumpy_png icon indicating copy to clipboard operation
stumpy_png copied to clipboard

Read/Write PNG images in pure Crystal

Results 2 stumpy_png issues
Sort by recently updated
recently updated
newest added

I tried to load a really big .png (32768x32768 or even 65536x65536) which unfortunately crashed. When stripping the code fragment down I realized that writing seems to work, but reading...

I've noticed that when working on images, I get those errors quite alot, it might be because the way we handle things are not optimal. ``` GC Warning: Repeated allocation...