/* SPDX-FileCopyrightText: 2007 Paolo Capriotti SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once #include const QStringList &suffixes(); /** * Check if the image format is supported by QImageReader. * * @return @p true if the format is supported, @p false otherwise. */ bool isAcceptableSuffix(QString &&suffix);