net.sourceforge.jiu.data
Class MemoryRGB48Image
- IntegerImage, PixelImage, RGB48Image, RGBImage, RGBIndex, RGBIntegerImage, ShortChannelImage
public class MemoryRGB48Image
A class to store 48 bit RGB truecolor images in memory.
MemoryRGB48Image(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, getHeight, getMaxSample, getNumChannels, getSample, getSample, getSamples, getShortSample, getShortSample, getShortSamples, getWidth, putSample, putSample, putSamples, putShortSample, putShortSample, putShortSamples |
MemoryRGB48Image
public MemoryRGB48Image(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