rzam
Results
2
issues of
rzam
**Describe the bug** I'm noticing a color distortion when reading "big" (≥ ~4k-5k pixels in width or height) and lossy (generated with `cwebp -q 75`) WEBP images and converting them...
Confirmed bug
Reported bug
It seems that attempting to close a ***non-async*** `Mailer` (either explicitly via `.close()` or implicitly via `try-with`) will cause it to throw a `ModuleLoaderException`. Minimal working example: ```kotlin // Gradle...