OpenImageIO
OpenImageIO copied to clipboard
api: first draft for removing nativespec from ImageBuf
Second half of API changes to remove nativespec from ImageCache and ImageBuf for issue: https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/4436
- it currently does not compile, I'm just opening this on to discuss with @lgritz about the changes required.
- I have removed
nativespec()from the ImageBuf API but this creates a bunch of problems I have not answers for inImageBuf::read
I think this is going in the right direction. Looks like failed tests? And you need a DCO?
Just a remind that there are some pending items to finish this
@lgritz apologies for the delay. I'll get back to this task soon (on the side but not with a high priority because it is API breaking), and see how I can fix the failing tests. I have more experience now that I know how to run and debug them.