cmksoftdev / AnimatedPngCreator

Creates animated PNG out ouf a sequence of Images.
GNU General Public License v3.0
13 stars 3 forks source link

Add APNG Options: dispose_op & blend_op #17

Open VriskaSerket51 opened 10 months ago

VriskaSerket51 commented 10 months ago

In the project, we dispose_op in fcTL is fixed to 0 so frame will be stacked on previous frame.

For transparent images, previous frame should be cleared out, so we have to add some parameters at "WriteFrame" to override dispose_op.