net.sourceforge.jiu.data
Class MemoryRGB24Image
- ByteChannelImage, IntegerImage, PixelImage, RGB24Image, RGBImage, RGBIndex, RGBIntegerImage
public class MemoryRGB24Image
A class to store 24 bit RGB truecolor images in memory.
MemoryRGB24Image(int width, int height)- Creates a new object of this class, with width and height as
specified by the arguments.
|
checkPositionAndNumber, clear, clear, clear, clear, createCompatibleImage, createCopy, getAllocatedMemory, getBitsPerPixel, getByteSample, getByteSample, getByteSamples, getHeight, getMaxSample, getNumChannels, getSample, getSample, getSamples, getWidth, putByteSample, putByteSample, putByteSamples, putSample, putSample, putSamples |
MemoryRGB24Image
public MemoryRGB24Image(int width,
int height) Creates a new object of this class, with width and height as
specified by the arguments.
width - the horizontal resolution of the new image in pixelsheight - the vertical resolution of the new image in pixels