File indexing completed on 2025-01-05 03:53:10

0001 /* ============================================================
0002  *
0003  * This file is a part of digiKam project
0004  * https://www.digikam.org
0005  *
0006  * Date        : 2012-03-15
0007  * Description : a tool to create panorama by fusion of several images.
0008  *
0009  * SPDX-FileCopyrightText: 2012-2016 by Benjamin Girault <benjamin dot girault at gmail dot com>
0010  *
0011  * SPDX-License-Identifier: GPL-2.0-or-later
0012  *
0013  * ============================================================ */
0014 
0015 #ifndef DIGIKAM_PANO_TASKS_H
0016 #define DIGIKAM_PANO_TASKS_H
0017 
0018 #include "preprocesstask.h"
0019 #include "createptotask.h"
0020 #include "cpfindtask.h"
0021 #include "cpcleantask.h"
0022 #include "optimisationtask.h"
0023 #include "autocroptask.h"
0024 #include "createpreviewtask.h"
0025 #include "createfinalptotask.h"
0026 #include "createmktask.h"
0027 #include "compilemksteptask.h"
0028 #include "compilemktask.h"
0029 #include "huginexecutortask.h"
0030 #include "copyfilestask.h"
0031 
0032 #endif // DIGIKAM_PANO_TASKS_H