|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.desy.video.sw.CIMMLoader
public final class CIMMLoader
CIMMLoader
provides loading of oldfashioned VSv2 IMM file format
to Video System v3 TINE IMAGE format type. Main interest was for internal
checking while developing.
This class should be treated as rudimentary and quick hack. Parts were copy and pasted
from CBasicImageLoader and it is not meant for production use!
Constructor Summary | |
---|---|
CIMMLoader()
|
Method Summary | |
---|---|
static boolean |
loadImageFile(java.lang.String aFileName,
IMAGE aOutImage)
loads an IMM (proprietary, VSV2, raw, greyscale) image file with a give filename from disk and puts its contents to TINE IMAGE data type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CIMMLoader()
Method Detail |
---|
public static final boolean loadImageFile(java.lang.String aFileName, IMAGE aOutImage)
aFileName
- file name (may include path)aOutImage
- TINE IMAGE data type to put image contents to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |