-
https://github.com/JuliaImages/DitherPunk.jl/blob/8f598de9ca59361a2af22147d3c2fc39d4281536/src/dither_api.jl#L67
The 'dither' function lists 'binarize' as the function name in the documentation.
-
This is a very nice image processing package and I think it would be wonderful if we can put it in JuliaImages and increase its exposure.
To start the transfer, I think I'll need to invite @adrhill…
-
Hi,
it is possible to have that filter in Photopea?
With it, we can simulate an old games, old printers etc.
Something like this (but that is not an official Photoshop filter):
https://i.stack…
-
https://surma.dev/things/ditherpunk/
-
In the tile_matrix(h, w, mat) function in ordered.jl, the line `return repeat(mat, repeat_rows, repeat_cols)[1:h, 1:w] # trim to image dims` is using twice the memory actually required for the return…
-
https://mostlymaths.net/2013/04/just-as-mario-using-plan9-plumber.html/
-
`DistanceRGB` should use linear RGB, as otherwise the distance doesn't really hold any meaning, because it's measuring a non-linear space.