Lilith River
Lilith River
24-bit RGB and YCbCr both use a gamma-adjusted scale for luminosity. Averaging of luminosity values must be done in the linear space in order to avoid corruption (shadows expanding/eating nearby...
In 1.x, I could glob for all tilt-registered file extensions like this: `"*.{#{Tilt.mappings.keys.join(',')}}"` Is there any way in 2.X to enumerate the file extensions supported by Tilt at runtime?
[Imageflow.NET Server](https://github.com/imazen/imageflow-dotnet-server/) offers a vastly better experience, performance, and capability set. It contains state-of-the-art hybrid disk caching as well as adapters for blob storage with Amazon, Azure, and others. Even...
We no longer use this when decoding, as Bgr32 is more useful. Removing support entirely will simplify the codebase. It's not actually used any any normal context except possibly a...
Test bitmaps whose floating-point representations exceed 2GB/4GB in size.
We want 1. Verified valid images that tend to fail with Imageflow or other tools. 2. JSON tasks that are complex and unexpected 3. Sets of (input/task/expected output) triples that...
Describe - [ ] The terms under which contributions are licensed - [X] tabs/spaces, code style - [ ] how to add/write unit tests for bugs - [ ] What...