|
The im4java Library, Version 1.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.im4java.core.Operation org.im4java.core.IMOps org.im4java.core.IMOperation org.im4java.utils.ChannelMixer
public class ChannelMixer
This class is a wrapper to a channel mixer. Note that ImageMagick does not natively define a channel-mixer operation, but you can implement a channel-mixer with standard ImageMagick operations.
Field Summary | |
---|---|
static ChannelMixer |
AGFA_200X
This channel-mixer simulates an agfa-200x film. |
static ChannelMixer |
AGFAPAN_100
This channel-mixer simulates an agfapan-100 film. |
static ChannelMixer |
AGFAPAN_25
This channel-mixer simulates an agfapan-25 film. |
static ChannelMixer |
AGFAPAN_400
This channel-mixer simulates an agfapan-400 film. |
static ChannelMixer |
BLUE_CHANNEL
This channel-mixer extracts the blue-channel. |
static ChannelMixer |
GREEN
This channel-mixer simulates a green-filter. |
static ChannelMixer |
GREEN_CHANNEL
This channel-mixer extracts the green-channel. |
static ChannelMixer |
ILFORD_DELTA100
This channel-mixer simulates an Ilford Delta400 film. |
static ChannelMixer |
ILFORD_DELTA400
This channel-mixer simulates a film. |
static ChannelMixer |
ILFORD_DELTA400_PRO
This channel-mixer simulates an Ilford Delta400-Pro film. |
static ChannelMixer |
ILFORD_FP4
This channel-mixer simulates an Ilford FP4 film. |
static ChannelMixer |
ILFORD_HP5
This channel-mixer simulates an Ilford HP5 film. |
static ChannelMixer |
ILFORD_PANF
This channel-mixer simulates an Ilford PANF film. |
static ChannelMixer |
ILFORD_SFX
This channel-mixer simulates an Ilford SFX film. |
static ChannelMixer |
ILFORD_XP2
This channel-mixer simulates an Ilford XP2 film. |
static ChannelMixer |
INFRARED
This channel-mixer simulates an infrared film. |
static ChannelMixer |
KODAK_TMAX100
This channel-mixer simulates a Kodak TMAX 100 film. |
static ChannelMixer |
KODAK_TMAX400
This channel-mixer simulates a Kodak TMAX 400 film. |
static ChannelMixer |
KODAK_TRIX
This channel-mixer simulates a Kodak Tri-X film. |
static ChannelMixer |
ORANGE
This channel-mixer simulates an orange-filter. |
static ChannelMixer |
RED
This channel-mixer simulates a red-filter. |
static ChannelMixer |
RED_CHANNEL
This channel-mixer extracts the red-channel. |
static ChannelMixer |
YELLOW
This channel-mixer simulates a yellow-filter. |
Fields inherited from class org.im4java.core.Operation |
---|
IMG_PLACEHOLDER |
Constructor Summary | |
---|---|
ChannelMixer(double red,
double green,
double blue)
Constructor. |
Method Summary |
---|
Methods inherited from class org.im4java.core.IMOperation |
---|
addSubOperation, appendHorizontally, appendVertically, closeOperation, haldClut, openOperation |
Methods inherited from class org.im4java.core.Operation |
---|
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ChannelMixer YELLOW
public static final ChannelMixer ORANGE
public static final ChannelMixer RED
public static final ChannelMixer GREEN
public static final ChannelMixer AGFAPAN_25
public static final ChannelMixer AGFAPAN_100
public static final ChannelMixer AGFAPAN_400
public static final ChannelMixer AGFA_200X
public static final ChannelMixer ILFORD_DELTA100
public static final ChannelMixer ILFORD_DELTA400
public static final ChannelMixer ILFORD_DELTA400_PRO
public static final ChannelMixer ILFORD_PANF
public static final ChannelMixer ILFORD_FP4
public static final ChannelMixer ILFORD_HP5
public static final ChannelMixer ILFORD_SFX
public static final ChannelMixer ILFORD_XP2
public static final ChannelMixer KODAK_TMAX100
public static final ChannelMixer KODAK_TMAX400
public static final ChannelMixer KODAK_TRIX
public static final ChannelMixer INFRARED
public static final ChannelMixer RED_CHANNEL
public static final ChannelMixer GREEN_CHANNEL
public static final ChannelMixer BLUE_CHANNEL
Constructor Detail |
---|
public ChannelMixer(double red, double green, double blue)
|
The im4java Library, Version 1.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |