home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / joevw12.zip / CHANGES next >
Text File  |  1993-07-01  |  3KB  |  60 lines

  1. New to version 1.2 of JoeView & fixes.
  2. -Double Clicking the left mouse button brings up the main menu.
  3. -Double Clicking the right mouse button advances in SlideShow
  4. -Can do low priority file reads & slideshows
  5. -The cropping & zooming rectangle more closely matches the 
  6. pointer (fix).
  7. -Options menu is now available after using SlideShow (fix)
  8. -Will now correctly identify Windows bitmaps, read & save bitmaps
  9. in proper format (fix).
  10. -Ability to print your image to any defined printer.  Also you 
  11. can print out your image as an EPS Postrscript file. 
  12. -JoeView remembers screen positions.
  13. -Copy and Paste to the clipboard, will keep colors correct.
  14. -Can paste from clipboard into an existing image
  15. -Convert image colors into the default system palette using Floyd 
  16. Steinberg dithering or a shortest Distance Method.
  17. -Command line option to create OS2 2.0 bitmap (see help section 
  18. on command line options).
  19. -Can save and load SlideShow programs.  These can be dragged and
  20. dropped onto JoeView (both open and closed), opened from the Slide Show Dialog or
  21. started from the File Open Dialog.
  22. -Can open a file by dragging and dropping
  23. -Can specify an optimize option on JPEG saves to create smaller 
  24. files.
  25. -Sometimes a garbage line appeared at the top if an image,
  26. this has been fixed.
  27. -Can type a drive and path in the File Open Dialog, File Mask entry
  28. field to quickly change disks and directory.  For example c:\test\images\*.bmp
  29. will change to the c:\test\images directory and use *.bmp as the file mask.
  30. -Will automatically create .ini file.
  31. -Can toggle the main Title Bar on and off.
  32. -More extensive HotKeys (See help section)
  33. -Will go to a near correct palette state when not in forground, will
  34. go to correct palette state when going from nonactive to active.
  35. -Can edit an images HSV or RGB colors.
  36.  
  37. There are two possible command line options.  You can specify
  38. a file name for JoeView to load upon startup.
  39. For example: joeview c:\gifs\hooters.gif
  40. The other command line option is to create a Floyd Steinberg
  41. Dithered bitmap.  The main purpose of this option is so that you
  42. can create background images for your desktop or lockup
  43. screens.  When you received this copy of JoeView, one of the files included
  44. should have been a REXX script to randomly generate background
  45. images using this command line option.  The format of the command is
  46. joeview -b input_file output_file or joeview -bs input_file
  47. output_file.  You should specify drives and paths for the input
  48. and output files.  The input file can be in any file format the
  49. JoeView normally reads.  The output file will always be an OS2
  50. 2.0 format bitmap.  The "-b" option causes JoeView to perform the
  51. dithering at full CPU utilization.  As the process is very CPU
  52. intensive, the "-bs" option is included.  This option is meant to
  53. mean -b slow.  Basically it puts JoeView in a low priority
  54. mode that causes the operation to take considerably longer than
  55. if you use "-b" but you'll find that your machine is much more
  56. usefull while the process is running.
  57. JoeView will not be visible when this option is invoked.
  58.  
  59.  
  60.