Skip to content

Commit

Permalink
content/lua.api.manual/types/dt_imageio_module_format_t.md - document…
Browse files Browse the repository at this point in the history
…ed API 9.3.0 false return value for write
  • Loading branch information
wpferguson committed Sep 25, 2024
1 parent ba7cf80 commit d23426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/lua.api.manual/types/dt_imageio_module_format_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ is exported.
* **image** - _[types.dt_lua_image_t](../types/dt_lua_image_t)_ - The image object to export.
* **filename** - _string_ - The filename to export to.
* **\[allow_upscale\]** - _boolean_ - Set to true to allow upscaling of the image.
* **return** - _boolean_ - Returns true on success.
* **return** - _boolean_ - Returns true on success. **NOTE:** API 9.3.0 (darktable 4.8.x) returns **false** on success.

Attributes:

Expand Down

0 comments on commit d23426c

Please sign in to comment.