pureimage icon indicating copy to clipboard operation
pureimage copied to clipboard

puts the "fun" in "functional raster image processing"

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

Even if the value class bugs are fixed, this will continue to box. If it did not box, then (due to erasure) there's no way that you could have different...

So it seems like `Image.map` takes the size of the old image, but a new `(Int, Int) => A` function which it uses (ignoring the old raster's function). This is...

I don't think there's any cases where you'd want >> (signed right shift). It seems like most of the places you are doing this it doesn't really matter. But I...