Krita Source Code Documentation
Loading...
Searching...
No Matches
KoOptimizedPixelDataScalerU8ToU16Factory.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KoOptimizedPixelDataScalerU8ToU16FACTORY_H
8#define KoOptimizedPixelDataScalerU8ToU16FACTORY_H
9
11
16{
17public:
18 static KoOptimizedPixelDataScalerU8ToU16Base* createRgbaScaler();
19 static KoOptimizedPixelDataScalerU8ToU16Base* createCmykaScaler();
20
21};
22
23
24#endif // KoOptimizedPixelDataScalerU8ToU16FACTORY_H
Converts an RGB-like color space between U8 and U16 formats.