![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
One version of a file: which duplicate it is, its id, and the name the user gave it. More...
#include <image_repository.h>
Collaboration diagram for dt_image_version_t:Data Fields | |
| int | version |
| int32_t | imgid |
| char * | version_name |
One version of a file: which duplicate it is, its id, and the name the user gave it.
Definition at line 132 of file image_repository.h.
| int32_t dt_image_version_t::imgid |
Definition at line 135 of file image_repository.h.
| int dt_image_version_t::version |
Definition at line 134 of file image_repository.h.
| char* dt_image_version_t::version_name |
NULL when the image has none
Definition at line 136 of file image_repository.h.