OpenImageIO icon indicating copy to clipboard operation
OpenImageIO copied to clipboard

api: first draft for removing nativespec from ImageBuf

Open bfraboni opened this issue 1 year ago • 3 comments

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 in ImageBuf::read

bfraboni avatar Oct 07 '24 18:10 bfraboni

I think this is going in the right direction. Looks like failed tests? And you need a DCO?

lgritz avatar Oct 10 '24 00:10 lgritz

Just a remind that there are some pending items to finish this

lgritz avatar Oct 18 '24 17:10 lgritz

@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.

bfraboni avatar Mar 31 '25 00:03 bfraboni