Larry Gritz

Results 120 issues of Larry Gritz

originally #286

bug
iv
good first issue
help wanted
devdays

The idea is to make sure that iv can accept a partial file, meaning: one that opens, but some scanlines/tiles succeed when read and others fail, it should be tolerant...

iv
good first issue
help wanted
difficulty/easy
devdays

iv
good first issue
help wanted
difficulty/easy
devdays

Our JPEG-XL reader uses the jxl API to extract the ICC profile... but then it doesn't call decode_icc_profile to enter the information as attributes in the ImageSpec. Also, the JPEG-XL...

enhancement
file formats
good first issue
help wanted

Our HEIF reader does not yet find and extract any embedded ICC profile, nor does the writer handle ICC profiles.

bug
enhancement
file formats
help wanted

Just like we have oiiotool command `--sisplit` which splits an image's subimages (what exr calls "parts") into separate images on the oiiotool stack, it might be handy to have `--layersplit`...

feature request
help wanted
mackerel :fishing_pole_and_fish:
oiiotool
difficulty/easy

[libspng](https://libspng.org) is an alternative to libpng that is both (allegedly) higher performance and also a much simpler dependency to manage (just one .h and one .c file, easily "vendored"). We...

file formats
build / testing / port / CI
help wanted
mackerel :fishing_pole_and_fish:

libOpenEXRCore/CMakeLists.txt never adds libdeflate cmake targets, so technically, there's nothing in particular telling it where to `-I` to find libdeflate.h (needed by `OpenEXRCore/compression.c`). It happens to work out ok if...

Right now, osltoy assumes that the shader being toyed with has a color output variable called "Cout", and that's the one to display. There are two ways to make this...

feature request
enhancement
good first issue
help wanted
Dev Days
devdays25
osltoy

Fixes #2046

build / testing / port / CI