Brendan Bolles

Results 8 issues of Brendan Bolles

Imf::InputFile (and Imf::InputPart) can now read and convert SCANLINEIMAGE, TILEDIMAGE, and DEEPSCANLINE. All that's left to add is DEEPTILE, please! I guess the first step in that would be to...

Feature Request

exrmaketiled does not work with deep data right now. Let's fix that.

Feature Request

Would be good to support this. An easy way might be to write a temp file and then run the ILM code.

The After Effects plug-in does this, why not Photoshop?

I don't know if this is really an _issue_, but I notice you can no longer switch from one part type to another when using `MultiPartInputFile`. So you get an...

Is there a way to get the stream-wide header for a compressor? You generally need this for AV1, H.264, and H.265 where ["parameter sets are stored in the sample descriptions,...

question

In 22cbb7966fa16dae2a1dde14c3a7d9966661516c the `restrict` type qualifier was added to some variables, but Visual Studio doesn't like it. Microsoft uses [`__restrict`](https://learn.microsoft.com/en-us/cpp/cpp/extension-restrict) instead. I guess we should make a `RESTRICT` macro to...

Building with the default configuration on an Intel Mac, I get an error when running ojph_expand on a file I had created using ojph_compress. The error is: `ojph_codeblock.cpp:219: Error decoding...