Package | Description |
---|---|
com.aspose.imaging.fileformats.apng |
Modifier and Type | Method and Description |
---|---|
ApngFrame |
ApngImage.addFrame()
Adds new frame to the end of the own frame collection.
|
ApngFrame |
ApngImage.insertFrame(int index)
Inserts new frame into the own frame collection at the specified index.
|
ApngFrame |
ApngImage.popFrameAt(int index)
Removes and returns the frame at the specified index of the own frame collection.
|