If you would like to stop users to right click on image and save it you can use this simple mod.
Open jpg.html
Replace:
<!-- Template file for JPG Files -->
<img src="{media_src}" border="1" alt="{image_name}"{width_height} /><br />
With:
<!-- Template file for JPG Files -->
<img style="background:url({media_src}) no-repeat; border: 1px" src="/images/transparent.gif" {width_height} GALLERYIMG="no" alt="{image_name}" />
Upload transparent.gif image to /images/ folder. (attached file)