Fawkes API
Fawkes Development Version
jpeg_decompressor.h
1
2
/***************************************************************************
3
* imagedecompressor.h - image de-compressor interface
4
*
5
* Created: July 2007 (Sci-Bono, South Africa, B&B)
6
* Copyright 2006-2007 Daniel Beck
7
* 2007 Tim Niemueller [www.niemueller.de]
8
*
9
****************************************************************************/
10
11
/* This program is free software; you can redistribute it and/or modify
12
* it under the terms of the GNU General Public License as published by
13
* the Free Software Foundation; either version 2 of the License, or
14
* (at your option) any later version. A runtime exception applies to
15
* this software (see LICENSE.GPL_WRE file mentioned below for details).
16
*
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU Library General Public License for more details.
21
*
22
* Read the full text in the LICENSE.GPL_WRE file in the doc directory.
23
*/
24
25
#ifndef __FIREVISION_UTILS_COMPRESSION_JPEG_DECOMPRESSOR_H_
26
#define __FIREVISION_UTILS_COMPRESSION_JPEG_DECOMPRESSOR_H_
27
28
#include <fvutils/compression/imagedecompressor.h>
29
30
namespace
firevision
{
31
#if 0
/* just to make Emacs auto-indent happy */
32
}
33
#endif
34
35
class
JpegImageDecompressor
:
public
ImageDecompressor
36
{
37
public
:
38
JpegImageDecompressor
();
39
40
virtual
void
decompress
();
41
};
42
43
}
// end namespace firevision
44
45
#endif
firevision::JpegImageDecompressor
Decompressor for JPEG images.
Definition:
jpeg_decompressor.h:35
firevision::JpegImageDecompressor::decompress
virtual void decompress()
Decompress image.
Definition:
jpeg_decompressor.cpp:155
firevision::JpegImageDecompressor::JpegImageDecompressor
JpegImageDecompressor()
Constructor.
Definition:
jpeg_decompressor.cpp:150
firevision
Definition:
vision_master.h:32
firevision::ImageDecompressor
Image de-compressor interface.
Definition:
imagedecompressor.h:35
src
libs
fvutils
compression
jpeg_decompressor.h
Generated by
1.8.13