mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-20 02:27:30 -04: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;
|
package lc;
|
||||||
import javax.imageio.*;
|
import javax.imageio.*;
|
||||||
import javax.imageio.metadata.*;
|
import javax.imageio.metadata.*;
|
||||||
@ -139,13 +142,4 @@ public class GifSequenceWriter {
|
|||||||
rootNode.appendChild(node);
|
rootNode.appendChild(node);
|
||||||
return(node);
|
return(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
public GifSequenceWriter(
|
|
||||||
BufferedOutputStream outputStream,
|
|
||||||
int imageType,
|
|
||||||
int timeBetweenFramesMS,
|
|
||||||
boolean loopContinuously) {
|
|
||||||
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user