net.sourceforge.lentikit.investigation
Class TestCard

java.lang.Object
  extended bynet.sourceforge.lentikit.investigation.TestCard

public class TestCard
extends java.lang.Object

This program produces a PNG file containing a set of numbers repeated across the card, one per printer dot interlaced at LPI.


Method Summary
static java.awt.image.BufferedImage getMask(int width, int imageNum, float DPL)
           
static void main(java.lang.String[] args)
          Main entry point, arguments are expected printer dpi, expected lenticular lpi and width, height (in inches because everything else is).
static void usage()
           
static void usage(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMask

public static java.awt.image.BufferedImage getMask(int width,
                                                   int imageNum,
                                                   float DPL)

usage

public static void usage()

usage

public static void usage(java.lang.String msg)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main entry point, arguments are expected printer dpi, expected lenticular lpi and width, height (in inches because everything else is). Produces a file called LenticCalib.png which is a black and white calibration image.

Throws:
java.lang.Exception


Copyright © 2004 Sourceforge. All Rights Reserved.