ApngFrame.frameData

Processed frame data as an image. only set after you call populateData.

You are allowed to edit the bytes on this but don't change the width/height or palette. Also don't replace the object.

This also means getAsTrueColorImage is not that useful, instead cast to IndexedImage or TrueColorImage depending on your type.

class ApngFrame
MemoryImage frameData;
Suggestion Box / Bug Report