Darktable2Piwigo
Loading...
Searching...
No Matches
dtlib.images.DtlibImagesFull Class Reference
Inheritance diagram for dtlib.images.DtlibImagesFull:
Inheritance graph
Collaboration diagram for dtlib.images.DtlibImagesFull:
Collaboration graph

Protected Member Functions

Union[pd.DataFrame, List[Dict[Hashable, Any]]] _transform (self, pd.DataFrame df, bool fastapi_output, **Any kwargs)
 

Detailed Description

Implements the transformer function for darktable tags to mysql tags

Member Function Documentation

◆ _transform()

Union[pd.DataFrame, List[Dict[Hashable, Any]]] dtlib.images.DtlibImagesFull._transform (   self,
pd.DataFrame  df,
bool  fastapi_output,
**Any   kwargs 
)
protected
Transforms the original images table from darktable into a table mysql table

The original images table from darktable contains datetime columns which are
stored in microseconds since 1970-01-01 00:00:00 UTC. Here we convert them to
a more human-readable format.

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