Skip to content

Instantly share code, notes, and snippets.

@acotilla91
Last active April 24, 2019 23:01
Show Gist options
  • Save acotilla91/e55f3f47f3b20bd14d9632ba741cbbd2 to your computer and use it in GitHub Desktop.
Save acotilla91/e55f3f47f3b20bd14d9632ba741cbbd2 to your computer and use it in GitHub Desktop.
<component name="GIFDecoder" extends="Task">
<interface>
<!-- Callback listener -->
<field id="delegate" type="node"/>
<!-- Extracts the frames of the given GIF and stores them locally as individual GIF files.
- Parameter {String} gifUrl: The url of the GIF to decode. -->
<function name="decodeGIF"/>
</interface>
<script type="text/brightscript" uri="pkg:/components/GIFDecoder.brs"/>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment