Pieter Valkema

Results 3 issues of Pieter Valkema

For generic TIFF files, the `openslide.mpp-x` and `openslide.mpp-y` properties are not being set, even if the TIFF file contains XResolution and YResolution tags. Because of this, you could miss the...

This contains the changes that I made to create a macOS app bundle. Note that I replaced SDL_image with stb_image, mainly so that [dynamic linking](https://blogs.oracle.com/dipol/dynamic-libraries,-rpath,-and-mac-os) would no longer be an...

This adds a `__has_include` condition to the `#include` directives for the SDL2 header files in `backends/imgui_impl_sdl.cpp`, so that the SDL2 header files can be found in multiple places. The reason...

backend/binding