Computer Vision Website Image Slideshow help
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 r开发者_StackOverflowesearchers 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.
ImageMagick is the answer to both parts of your question. Here's a tutorial on how to make an animated gif with it.
精彩评论