J Nicholas Giampietro

Results 13 comments of J Nicholas Giampietro

PLEASE do this. The drop-down is un-usable after just a few variants are added.

Awesome, thanks! If we're going that route, one thing I'd like to suggest is that it somehow includes an invoke counter for those aspects, since sometimes they're limited in use.

Of significant note is that this is JS glue code Emscripten uses to support exceptions. If I compile with the `-fwasm-exceptions` flag this problem goes away, but then I am...

Seeing the same behavior as @DanielBrosch when I hack past the version checking. I will try to spend some time investigating potential causes, but I'd be interested to hear if...

Just bumping this because I would love to see this ASAP. Related to #4261. Having this in v3.x would be ideal if that is at all possible.

The description mentions an example, which is image math (e.g. taking a Laplacian transform and subtracting that from an image's original content, where we want to preserve alpha but operate...

Can you give a discrete example of how to accomplish `map2_without_alpha` using existing functions only?

Hi @HeroicKatora , thanks for the review. I might be misunderstanding something though, can you please clarify? I see [these](https://github.com/image-rs/image/pull/2239/files#diff-172747fc43e38d33de743b2d5f564ad6440570670af7aa912235399448a55c7cR329-R345) functions which look like the equivalent single-pixel functions, which is...

Just to close the loop, I rebased onto the latest `main` and applied the `cargo fmt` changes to make CI happy. Hopefully that is enough to get it merge-able

@HeroicKatora looks like everything is green, but I don't have a "merge" button and can't push a merge commit. Please let me know if there's any further action I should...