Assignments
Assignments
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
b
c
d
e
f
g
i
j
k
m
n
o
p
q
r
s
t
u
w
Functions
_
b
c
d
e
f
g
j
m
n
o
r
s
t
u
w
Variables
Typedefs
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
Related Symbols
o
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
y
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
_
b
c
d
e
f
g
h
i
j
l
m
p
r
s
u
v
w
Enumerations
Enumerator
h
j
m
o
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
jpeg.h
Go to the documentation of this file.
1
#ifndef JPEG_INCLUDED
2
#define JPEG_INCLUDED
3
4
#include "
image.h
"
5
6
namespace
Image
7
{
9
void
JPEGReadImage
( std::string fileName , Image32& img );
11
void
JPEGReadImage
( FILE *fp , Image32& img );
12
14
void
JPEGWriteImage
(
const
Image32& img , std::string ,
int
quality
=100 );
16
void
JPEGWriteImage
(
const
Image32& img , FILE *fp ,
int
quality
);
17
}
18
#endif
// JPEG_INCLUDED
image.h
quality
int quality
Definition
jpeglib.h:919
Image
Definition
bmp.cpp:142
Image::JPEGReadImage
void JPEGReadImage(std::string fileName, Image32 &img)
Definition
jpeg.cpp:39
Image::JPEGWriteImage
void JPEGWriteImage(const Image32 &img, std::string fileName, int quality)
Definition
jpeg.cpp:47
Assignments
Image
jpeg.h
Generated by
1.11.0