mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 23:45:17 -04:00
removed unused inport
This commit is contained in:
parent
752f36f857
commit
73f2ec2c64
@ -1,11 +1,11 @@
|
||||
package de.neemann.digital.draw.gif;
|
||||
|
||||
import javax.imageio.*;
|
||||
import javax.imageio.metadata.*;
|
||||
import javax.imageio.stream.*;
|
||||
import java.awt.*;
|
||||
import java.awt.image.*;
|
||||
import java.io.*;
|
||||
import javax.imageio.metadata.IIOMetadata;
|
||||
import javax.imageio.metadata.IIOMetadataNode;
|
||||
import javax.imageio.stream.ImageOutputStream;
|
||||
import java.awt.image.RenderedImage;
|
||||
import java.io.IOException;
|
||||
import java.util.Iterator;
|
||||
|
||||
/**
|
||||
@ -17,6 +17,8 @@ import java.util.Iterator;
|
||||
* License. To view a copy of this license, visit
|
||||
* http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
|
||||
* Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
||||
* <p>
|
||||
* Minor modifications made be hneemann, 2011-05-17
|
||||
*/
|
||||
public class GifSequenceWriter implements AutoCloseable {
|
||||
private ImageWriter gifWriter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user