LensSerious 0.1
Lens-correction mathematics as data, not as a library of callbacks
Loading...
Searching...
No Matches
lensserious_import.h
Go to the documentation of this file.
1/*
2 LensSerious — the offline importer, as a function rather than a program.
3
4 Copyright (C) 2026 Aurélien PIERRE.
5 License: LGPL-3.0-or-later (see LICENSE).
6*/
7
27#ifndef LENSSERIOUS_IMPORT_H
28#define LENSSERIOUS_IMPORT_H
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
66int ls_import_run(const char *schema_path, const char *out_path,
67 const char *base_xml_dir, const char *xml_dir);
68
69#ifdef __cplusplus
70}
71#endif
72
73#endif /* LENSSERIOUS_IMPORT_H */
int ls_import_run(const char *schema_path, const char *out_path, const char *base_xml_dir, const char *xml_dir)
Read a lensfun database and write it as a LensSerious SQLite file.