luadocs/content/lua.api.manual/darktable/darktable.new_format.md

527 B

title id weight draft author
darktable.new_format darktable.new_format 110 false people
function(
type : string
) : types.dt_imageio_module_format_t

Creates a new format object to export images

  • type - string - The type of format object to create, one of :

    • copy
    • exr
    • j2k
    • jpeg
    • pdf
    • pfm
    • png
    • ppm
    • tiff
    • webp
  • return - types.dt_imageio_module_format_t - The newly created object. Exact type depends on the type passed