diff options
-rw-r--r-- | ds9/library/movie.tcl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ds9/library/movie.tcl b/ds9/library/movie.tcl index 9dc2922..3320f6a 100644 --- a/ds9/library/movie.tcl +++ b/ds9/library/movie.tcl @@ -337,14 +337,7 @@ proc MoviePhotoGIF {} { } if {$movie(first)} { - switch [$current(frame) get type] { - rgb { - agif create $movie(fn) [image width $ph] [image height $ph] - } - default { - agif create $movie(fn) [image width $ph] [image height $ph] - } - } + agif create $movie(fn) [image width $ph] [image height $ph] set movie(first) 0 } agif add $ph |