Last active
April 24, 2019 23:01
-
-
Save acotilla91/e55f3f47f3b20bd14d9632ba741cbbd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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