Skip to content

Commit

Permalink
Corrected docs for dt_imageio_module_format_t.write_image.
Browse files Browse the repository at this point in the history
  • Loading branch information
koto authored and TurboGit committed Sep 25, 2024
1 parent 7dc0faf commit 3b57b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lua_doc/content.lua
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ darktable.debug.type:set_text([[Similar to the system function type() but it wil
types.dt_imageio_module_format_t.write_image:add_parameter("image",types.dt_lua_image_t,[[The image object to export.]])
types.dt_imageio_module_format_t.write_image:add_parameter("filename","string",[[The filename to export to.]])
types.dt_imageio_module_format_t.write_image:add_parameter("allow_upscale","boolean",[[Set to true to allow upscaling of the image.]]):set_attribute("optional",true)
types.dt_imageio_module_format_t.write_image:add_return("boolean",[[Returns true on success.]])
types.dt_imageio_module_format_t.write_image:add_return("boolean",[[Returns false on success.]])

types.dt_imageio_module_format_data_png:set_text([[Type object describing parameters to export to png.]])
types.dt_imageio_module_format_data_png.bpp:set_text([[The bpp parameter to use when exporting.]])
Expand Down

0 comments on commit 3b57b33

Please sign in to comment.