Mark Callow
Mark Callow
I've opened https://github.com/syoyo/tinyexr/issues/213 about the incorrect y flip. Here is a screen shot from Finder of the testexrorder directory. I don't know what's going on with `decreasing.exr`. Here are images...
> If we are confident Apple's Preview is incorrectly flipping the image, a bug should be entered with Apple's bug reporter. If you do so, please report the number here...
Now that I've reported the discussed issues in the appropriate places I'm closing this as the .jpeg is clearly correct.
I agree that the last option is best.
> Is there a specific reason why the inbuilt CMake variable BUILD_SHARED_LIBS is not used to control if KTX is build dynamic or static? I do not know. I did...
Ping @UX3D-haertl will you provide a PR for this? A release is in the offing so if you have interest now is the time to do it.
Verbatim copies is fine. With that in mind there are two issues with the current code: 1. A verbatim copy is not being done. The half float input is being...
The usage overview is in error as it was never the intention to release `vkformat_enum`. The expectation was that people creating Vulkan textures would have the Vulkan SDK installed. Thanks...
[OES_EGL_image_external](https://registry.khronos.org/OpenGL/extensions/OES/OES_EGL_image_external.txt) defines the `TEXTURE_EXTERNAL_OES` texture target. Any `EGLImage` can be bound to this target. See the EGL image extensions for which those which let you create an RGB or RGBA...
It is not exposed in ktx.h, and therefore on Windows is not added to dll exports (when building libktx) and imports (when compiling apps.) I'll happily accept a PR to...