views:

32

answers:

1

Hi, I'm making an online display of the output of a computer vision algorithm. After running the algorithm I am left with a folder of about 1000 16 bit .tiff files. I need to put those on the website in a list for so that the researchers can click through and find the list. Also there needs to be an image frame with an "animated gif" feel that can be started stopped and played in reverse. Any ideas on the best way to do this? What language to use? I made a simple website in Ruby on Rails but I don't know if it has the capabilities to do what I require.

+1  A: 

ImageMagick is the answer to both parts of your question. Here's a tutorial on how to make an animated gif with it.

Dima
imagemagick helped me with the conversion part but I do not want to make a true animated gif. It will be gif like in the fact that it can be played but it needs to be stoppable, startable, and able to be reversed. As well as be able to do frame select from a list.
msandbot
Then it sounds like something you could do with flash, which I know next to nothing about.
Dima