Skip to content

Commit 3b57b33

Browse files
kotoTurboGit
authored andcommitted
Corrected docs for dt_imageio_module_format_t.write_image.
1 parent 7dc0faf commit 3b57b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lua_doc/content.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ darktable.debug.type:set_text([[Similar to the system function type() but it wil
668668
types.dt_imageio_module_format_t.write_image:add_parameter("image",types.dt_lua_image_t,[[The image object to export.]])
669669
types.dt_imageio_module_format_t.write_image:add_parameter("filename","string",[[The filename to export to.]])
670670
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)
671-
types.dt_imageio_module_format_t.write_image:add_return("boolean",[[Returns true on success.]])
671+
types.dt_imageio_module_format_t.write_image:add_return("boolean",[[Returns false on success.]])
672672

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

0 commit comments

Comments
 (0)