You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
libraw supports callbacks for various things, which can be Python functions. We should add support to rawkit directly.
rawkit could manage the memory and make sure that Python's GC doesn't get rid of the callback while C land still has a reference to it, and then decrement the refcounter when they are no longer useful.
The text was updated successfully, but these errors were encountered:
SamWhited
changed the title
Add easy callbacks to RawKit
Add callbacks to rawkit
Aug 22, 2015
libraw
supports callbacks for various things, which can be Python functions. We should add support to rawkit directly.rawkit
could manage the memory and make sure that Python's GC doesn't get rid of the callback while C land still has a reference to it, and then decrement the refcounter when they are no longer useful.The text was updated successfully, but these errors were encountered: