-
Notifications
You must be signed in to change notification settings - Fork 0
BuilderOption Image Data Chunk Size
Moon edited this page May 16, 2021
·
1 revision
The compressed image data is split in some IMAGEDATA chunks.
The default size of 64k (65536 bytes) can be changed:
Example:
ApngBuilder builder = new ApngBuilder();
builder.setImageDataChunkSize(32768);