2020-12-21 18:18:08 +00:00
|
|
|
---
|
|
|
|
title: darktable.collection
|
|
|
|
id: darktable.collection
|
|
|
|
weight: 180
|
|
|
|
draft: false
|
|
|
|
author: "people"
|
|
|
|
---
|
|
|
|
|
|
|
|
Allows to access the currently worked on images, i.e the ones selected by the collection
|
2020-12-22 05:32:49 +00:00
|
|
|
lib. Filtering \(rating etc\) does not change that collection.
|
2020-12-21 18:18:08 +00:00
|
|
|
|
|
|
|
# darktable.collection.#
|
|
|
|
|
|
|
|
[types.dt_lua_image_t](../../types/dt_lua_image_t)
|
|
|
|
|
|
|
|
Each image in the collection appears with a numerical index; you can iterate them using
|
|
|
|
ipairs.
|