mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
322b240ee0
commit
ab0448e0fd
@ -35,7 +35,7 @@ import java.util.ArrayList;
|
||||
* }
|
||||
* </pre>
|
||||
* <p>
|
||||
* 来自:https://github.com/rtyley/animated-gif-lib-for-java
|
||||
* 来自:<a href="https://github.com/rtyley/animated-gif-lib-for-java">https://github.com/rtyley/animated-gif-lib-for-java</a>
|
||||
*
|
||||
* @author Kevin Weiner, FM Software; LZW decoder adapted from John Cristy's ImageMagick.
|
||||
*/
|
||||
@ -357,10 +357,10 @@ public class GifDecoder {
|
||||
final int NullCode = -1;
|
||||
final int npix = iw * ih;
|
||||
int available;
|
||||
int clear;
|
||||
final int clear;
|
||||
int code_mask;
|
||||
int code_size;
|
||||
int end_of_information;
|
||||
final int end_of_information;
|
||||
int in_code;
|
||||
int old_code;
|
||||
int bits;
|
||||
|
@ -184,7 +184,7 @@ public class NeuQuant {
|
||||
int radius;
|
||||
int rad;
|
||||
int alpha;
|
||||
int step;
|
||||
final int step;
|
||||
int delta;
|
||||
final int samplepixels;
|
||||
final byte[] p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user