| 限定符和类型 | 方法和说明 |
|---|---|
static PngChunk |
PngChunk.createDataChunk(byte[] zLibBytes) |
static PngChunk |
PngChunk.createEndChunk() |
static PngChunk |
PngChunk.createHeaderChunk(int width,
int height,
byte bitDepth,
byte colorType,
byte compression,
byte filter,
byte interlace)
Create An Header Chunk for PNG
|
static PngChunk |
PngChunk.createPaleteChunk(byte[] palBytes) |
static PngChunk |
PngChunk.createTrnsChunk(byte[] trnsBytes) |
Copyright © 2021. All rights reserved.