Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_jpeg_source.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2009 Adrian Page <adrian@pagenet.plus.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef _KIS_JPEG_SOURCE_H_
7#define _KIS_JPEG_SOURCE_H_
8
9#include <stdio.h>
10
11extern "C" {
12 #include <jpeglib.h>
13}
14
15class QIODevice;
16
17namespace KisJPEGSource
18{
19 void setSource(j_decompress_ptr cinfo, QIODevice* inputDevice);
20}
21
22#endif
void setSource(j_decompress_ptr cinfo, QIODevice *inputDevice)