Skip to content

Commit

Permalink
custom commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Apr 19, 2019
1 parent d9a14fa commit 70b8fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -50,6 +50,7 @@
<div id="btns" style="position:absolute;bottom:0;width:100%;z-index:99;padding:8px;">
<a class="btn btn-default" href="#" onClick="img.revert().filter('ndvi,invert,colormap');">Invert</a>
<a class="btn btn-default" href="#" onClick="img.revert().filter('ndvi,colormap{colormap:brntogrn}');">Brown to green colormap</a>
<a class="btn btn-default" href="#" onClick="img.revert().filter(prompt('Enter an Image Sequencer string; https://sequencer.publiclab.org', 'dynamic{red:R*2|green:B|blue:B/2}'));">Custom</a>
</div>

</html>

0 comments on commit 70b8fc4

Please sign in to comment.