6#ifndef ATLASGAMEMANAGER_BLURHASH_HPP
7#define ATLASGAMEMANAGER_BLURHASH_HPP
18 [[nodiscard]] QPixmap
getBlurhash(
const std::filesystem::path&,
const QSize size );
Definition blurhash.cpp:16
std::string createBlurhash(const QPixmap &pixmap)
Definition blurhash.cpp:18
QPixmap getBlurhash(const std::filesystem::path &path, const QSize size)
Definition blurhash.cpp:99