com.partnersoft.v3x.graphics.codec.gif
Class Transparentizer

java.lang.Object
  extended by com.partnersoft.v3x.graphics.codec.gif.Transparentizer

public class Transparentizer
extends java.lang.Object

Makes a GIF transparent. Designed for ACAD-generated GIFs, so probably isn't fully general. Try on a hidden swatch of fabric first.


Constructor Summary
Transparentizer()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void transparentize(java.io.File filet)
          Makes the given GIF file transparent.
static void transparentize(java.io.File source, java.io.File destination)
          Takes the given source GIF file and outputs a transparent version to the destination file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transparentizer

public Transparentizer()
Method Detail

main

public static void main(java.lang.String[] argv)

transparentize

public static void transparentize(java.io.File filet)
                           throws java.io.IOException
Makes the given GIF file transparent. Changes the file.

Throws:
java.io.IOException

transparentize

public static void transparentize(java.io.File source,
                                  java.io.File destination)
                           throws java.io.IOException
Takes the given source GIF file and outputs a transparent version to the destination file.

Throws:
java.io.IOException