exrs icon indicating copy to clipboard operation
exrs copied to clipboard

Support Channel sampling

Open johannesvollmer opened this issue 5 years ago • 4 comments

https://github.com/johannesvollmer/exrs/blob/5af9c8507c0b52dc9086a19cc988c2f36ebe9e68/src/image/full.rs#L461

If channel sampling is not 0, should this size not be divided then?

johannesvollmer avatar Jan 25 '20 18:01 johannesvollmer

Implemented, but needs a test file

johannesvollmer avatar Feb 13 '20 15:02 johannesvollmer

Does channel sampling affect the expected byte size of a block? Or are there fewer tiles for subsampled channels??

johannesvollmer avatar Feb 13 '20 16:02 johannesvollmer

Postponed for now. This feature has been added to the todo list and an error is thrown if any sample rate other than 1 is encountered. Can be implemented on demand, a sample file is required to test it

johannesvollmer avatar Feb 13 '20 18:02 johannesvollmer

https://github.com/search?q=repo%3AAcademySoftwareFoundation%2Fopenexr%20subsampling%20&type=code

johannesvollmer avatar Jul 11 '23 06:07 johannesvollmer