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