- Install Photofiltre. Go to http://www.photofiltre.com Remember you cannot install into program files or on the C drive. Install into your hci201 folder.
- Click the downloads link to your left
- Click the English Version in the downloads section
- Download the sample photos on the second row, save them to your images directory. Make sure you click on each image first before you save them. Do not download the thumbnails. Go to
http://condor.depaul.edu/~alarrain/hci201/photo.html
- Use photo
ginjoe.jpg
. Load it into Photo filtre. Make a duplicate.
- Select Image.
- Select duplicate
- Make a thumbnail out of the duplicate.
Choose 100 for the width, the height should scale accordingly
- Save the thumbnail to your images directory. A good name would be ginjoethumb
Usually thumbnails are saved as gif
files. Select gif when saving. Your file should be ginjoethumb.gif
- Make sure both ginjoe.jpg and ginjoethumb.gif are in the images directory. Create a simple web page that contains this code. The HTML file should be saved to lab6 directory.
Click on gin joe thumb, you should see the larger image.
- Add the dimension attributes and alt attribute to the above image tag. Also close the image tag.
Remember width= height= alt=
- Add the following style to the above web page.
img{border:0;}
- Make another thumbnail using another image. Add this to the above web page. Don't forget to make a duplicate of the image first
- Load the flower image into photofiltre. Play around with some of the filters, selection tools. Don't be afraid to experiment.
- Make the new flower into a thumbnail(Duplicate it first) and add it to the above thumbnail html file.