Jonas Wagner
Jonas Wagner
Might actually also be worth asking Lovell why sharp is still at a major of zero after all this time and what his interpretation of semver is. It could be...
Just had another idea on how this could be resolved. I could just change the interface so sharp is passed in as parameter (either directly to crop or to some...
How would you propose to allow for those options to be passed?
@Wumpf @emilk for disabling dithering, would a feature on the crate do the job or should this be a runtime option?
I'll do a revision of the PR adding an option and fixing the coordinates in wgpu. I'm not certain where to add it yet. Adding it to native / web...
I got a first draft of configurable dithering to work but I'm running out of time for today. I changed to state of the PR back to draft for now.
I updated and cleaned up the code and will mark the PR as 'Ready for review' again. #### Testing performed I tested the demo app using both wgpu and glow,...
> there's no preprocessor, but this is a great usecase for a pipeline-overridable constant! :) There's an example in the [wgpu 0.20.0 release notes](https://github.com/gfx-rs/wgpu/releases/tag/v0.20.0). Unfortunately, they got only added in...
Sorry for the delayed response. Life happened. I rebased the branch and applied the suggestions. I'm not sure if the more detailed descriptions should maybe go into the lower level...