home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / graphics / lview20.zip / WHATS.NEW < prev   
Text File  |  1993-08-04  |  10KB  |  229 lines

  1. LView version 2.0 Copyright Leonardo Haddad Loureiro
  2.  
  3. Version 2.0 news:
  4.  
  5. NEW FEATURES:
  6.  
  7.    New commands "File/Print", "File/Printer setup...", "Options/Printer Options",
  8.       and new option "Options/Drop to: Printer", allow for printing images
  9.       interactively or in batch.
  10.  
  11.    New command Edit/Interactive RGB, allows the user to define mappings for
  12.       Red, Green and Blue pixel components. These mappings can be defined
  13.       either by "drawing" their curves, or by specifying a calculation
  14.       Function. Red, Green and Blue can be edited separatly.
  15.  
  16.    New command "Edit/GrayScale" to transform, after confirmation, any loaded
  17.       image from color to grayscale representation.
  18.  
  19.    New command "Edit/Negative" to transform, after confirmation, any loaded
  20.       image from to negative representation, like on a film negative.
  21.  
  22.    New command "Edit/YCbCr Adjustment" to edit an image in terms of it's Y, Cb
  23.       and Cr attributes.
  24.       Y  - edits image Intensity,
  25.       Cb - balances Blue and Yellow
  26.       Cr - balances Red and Green
  27.  
  28.    New command "Options/Use system colors:", allows LView to use all palette
  29.       entries, including the "system colors" (used by windows for menus, etc).
  30.       Works when viewing images in 8-bit mode.
  31.       "Use system colors:" can be set to:
  32.          "Never"         - To avoid remaping Window's system colors (default),
  33.          "While focused" - To remap system colors only while LView is focused.
  34.  
  35.    New command "Options/Place window at:", to provide automatic window repositioning
  36.       after loading an image from the disk, pasting from the clipboard or cropping.
  37.       "Place window at:" can be set to:
  38.          "Same"         - Window will not move (default),
  39.          "Left&Top"     - Window moves to desktop's upper left corner of desktop,
  40.          "Left&Bottom"  - Window moves to desktop's lower left corner of desktop,
  41.          "Right&Top"    - Window moves to desktop's upper right corner,
  42.          "Right&Bottom" - Window moves to desktop's lower right corner, and,
  43.          "Center"       - Window is centered on desktop.
  44.  
  45.    New command "Options/Fit on load:", to provide automatic "Fitting" for
  46.       images loaded from the disk and pasted from the clipboard. This command
  47.       produces the same effect as loading the image and then choosing
  48.       "Edit/Resize/Fit to desktop", with "Preserve aspect ratio. It automates this
  49.       operation and works during slideshow viewing.
  50.       "Fit on load:" can be set to:
  51.          "Never"      - Image size is not changed (default),
  52.          "to Shrink"  - Image size is only changed if smaller than desktop fit,
  53.          "to Enlarge" - Image size is only changed if larger than desktop fit, and,
  54.          "Always"     - Image size is always changed to fit the desktop.
  55.       -> This option will also work during batch compression. Unless you want a
  56.          resizing performed prior to compression, turn it off before beginning a
  57.          batch compression operation.
  58.  
  59.    Added accelerator key support for the following functions:
  60.  
  61.       Window client area scrolling (also work when defining a region):
  62.  
  63.       HOME        - scrolls one page to the left
  64.       END         - scrolls one page to the right
  65.       PGUP        - scrolls one page up
  66.       PGDN        - scrolls one page down
  67.       UP ARROW    - scrolls one line up
  68.       DOWN ARROW  - scrolls one line down
  69.       LEFT ARROW  - scrolls one row to the left
  70.       RIGHT ARROW - scrolls one row to the right
  71.  
  72.       Common functions, also available in menu items:
  73.  
  74.       SHIFT+DEL   - same as Edit/Cut
  75.       CTR+INS     - same as Edit/Copy
  76.       SHIFT+INS   - same as Edit/Paste
  77.       CTR+DEL     - same as Edit/Delete
  78.  
  79.       CTR+S       - same as Options/Place window at:/Same
  80.       CTR+HOME    - same as Options/Place window at:/Left&Top  
  81.       CTR+END     - same as Options/Place window at:/Left&Bottom
  82.       CTR+PGUP    - same as Options/Place window at:/Right&Top
  83.       CTR+PGDN    - same as Options/Place window at:/Right&Bottom
  84.       CTR+C       - same as Options/Place window at:/Center
  85.  
  86.       CTR+R       - same as Edit/Resize
  87.  
  88. CHANGES:
  89.  
  90.    Menu items and shortcut keys were redefined for organizational purposes.
  91.  
  92.    In the event of a read error or image inconsistensy, LView will preserve
  93.       any part of the image already read. Even if the user interrupts
  94.       the loading of an image, what was read so far will be available and
  95.       exhibited. This works for all supported image formats.
  96.  
  97.    Algorithm for "Edit/Contrast Enhance" was improved.
  98.  
  99.    When loading a file, LView will try to recognize it's format, regardless
  100.       of what the file extension is.
  101.  
  102.    When saving a file with the "File/Save as" command, LView will
  103.       save the file in a format compatible with it's extension, regardless
  104.       of the selected file type selected on the "Save File as" Dialog:
  105.  
  106.       .jpg for JPEG format
  107.       .bmp/.dib for Windows and OS/2 formats
  108.       .gif for GIF format
  109.       .tga for TARGA format
  110.  
  111.       If the file extension is none of the above, LView will use the
  112.       format chosen on the "file type" field on the "Save File as" Dialog.
  113.  
  114.    LView will exhibit only the initial letter for it's Main menu items (e.g.
  115.       "File" will be become "F"), when viewing small images. This is to reduce
  116.       ocurrences of menu wrapping.
  117.  
  118.    '...' were added to menu items that open dialogs, '!' was added to menu items
  119.       that execute automatically (except for the well known clipboard commands)
  120.  
  121. BUG FIXES:
  122.  
  123.    Fixed a bug on saving 1 bit Windows/OS2 BMP files.
  124.    LView now closes it's help window before exiting.
  125.  
  126.  
  127. Version 1.6 news:
  128.  
  129. NEW FEATURES:
  130.  
  131.    New command added: Options/Show Scroll Bars, allows the user to
  132.       enable/disable window scrollbars exhibition.
  133.  
  134. BUG FIXES:
  135.  
  136.    When viewing images with Options/8-bit Bitmap unchecked (i.e. in
  137.       24-bit mode), trying to save an image to BMP (Windows or OS/2)
  138.       format would make LView 1.5 cause a GPF.
  139.  
  140.    When loading a grayscale JPEG file with Options/8-bit Bitmap
  141.       checked, LView 1.5 would cause a GPF. That would not occour
  142.       if Options/Jpeg Options/Load GrayScale was set.
  143.  
  144.    If a slideshow was interrupted while loading an image file,
  145.       after successfully loading one or more image files, the
  146.       File/Save item would not be disabled, and choosing it
  147.       would make LView 1.5 cause a GPF.
  148.  
  149.    If the user tried to exit LView 1.5, after an unsuccessfull file 
  150.       load, due to a file format error, a GPF would occour. This would 
  151.       not happen if other files were subsequently loaded without errors,
  152.       prior to exiting LView 1.5.
  153.  
  154.    When saving certain images to TGA format, a few incorrect horizontal
  155.       lines would be generated.
  156.  
  157.    Loading of interlaced GIF files would cause a GPF.
  158.  
  159.    Loading TGA files was sometimes failing to close the file handle, 
  160.       causing LView 1.5 to run out of file handles.
  161.  
  162.    Exiting LView 1.5 during a slideshow pause (either in manual or
  163.       automatic advancement) would cause a GPF.
  164.  
  165.  
  166. Version 1.5 news:
  167.  
  168. NEW FEATURES:
  169.  
  170.    Targa image files are now supported, both for loading and saving.
  171.  
  172.    If Options/8-bit Options is set, LView will do a 1 pass quantize with
  173.       Floyd-Steinberg dithering, when loading 24-bit targa or BMP
  174.       (Windows or OS/2) image files
  175.  
  176.    LView's window can now be maximized. Auto resizing will be disabled while
  177.       LView's window remains maximized.
  178.  
  179.    New command 'Delete' in the File menu. If confirmed it will delete
  180.       the last loaded or saved filename.
  181.  
  182.    New command 'Gamma Correction' in the Edit menu. Gamma correction can be
  183.       applied to Red, Green and Blue pixel attributes.
  184.  
  185. FEATURES ENHANCED:
  186.  
  187.    The Load Grayscale option in the Options/Jpeg Options dialog
  188.       performs a faster load for Jpeg files suited for previewing.
  189.  
  190.    'Fit to desktop' option added to the Edit/Resize dialog. Also in this
  191.       dialog, when altering one dimension the other will be recalculated
  192.       and exhibited, if 'Keep aspect rate' is checked.
  193.  
  194.    When copying to the clipboard, LView will copy only the selected area,
  195.       if existant, instead of the whole image.
  196.  
  197.    Auto scroll function (when selecting an area)
  198.       The image now scrolls at a constant pace of 1/8 of the client area size
  199.       The image now continues to scroll as long as the mouse pointer stays
  200.       outside the window, even if it doesn't move.
  201.               
  202.    File loading/saving operations and drag-and-drop operations (like
  203.       slideshow and batch compression), can now be canceled by clicking 
  204.       the on the status indicator shown at the menu bar area. You will be 
  205.       prompted for a confirmation.
  206.       BEWARE that canceling a save operation will cause the LOSS of
  207.       the file being saved.
  208.  
  209.    LView can now be terminated anytime during it's execution. If a
  210.       operation such as file load/save or drag-drop is taking place,
  211.       you will be prompted to confirm it's cancelation.
  212.  
  213.    LView's dialogs for image attributes editing (HSV, Color Balance, Contrast
  214.       and the new Gamma Correction) were redesigned to a more compact format.
  215.  
  216.    An 'Exec' Button was added to the Color Balance dialog, to allow for 
  217.       individual settings for Red, Green and Blue offsets before execution, 
  218.       when the display is in 24-bit color mode.
  219.  
  220.    In the Jpeg Options dialog, the sampling factor options were replaced by
  221.       h2v2 and h2v1, according to Jpeg terminology. These are 'advanced'
  222.       options, and changing the default h2v2 to h2v1 will produce larger
  223.       compressed files, with some gain in image quality.
  224.  
  225. BUG FIXES:
  226.  
  227.    The auto-resize algorithm was rewritten and minor bugs were corrected
  228.       including the scrollbar ranges.
  229.