#!/bin/bash echo ; echo "Building binary.."; echo ; echo `cat README | grep gcc` echo ; echo echo ; echo "Welcome to Show's example demo!" echo ; echo ./show example* -i 100 -o 204 -d1 -s8 echo ; echo "So...What is Show? ..Show is an enormously flexible image viewer. See all the different fade routines? All customizable. You can fade in however you like, hold it for however long you want, fade it out however you like it, and do any number of things to the image in the meantime." ./show example* -i 102 -o 203 -d1 -x 200 -y 200 echo ; echo "For example, Show lets you control the speed at which images are faded in and faded out. For example, we can fade really slowly. " ./show example* -i 100 -o 201 -d1 -s1 echo ; echo "You can resize the window dynamically at any time, even during fades......Try it!" ./show example* -i 101 -o 502 -d1 echo ; echo "At any time, you can hit the F1 and F2 keys control image brightness..Even during the fades!" ./show example* -i 105 -o 200 -d1 -s5 echo ; echo "The F3 and F4 keys control the image contrast..Careful not to overdo it! :)" ./show example* -i 107 -o 201 -d1 echo ; echo "The H key will flip the image horizontally..The E and R keys control image rotation.. For some real fun, hold down the R key!" ./show example* -i 109 -o 204 -d1 echo ; echo "The V key will flip the image vertically. All of these keyboard shortcuts work, all the time." ./show example* -i 108 -o 503 -d1 echo ; echo "To turn on Show's verbose logging mode, hit the Z key. To turn it off, just hit Z again." ./show example* -i 106 -o 206 -d1 echo ; echo "Show has the ability to display over a dozen image formats, using thousands different styles. This demo only shows a few!" ./show example* -i 100 -o 505 -d1 echo ; echo "You can control everything. Every single of aspect of Show's operation is user-customizable, on the fly..This makes it nice for live presentations." ./show example* -i 103 -o 203 -d2 echo ; echo "The delay between images is also adjustable -- For example, we can wait 30 seconds between images.... If you want to skip ahead in the list of images, just hit the SPACE bar!" ./show example* -i 104 -o 207 -d30 echo ; echo "Things moving too fast? :) To pause Show at any time, hit the P key. To unpause it, just hit P again." ./show example* -i 100 -o 208 -d0 -s50 echo ; echo "Show also allows you to magnify your images. For example, lets make the example photos really small...... :)" ./show example* -d7 -m0.3 -x 400 -y 90 echo ; echo "Its all user-adjustable with simple, easy-to-understand controls. And hey, it's free. And since -I- wrote it, it's 100% guaranteed not to suck. :)" ./show example* -i 104 -o 504 -d3 echo ; echo "To control image zoom interactively, use the I and O keys, or, use the mousewheel on your mouse if you have one." ./show example* -i 101 -o 201 -d3 echo ; echo "Thats all -- Enjoy! -- Youll find a working binary ready to install and use in this directory. Simply copy it into /usr/bin and you'll all set!" ./show