Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
B
C
E
F
G
I
L
N
P
R
S
T
W
C
ColorEntry
- Class in
net.sf.image4j.codec.bmp
Represents an RGB colour entry used in the palette of an indexed image (colour depth <= 8).
ColorEntry(LittleEndianInputStream)
- Constructor for class net.sf.image4j.codec.bmp.
ColorEntry
Reads and creates a colour entry from the source input.
ColorEntry()
- Constructor for class net.sf.image4j.codec.bmp.
ColorEntry
Creates a colour entry with colour components initialized to
0
.
ColorEntry(int, int, int, int)
- Constructor for class net.sf.image4j.codec.bmp.
ColorEntry
Creates a colour entry with the specified colour components.
convert(BufferedImage, int)
- Static method in class net.sf.image4j.codec.ico.
ICOEncoder
Utility method, which converts the given image to the specified colour depth.
convert1(BufferedImage)
- Static method in class net.sf.image4j.util.
ConvertUtil
Converts the source to 1-bit colour depth (monochrome).
convert24(BufferedImage)
- Static method in class net.sf.image4j.util.
ConvertUtil
Converts the source image to 24-bit colour (RGB).
convert32(BufferedImage)
- Static method in class net.sf.image4j.util.
ConvertUtil
Converts the source image to 32-bit colour with transparency (ARGB).
convert4(BufferedImage)
- Static method in class net.sf.image4j.util.
ConvertUtil
Converts the source image to 4-bit colour using the default 16-colour palette: blackdark reddark green dark yellowdark bluedark magenta dark cyandark greylight grey redgreenyellowblue magentacyanwhite No transparency.
convert4(BufferedImage, int[])
- Static method in class net.sf.image4j.util.
ConvertUtil
Converts the source image to 4-bit colour using the given colour map.
convert8(BufferedImage)
- Static method in class net.sf.image4j.util.
ConvertUtil
Converts the source image to 8-bit colour using the default 256-colour palette.
ConvertUtil
- Class in
net.sf.image4j.util
Provides useful methods for converting images from one colour depth to another.
ConvertUtil()
- Constructor for class net.sf.image4j.util.
ConvertUtil
createIconEntry(InfoHeader)
- Static method in class net.sf.image4j.codec.ico.
ICOEncoder
Constructs an
IconEntry
from the given
InfoHeader
structure.
createInfoHeader(BufferedImage)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Creates an
InfoHeader
from the source image.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
B
C
E
F
G
I
L
N
P
R
S
T
W