[Patchanim-commit] SF.net SVN: patchanim: [108] trunk/patchanim/src/com/fmsware/gif/ AnimatedGifEnc
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-09 05:49:54
|
Revision: 108 http://patchanim.svn.sourceforge.net/patchanim/?rev=108&view=rev Author: dbrosius Date: 2008-02-08 21:49:59 -0800 (Fri, 08 Feb 2008) Log Message: ----------- cleanup imports Modified Paths: -------------- trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java Modified: trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java =================================================================== --- trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java 2008-02-08 05:46:45 UTC (rev 107) +++ trunk/patchanim/src/com/fmsware/gif/AnimatedGifEncoder.java 2008-02-09 05:49:59 UTC (rev 108) @@ -12,9 +12,14 @@ * copies from any such party to do so, with the only requirement being * that this copyright notice remain intact. */ -import java.io.*; -import java.awt.*; -import java.awt.image.*; +import java.awt.Color; +import java.awt.Graphics2D; +import java.awt.image.BufferedImage; +import java.awt.image.DataBufferByte; +import java.io.BufferedOutputStream; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; /** * Class AnimatedGifEncoder - Encodes a GIF file consisting of one or This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |