Package mapproxy :: Package core :: Module tilefilter :: Class PNGQuantTileFilter
[hide private]
[frames] | no frames]

Class PNGQuantTileFilter

source code

object --+    
         |    
TileFilter --+
             |
            PNGQuantTileFilter

Filters the tile with pngquant tool. pngquant converts 24(32)bit RGB(A) images into 8bit colormap RGB(A) images. Reduces file size significant.

Layer configuration:

pngquant: True
Instance Methods [hide private]
 
create_filter(self, layer_conf) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  priority = 10
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

create_filter(self, layer_conf)

source code 
Overrides: TileFilter.create_filter