Compare commits
7 Commits
c6c43ad895
...
4ea9ebe25a
Author | SHA1 | Date | |
---|---|---|---|
4ea9ebe25a | |||
1fe5731dcf | |||
5bf3108ab4 | |||
8773b04b0f | |||
b96c6db440 | |||
4dfeb133de | |||
579a08bbb3 |
Binary file not shown.
Before Width: | Height: | Size: 346 KiB After Width: | Height: | Size: 441 KiB |
BIN
docs/simple.png
BIN
docs/simple.png
Binary file not shown.
Before Width: | Height: | Size: 954 KiB After Width: | Height: | Size: 881 KiB |
BIN
docs/squares.png
BIN
docs/squares.png
Binary file not shown.
Before Width: | Height: | Size: 702 KiB After Width: | Height: | Size: 620 KiB |
@ -43,7 +43,7 @@ public enum ImageFormat {
|
||||
private static final int IHDR_TYPE = 0x49484452;
|
||||
private static final int IDAT_TYPE = 0x49444154;
|
||||
private static final int IEND_TYPE = 0x49454E44;
|
||||
private static final int IEND_CRC = -1371381630;
|
||||
private static final int IEND_CRC = 0xAE426082;
|
||||
|
||||
@Override
|
||||
public void write(@NotNull Canvas image, @NotNull OutputStream out) throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user