Krita Source Code Documentation
Loading...
Searching...
No Matches
KoOptimizedPixelDataScalerU8ToU16FactoryImpl.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021 Dmitry Kazakov <dimula73@gmail.com>
3 * SPDX-FileCopyrightText: 2022 L. E. Segovia <amy@amyspark.me>
4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7
9
10#if XSIMD_UNIVERSAL_BUILD_PASS
12
13template<>
15KoOptimizedPixelDataScalerU8ToU16FactoryImpl::create<xsimd::current_arch>(
16 int channelsPerPixel)
17{
19 channelsPerPixel);
20}
21
22#endif // XSIMD_UNIVERSAL_BUILD_PASS
Converts an RGB-like color space between U8 and U16 formats.