Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_jpeg_destination.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_DESTINATION_H_
7#define _KIS_JPEG_DESTINATION_H_
8
9#include <stdio.h>
10#include <jpeglib.h>
11
12class QIODevice;
13
14namespace KisJPEGDestination
15{
16 void setDestination(j_compress_ptr cinfo, QIODevice* destinationDevice);
17}
18
19#endif
void setDestination(j_compress_ptr cinfo, QIODevice *destinationDevice)