CarVac / librtprocess

A project to make RawTherapee's processing algorithms more readily available.
Other
53 stars 24 forks source link

Create C API #72

Open Calandracas606 opened 1 year ago

Calandracas606 commented 1 year ago

Created C wrapper to enable librtprcoess to be called from pure C applications

CarVac commented 1 year ago

Very nice. I assume you've tested it?

Calandracas606 commented 1 year ago

Can't say that I've been super rigorous to test all the functions. I've only tested the demosaicing by essentially plugging it into libraw, then dumping the output with libtiff.

The main concern was with and I've tested that the callback function pointer works properly.

I could create a more complete test suite if you wish.

Calandracas606 commented 1 year ago

@CarVac Would you please care to take another look at this?