Closed dtschump closed 1 year ago
I realize that passing &_gmicProgress
and &_gmicAbort
should be done at the construction of the gmic
instance.
Could you please see where it should be added?
Thx!
Done in a single commit (207f1a81d79ef6c97dcb353b470c3c9f4ece9959)
I've simplified the API of
gmic::run()
, by removing the need for argumentsp_progress
andp_is_abort
(only passed through the constructors now). This fixes the compilation of the plug-in with this simplified G'MIC API.