QGIS API Documentation
3.41.0-Master (57ec4277f5e)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
2
3
_
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
z
~
Functions
2
3
_
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
z
~
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
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
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
z
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
3
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Files
File List
File Members
All
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
u
w
Typedefs
3
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
w
y
Loading...
Searching...
No Matches
src
server
services
wms
qgsmediancut.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsmediancut.h
3
4
Median cut color reduction implementation
5
-----------------------------------------
6
begin : December 20 , 2016
7
copyright : (C) 2007 by Marco Hugentobler ( parts from qgswmshandler)
8
(C) 2014 by Alessandro Pasotti ( parts from qgswmshandler)
9
(C) 2016 by David Marteau
10
email : marco dot hugentobler at karto dot baug dot ethz dot ch
11
a dot pasotti at itopen dot it
12
david dot marteau at 3liz dot com
13
***************************************************************************/
14
15
/***************************************************************************
16
* *
17
* This program is free software; you can redistribute it and/or modify *
18
* it under the terms of the GNU General Public License as published by *
19
* the Free Software Foundation; either version 2 of the License, or *
20
* (at your option) any later version. *
21
* *
22
***************************************************************************/
23
#ifndef QGSMEDIANCUT_H
24
#define QGSMEDIANCUT_H
25
26
#include <QVector>
27
#include <QImage>
28
34
namespace
QgsWms
35
{
36
40
void
medianCut
( QVector<QRgb> &colorTable,
int
nColors,
const
QImage &inputImage );
41
42
}
// namespace QgsWms
43
44
#endif
QgsWms
Median cut implementation.
Definition
qgsdxfwriter.cpp:24
QgsWms::medianCut
void medianCut(QVector< QRgb > &colorTable, int nColors, const QImage &inputImage)
Median cut implementation used when reducing RGB colors to palletized colors.
Definition
qgsmediancut.cpp:254
Generated on Sun Dec 29 2024 04:59:01 for QGIS API Documentation by
1.9.8