pixelpipe-processing-complete
event
This event is triggered when a pixelpipe processing run is complete.
🔗pixelpipe-processing-complete.callback
function(
event : string,
image : types.dt_lua_image_t
)
- event - string - The name of the event that triggered the callback.
- image - types.dt_lua_image_t - The image loaded into darkroom view
🔗pixelpipe-processing-complete.extra registration parameters
This event has no extra registration parameters.