Hello All,

I am trying to understand the functionality of the .group_with()
functionality provided under type dt_lua_image_t
<https://www.darktable.org/lua-api/types_dt_lua_image_t.html>

Lets say I have a table "images" which contains a bunch of dt_lua_image_t
objects. How can I group one image with another? Performing the following
does not seem to work:
images[2].group_with(images[1])

If anyone can provide insight on the proper steps to take when adding one
image into the group of another image I'd greatly appreciate it.

Thanks

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to