intermediate-export-image

event

This event is called each time an image is exported, once for each image after the image has been processed to an image format but before the storage has moved the image to its final destination. The call is blocking.

🔗intermediate-export-image.callback

function(
  event : string,
  image : types.dt_lua_image_t,
  filename : string,
  format : types.dt_imageio_module_format_t,
  storage : types.dt_imageio_module_storage_t
)

🔗intermediate-export-image.extra registration parameters

This event has no extra registration parameters.