Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
images.hpp File Reference
#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)
 

Macro Definition Documentation

◆ ATLAS_IMAGEMANAGER_HPP

#define ATLAS_IMAGEMANAGER_HPP