-
Notifications
You must be signed in to change notification settings - Fork 0
BuilderOption Enable PNG Encoder
Moon edited this page May 16, 2021
·
1 revision
APNG-builder´s own PNG encoder is enabled by default.
If file size doesn´t matter (i.e. when prototyping), it can be disabled to use Java´s ImageIO as encoder, which is a lot faster.
Examples:
ApngBuilder builder = new ApngBuilder();
builder.enablePngEncoder(false);