mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Improve and expose 'mkImage'.
Former-commit-id: eef95441c47ed3a798b1261e17b6018ea9281344
This commit is contained in:
parent
9b19e9c132
commit
01baecb88b
9 changed files with 136 additions and 36 deletions
|
|
@ -5,6 +5,7 @@ TINY='^(doc_turbo|doc_viridis|doc_magma|doc_inferno|doc_plasma|doc_sinebow|doc_c
|
|||
newline|doc_hsvMatlab|doc_greyscale|doc_parula|doc_rgbComponents|doc_hsvComponents|
|
||||
newline|doc_lchComponents|doc_xyzComponents|doc_labComponents)$'
|
||||
|
||||
cd $ROOT/examples/
|
||||
for src in $ROOT/examples/doc_*.hs; do
|
||||
BASE=`basename $src .hs`
|
||||
DST=$ROOT/docs/gifs/$BASE.gif
|
||||
|
|
|
|||
Loading…
Reference in a new issue