[darktable-dev] How to Jump storage in darktable.register_storage

2021-09-15 Thread Zener
Hi. How to jump “store” function from darktable.register_storage if file already exist? I use darktable.register_storage in a lua script to export my customized album and the most of time is to save from .raw to new format (e.g. tiff) through store function automatically called down by method as

[darktable-dev] How to write / read .xmp sidecar file by lua?

2021-11-03 Thread Zener
Hi. Can I write / read .xmp sidecar file by lua? I need to write some information to read it later by a lua script. Thanks. ___ darktable developer mailing list to unsubscribe send a mail to

[darktable-dev] How to take chromatic information

2021-11-03 Thread Zener
I'd like to take information from images like Channel statistics (RGB), brightness and so more. I can't find methods for them from lua api. Any suggestions? Thanks. ___ darktable developer mailing list to unsubscribe send

[darktable-dev] How to change darktable.register_storage parameters?

2022-04-07 Thread Zener
Hi. How to change arguments called in those functions? In particular way I can’t understand how to change the arguments value of [store] function called once for each exported image. If I change “format” field in [initialize] function, than I find [store] function using the previous value.

[darktable-dev] How to change darktable.register_storage parameters in a lua script?

2022-04-07 Thread Zener
Hi. How to change arguments called in those functions? In particular way I can’t understand how to change the arguments value of [store] function called once for each exported image. If I change “format” field in [initialize] function, than I find [store] function using the previous value.

[darktable-dev] .xmp specs

2023-09-04 Thread Zener
Hi. I'd need to save, for each image, some info to use with a lua script. Can i use the .xmp sidecar file adding some line? What are .xmp specs? Regards. ___ darktable developer mailing list to unsubscribe send a mail to

[darktable-dev] .xmp specs

2023-09-05 Thread Zener
Hi. I'd need to save, for each image, some info to use with a lua script. Can i use the .xmp sidecar file adding some line? What are .xmp specs? Regards. ___ darktable developer mailing list to unsubscribe send a mail to

[darktable-dev] Temperature / tint on lua

2023-10-13 Thread Zener
Hi. Can I get image temperature setting by lua? Thnks. ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] Temperature / tint on lua

2023-10-13 Thread Zener
mm I mean for each image in database, no just for the current one in editing... Il ven 13 ott 2023, 18:35 William Ferguson ha scritto: > You should be able to get it by using darktable.gui.action() and getting > the current value of the sliders. > > On Fri, Oct 13, 2023 at 9

Re: [darktable-dev] script_manager.lua on ver.3.8 [Re: [darktable-dev] - image duplicate BUG(?!?)]

2022-05-06 Thread Zener
ok from bash now I have: $ lua Lua 5.4.2  Copyright (C) 1994-2020 Lua.org, PUC-Rio > but... $ darktable -d lua starts darktable without lua. Il 05/05/22 20:56, Mica Semrick ha scritto: Lua must be 5.4 for this version of darktable. On May 5, 2022 11:40:38 AM PDT, Zener wr

Re: [darktable-dev] script_manager.lua on ver.3.8 [Re: [darktable-dev] - image duplicate BUG(?!?)]

2022-05-06 Thread Zener
: Zener Date : 06/05/2022 15:29 (GMT+01:00) À : darktable-dev@lists.darktable.org Objet : Re: [darktable-dev] script_manager.lua on ver.3.8 [Re: [darktable-dev] - image duplicate BUG(?!?)] ok from bash now I have: $ lua Lua 5.4.2  Copyright (C) 1994-2020 Lua.org, PUC-Rio

Re: [darktable-dev] - image duplicate BUG(?!?)

2022-05-06 Thread Zener
3.8 works great! Thanks. Il 05/05/22 19:12, Mica Semrick ha scritto: I'd start by updating to the latest stable version, 3.8.1 and seeing if you can reproduce the issue. I don't think anyone wants to support 3.4.1. -m On May 5, 2022 9:46:22 AM PDT, Zener wrote: Hi everybody

[darktable-dev] - image duplicate BUG(?!?)

2022-05-05 Thread Zener
Hi everybody! When I create a duplicate of a selected image in lighttable and then modify it in darkroom making a crop size, then in lighttable I can see two different images (the original one and the duplicate cropped one) correctly. But... when I export them I find stored two identical

Re: [darktable-dev] script_manager.lua on ver.3.8 [Re: [darktable-dev] - image duplicate BUG(?!?)]

2022-05-05 Thread Zener
|apt install darktable/bullseye-backports reboot |darktable -d lua || Il 05/05/22 20:36, Mica Semrick ha scritto: You'll need to provide some details about how you installed, what the output is starting from the CLI with -d lua, etc etc Help us help you. On May 5, 2022 11:12:25 AM PDT, Zener

[darktable-dev] script_manager.lua on ver.3.8 [Re: [darktable-dev] - image duplicate BUG(?!?)]

2022-05-05 Thread Zener
3.4.1. -m On May 5, 2022 9:46:22 AM PDT, Zener wrote: Hi everybody! When I create a duplicate of a selected image in lighttable and then modify it in darkroom making a crop size, then in lighttable I can see two different images (the original one and the duplicate cropped one

Re: [darktable-dev] How to get value of format "quality" from the panel in lua script.

2023-07-11 Thread Zener
the value, and just set it to the value you've decided is correct. Or, trust the user to set the value they want. On Thu, Jul 6, 2023 at 4:29 AM Zener wrote: Hello... I can't get, in a lua script, the value of "quality" set on the panel. I can set it as

[darktable-dev] How to get value of format "quality" from the panel in lua script.

2023-07-06 Thread Zener
Hello... I can't get, in a lua script, the value of "quality" set on the panel. I can set it as an export parameter of a dt_imageio_module_format_data_jpeg type (dt_imageio_module_format_data_jpeg.quality) but i don't know how to get the value