Johann Woelper

Results 225 comments of Johann Woelper

Yes, features are currently used for this: https://github.com/woelper/oculante/blob/57299c42f36dcea36a3d785e77a617882dd8976b/Cargo.toml#L94

Thank you! This is a known issue. After you pipe the image to Oculante, it is just data without any metadata. I just pass that to the `image` library to...

This looks interesting for detecting the content: https://crates.io/crates/infer

Hi! Thank you for this great library! Is there anything I can help with to get this merged? I am depending on egui 0.31 in [Oculante](https://github.com/woelper/oculante) now and would love...

Yes, this is a known issue. It is definitely something I plan on doing in the future. Thanks!

I was afraid you'd discover the operator stack and paint mode at some time, so many ugly things hiding there! :) This one should be easy to fix...

This is because the exit hook/callback does not work reliably, so I have to constantly write the settings. It is very ugly and I have to shower at least 5...

> Why not to use mmap for this task? One reason would be that I'd rather address the core issue of the shutdown event not working instead of putting another...

If I remember correctly, there are `result_pixel_op`and `result_image_op` for caching reasons which should be set to 0 if the `EditState` is reset. In the past, they would be filled with...