mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 13:03:12 -05:00
add attribution to gif sequence writer class
This commit is contained in:
parent
9d9657d373
commit
80cf6b66fd
@ -1,3 +1,6 @@
|
||||
// This code was adapted from http://elliot.kroo.net/software/java/GifSequenceWriter/
|
||||
// It was available under CC By 3.0
|
||||
|
||||
package lc;
|
||||
import javax.imageio.*;
|
||||
import javax.imageio.metadata.*;
|
||||
@ -139,13 +142,4 @@ public class GifSequenceWriter {
|
||||
rootNode.appendChild(node);
|
||||
return(node);
|
||||
}
|
||||
|
||||
/**
|
||||
public GifSequenceWriter(
|
||||
BufferedOutputStream outputStream,
|
||||
int imageType,
|
||||
int timeBetweenFramesMS,
|
||||
boolean loopContinuously) {
|
||||
|
||||
*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user