From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_jpeg_color_quantizer.html | 250 +++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 docs/doxygen/nel/class_jpeg_color_quantizer.html (limited to 'docs/doxygen/nel/class_jpeg_color_quantizer.html') diff --git a/docs/doxygen/nel/class_jpeg_color_quantizer.html b/docs/doxygen/nel/class_jpeg_color_quantizer.html new file mode 100644 index 00000000..6c102137 --- /dev/null +++ b/docs/doxygen/nel/class_jpeg_color_quantizer.html @@ -0,0 +1,250 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

jpeg_color_quantizer Struct Reference

#include <jpegint.h> +

+List of all members. + + + + + +

Public Methods

 JMETHOD (void, start_pass, (j_decompress_ptr cinfo, boolean is_pre_scan))
 JMETHOD (void, color_quantize, (j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows))
 JMETHOD (void, finish_pass, (j_decompress_ptr cinfo))
 JMETHOD (void, new_color_map, (j_decompress_ptr cinfo))
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_color_quantizer::JMETHOD ( + +void, +
+new_color_map, +
+(j_decompress_ptr cinfo) ) +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_color_quantizer::JMETHOD ( + +void, +
+finish_pass, +
+(j_decompress_ptr cinfo) ) +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_color_quantizer::JMETHOD ( + +void, +
+color_quantize, +
+(j_decompress_ptr cinfo,JSAMPARRAY input_buf,JSAMPARRAY output_buf,int num_rows) ) +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_color_quantizer::JMETHOD ( + +void, +
+start_pass, +
+(j_decompress_ptr cinfo,boolean is_pre_scan) ) +
+
+ + + + + +
+   + + +

+

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1