PreviewExample Members

PowerGif

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

In some cases you may need to get GIF previews (first frame) instead of decoding all frames. For example, you are developing image gallery and it should work fast. Just use decode iterator and stop it on the first iteration. Then you'll get the first frame. You even don't need to use a coroutine in this case.

The following tables list the members exposed by the PreviewExample type.

Expand image Public Methods

  Name Description
Public method Review (inherited from ExampleBase).
Public method Start
Top

Expand image Fields

  Name Description
Public field Image
Top

Expand image See Also