com.sun.jimi.core.encoder.jpg
Class ConvertColor

java.lang.Object
  |
  +--com.sun.jimi.core.encoder.jpg.ConvertColor

public class ConvertColor
extends java.lang.Object


Field Summary
protected  Shared shared
           
 
Constructor Summary
ConvertColor(Shared shared)
           
 
Method Summary
 void get_grayscale_rows(CompressInfo cinfo, int rows_to_read, short[][][] image_data)
           
 void get_rgb_ycc_rows(CompressInfo cinfo, int rows_to_read, short[][][] image_data)
           
 void rgb_ycc_init(CompressInfo cinfo)
           
static int scaleToInt(double f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shared

protected Shared shared
Constructor Detail

ConvertColor

public ConvertColor(Shared shared)
Method Detail

scaleToInt

public static int scaleToInt(double f)

rgb_ycc_init

public void rgb_ycc_init(CompressInfo cinfo)

get_rgb_ycc_rows

public void get_rgb_ycc_rows(CompressInfo cinfo,
                             int rows_to_read,
                             short[][][] image_data)
                      throws JimiException

get_grayscale_rows

public void get_grayscale_rows(CompressInfo cinfo,
                               int rows_to_read,
                               short[][][] image_data)
                        throws JimiException