WebPic 0.4.6
============


What it does:
============================

Read in a directory of digital cam pics, scale them to whatever 
percentage you want(in multiples of 10), provide an option for 
descriptions, and write an html page for viewing pictures.

Requires:
============================
Perl
ImageMagick
Tk
Tk::JPEG
Image::Magick

0.4.6 Changelog
***************
 - Moved most settings into cascading menu off of the Options
   button.
 - Added a <Return> bind for the description bar which calls
   &next_file (same as what the Next button does).
 - Added underline => '#' values for menu items for quick
   navigation.
 - Removed "Beta" from name
 - Added options for no descriptions (scales and writes html)
   and for no html writing (simply scales images).
 - Added an error window sub
 - Added "Save Settings" (not enabled) and "Restore Defaults" 
   buttons on File menu.
 - Added "Cascade" to HTML Style options
 - Included 'start.pl' to the package.  From the camel book this
   destroys the annoying DOS window that pops up when running
   webpic.pl in a win32 system.  Not needed for *nix.
 - Fixed a small bug in win32 directory names and spaces.

0.4.0 Changelog
***************
 - added all html options (font size, color, background color
   title label, and heading label).

0.3.6 Changelog
***************
 - removed all hard coded paths/names - added to options
 - added html style types - cascade and thumbnails
 - added some defaults for the options window
 - added clear and cancel buttons to options
 - added a help menu (this file) - will include more later

0.3.5 Changelog
***************
 - finished options window
 - added a new dir location option
 - Added a scale value
 - finished html output default

0.3.0 Changelog
***************
 - Added GUI - too much to name, first real version



To Do:
============================

* No GUI option. eg: "# webpic.pl -nogui -scale 20% -dir /var/www/images 
  -newdir pr0n" etc
* finish the saveSettings subroutine.
* add the option in cascade and thumbnail styles for a specific amount
  of images per page.
* add an option for thumbnail that allows you to specify how many images
  per row (default is 4).


Bugs:
============================

* Hitting Cancel or 'x' on the Font Color or Background Color window
  will leave $htmlFontColor or $htmlBgColor as undef.  To call the 
  tk_ChooseColor function, you need a good value for your default color
  and when its undef it won't open the tk_ChooseColor window.  Hit
  "Restore Defaults" from File menu to restore $htmlFontColor and
  $htmlBgColor to original values.

* Resizing the main window causes it to not auto-adjust its size when an
  image larger than itself loads.  Not sure if this is a bug or not. I
  am investigating this now.

