~ubuntu-branches/ubuntu/saucy/python-imaging/saucy-proposed

« back to all changes in this revision

Viewing changes to libImaging/QuantOctree.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-20 16:44:01 UTC
  • mfrom: (2.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20130320164401-ptf6m0ttg4zw72az
Tags: 1.1.7+2.0.0-1
Pillow 2.0.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __QUANT_OCTREE_H__
 
2
#define __QUANT_OCTREE_H__
 
3
 
 
4
int quantize_octree(Pixel *,
 
5
          unsigned long,
 
6
          unsigned long,
 
7
          Pixel **,
 
8
          unsigned long *,
 
9
          unsigned long **,
 
10
          int);
 
11
 
 
12
#endif
 
 
b'\\ No newline at end of file'