summaryrefslogtreecommitdiff
path: root/backend/epsonds-jpeg.h
blob: 42f542d33c38db7595297522b71311c520f10a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * epsonds.c - Epson ESC/I-2 driver, JPEG support.
 *
 * Copyright (C) 2015 Tower Technologies
 * Author: Alessandro Zummo <a.zummo@towertech.it>
 *
 * This file is part of the SANE package.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation, version 2.
 */
void eds_decode_jpeg(epsonds_scanner*s, SANE_Byte *data, SANE_Int size, ring_buffer* ringBuffer, SANE_Int isBackSide, SANE_Int needToConvertBW);