|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.jimi.core.encoder.jpg.ConvertColor
| 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 |
protected Shared shared
| Constructor Detail |
public ConvertColor(Shared shared)
| Method Detail |
public static int scaleToInt(double f)
public void rgb_ycc_init(CompressInfo cinfo)
public void get_rgb_ycc_rows(CompressInfo cinfo,
int rows_to_read,
short[][][] image_data)
throws JimiException
public void get_grayscale_rows(CompressInfo cinfo,
int rows_to_read,
short[][][] image_data)
throws JimiException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||