Johann Woelper

Results 225 comments of Johann Woelper

Since this uses the graphics card to display image as a texture, I only have Linear and Nearest available as filters. I could make this configurable, but you will get...

I'll add options to configure this in the settings. I think turning off mipmaps will make the biggest difference. If there are still people pissed off I might be fine...

You can try this in `master` now.

VERY nice. I don't like the menu either right now, and it is the result of the egui menu just being default. I like the visual representation in the mockups...

I am more concerned about the added complexity when using cached thumbnails: - They need to be stored somewhere. This implies using a temporary directory on all platforms (Mac, Windows,...

> Besides that my only concern is handling more "uncommon" formats such as AVIF and JPEG-XL, is the plan for these to just show the files name with no image?...

This is of course a good suggestion. The UI library I am using makes modal dialogs hard - this is the main reason this is not done. Maybe I can...

This seems to be an option: https://lib.rs/crates/egui-modal

Could you attach any crash report or log if possible please? For now, you can speed up painting by resizing the image to a smaller size before painting.

Cool, thanks! I suspect this may be due to the library I am using. I'll investigate.