arthmis

Results 9 comments of arthmis

@kwinz I like your example and it actually helped me figure out what I was missing, regarding sending messages, when using this library. Do you think you can have your...

How would I go about modifying the docs to place example images? Shoud I still follow the suggestion from the previous comment?

What should the images demonstrate about the project because I can't imagine showing an example of most of the algorithms in the readme. It would probably be too much in...

Fortunately the library does compile for wasm32 target, so I'll look into it eventually.

Against what version of firefox should this be tested? And how should it be tested?

Thank you. Would it be possible to have a chunks like iterator for the flat samples? Also what would I have to look into to let GenericImage choose the chunk...

Would implementing Parallel iterator from rayon be an option?

Ok cool, so I'll have to remove the files after build process then and I guess from the sitemap too. I guess I can do that, there aren't too many...

Is it necessary to add multi-threading? I was thinking about how it would benefit the imageproc crate, at least on large images, but maybe it would be better handled by...