![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QPixmap>#include <filesystem>#include "core/Types.hpp"#include "core/config/config.hpp"#include "core/exceptions.hpp"Go to the source code of this file.
Classes | |
| struct | ImageManagerException |
| struct | ImageImportError |
| struct | ImageSaveError |
| struct | ImageLoadError |
Namespaces | |
| namespace | atlas |
| namespace | atlas::images |
Macros | |
| #define | ATLAS_IMAGEMANAGER_HPP |
Functions | |
| void | atlas::images::cleanOrphans () |
| Clears all images not found attached to any record. | |
| QImage | atlas::images::blurImage (const QImage &image, const qreal blur_radius, bool quality_blur, bool alpha_only, int transposed) |
| QPixmap | atlas::images::blurPixmap (const QPixmap &pixmap, qreal blur_radius, bool quality_blur, bool alpha_only, int transposed) |
| #define ATLAS_IMAGEMANAGER_HPP |