#!/bin/bash
#
# Regenerage all the images from the code blocks in the index.html
#

. ../../generate_options
../../generate_clear
#jpg_opt='-quality 100%'

ln -s ../../img_photos/cameraman_sm.png .

../../generate_examples

../../generate_compare
echo "DONE"
