Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_image_version_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ imgid

int32_t dt_image_version_t::imgid

Definition at line 135 of file image_repository.h.

◆ version

int dt_image_version_t::version

Definition at line 134 of file image_repository.h.

◆ version_name

char* dt_image_version_t::version_name

NULL when the image has none

Definition at line 136 of file image_repository.h.


The documentation for this struct was generated from the following file: