home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / os2 / grafika / pmjpeg / whats.new < prev   
Text File  |  1995-10-22  |  11KB  |  256 lines

  1.                          *** v. 1.74 Changes ***
  2.  
  3. - Bug fix: Corrupt JPEG files would sometimes crash PMJPEG.
  4. - Bug fix: Saving images would crash on some systems due to
  5.   compiler optimization.
  6.  
  7.  
  8.                          *** v. 1.73 Changes ***
  9.  
  10. - Bug fix: Aborting a load of a 24-bit Targa would crash PMJPEG.
  11.  
  12.  
  13.                           *** v. 1.72 Changes ***
  14.  
  15. - Multiple file selection in the batch/slideshow dialogs is now
  16.   done with the Ctrl/Shift modifier keys and mouse clicks.
  17. - Added support for loading PBM (Portable BitMap) monochrome files.
  18. - Bug fix: If the window is maximized, the maximize button stayed
  19.   on after the next image was loaded.
  20. - Bug fix: For large images, you wouldn't be able to scroll to the end
  21.   of a zoomed image.
  22.  
  23.                           *** v. 1.71 Changes ***
  24.  
  25. - Speeded up the scrolling rate while selecting a region.
  26. - Bug fix: With "Display Old Image During Load" checked, the previous
  27.   image wasn't updated properly when you scroll the previous image
  28.   while the next one was loading.
  29.  
  30.  
  31.                           *** v. 1.70 Changes ***
  32.  
  33. - Added zoom capability.
  34. - Added Crop Stretched/Zoomed Image menu command.
  35. - Added support for viewing/saving IFF files. 
  36. - Added support for saving TIFF with the following compressions methods:
  37.   CCITT group 3, CCITT group 4, and LZW with differential encoding.
  38. - Saving the options now saves the size of the window too.
  39. - Bug fix: After loading a small image, the resized window would not
  40.   always fit around the image.
  41. - Bug fix: While loading the next image, scrolling around the previous
  42.   image didn't work properly.
  43.  
  44.  
  45.                           *** v. 1.64 Changes ***
  46. - Bug fix:
  47.   o Deleting a file would not delete the entry in the list of recently
  48.     accessed files if the Cycle option were chosen in the Slideshow
  49.     Options dialog.
  50.  
  51.  
  52.                           *** v. 1.63 Changes ***
  53. - Bug fix:
  54.   o PMJPEG run from the OS/2 command line would not correctly load a
  55.     file which wasn't specified with a full path.
  56.  
  57.  
  58.                           *** v. 1.62 Changes ***
  59. - Bug fix:
  60.   o The cbSize field of OS/2 bitmaps created by PMJPEG was not correct.
  61.  
  62.  
  63.                           *** v. 1.61 Changes ***
  64.  
  65. - Reading GIF files is slightly faster.
  66. - Bug fixes:
  67.   o If you were saving from the OS/2 common dialog and a directory
  68.     wasn't highlighted, PMJPEG did not ask you if you want to overwrite
  69.     an existing file.
  70.   o When you deleted a file that is in the recently used file list, it
  71.     wasn't removed.  Thanks to M.Hulskamp for pointing out these bugs.
  72.   o The PMJPEG file dialogs didn't let you use a filename that is
  73.     longer than 32 characters.  Thanks to M.Zimmerman for pointing
  74.     out the bug.
  75.   o When you selected a recently used directory and file format
  76.     from the menu, the directory would not be correctly set in the
  77.     PMJPEG open file dialog.
  78.   o If an edited image wasn't saved and you selected Slideshow,
  79.     you would not be prompted to save the image.
  80.   o A random cycled slideshow showed the same image several times
  81.     before showing a different image.
  82.  
  83.  
  84.                           *** v. 1.60 Changes ***
  85.  
  86. - Added the ability to set the priority of all the threads besides the
  87.   main one. 
  88. - Added an option of using the OS/2 standard file dialogs or the PMJPEG
  89.   dialogs.
  90. - Added support for saving 1-bit and 4-bit TIFF files.  TIFF's can be
  91.   optionally compressed with Packbits.
  92. - Added support for saving 1-bit and 4-bit PCX files.
  93. - Added support for saving 1-bit and 4-bit(RLE or uncompressed) bitmaps.
  94. - Added support for saving grayscale JPEG, TIFF, Targa, and PPM files.
  95. - Added capability of buffering most recently used file names and directories.
  96. - Improved output image quality when a 24-bit image is saved to a GIF file.
  97. - Improved the memory manager.
  98.  
  99.  
  100.                           *** v. 1.50 Changes *** 
  101.  
  102. - Added screen capture functions.  You can capture any window, the
  103.   client area of a window, the entire desktop, or a portion of the
  104.   desktop.
  105. - Added capability of displaying a slideshow in reverse or random order.
  106. - Added support for loading/saving/compressing PPM files.
  107. - Added ability of starting a command-line slideshow with a wildcard
  108.   in the filename.  For example, typing
  109.  
  110.   pmjpeg c:\pics\*.jpg c:\pics\sample?.gif
  111.  
  112.   from the OS/2 command line will display all .jpg files and all
  113.   sample?.gif files in c:\pics.
  114. - Added Negative feature.
  115. - Added "Window" options.  Moved "Move Window after Load" option to
  116.   Window options dialog.
  117. - Added "Keep Aspect Ratio if Stretched" option.
  118. - Added "Suppress Warnings" option.
  119. - Added keyboard accelerators for Delete, Copy, Paste, and scrolling an
  120.   image.
  121. - Bug fix: Corrupted JPEG's would crash PMJPEG.
  122. - Bug fix: Trying to close PMJPEG while PMJPEG was loading/saving didn't
  123.   work.
  124.  
  125.  
  126.                           *** v. 1.43 Changes ***
  127.  
  128. - Added support for displaying images in monochrome and hicolor display
  129.   modes.
  130. - Loading PCX files is faster.
  131. - Cropping of a stretched image is now possible.
  132. - Fixed the copy/paste functions so that they support palettes.
  133. - Fixed a bug in reading v.2.8 PCX files without a palette.
  134. - Fixed a bug in reading PCX files.  Thanks to K.Griepenkerl and O.Lefevre
  135.   for pointing out the bugs and providing sample files.
  136. - Fixed a bug in reading bitmaps with an incorrect bitmap size field. 
  137.   Thanks to O.Zander for pointing out the bug.
  138. - Fixed a bug in saving images after a 1- or 4-bit bitmap is pasted
  139.   into PMJPEG.  Thanks to T. Hellerhoff for pointing out the bug.
  140. - Fixed a bug in displaying 24-bit TIFFs on a display driver that
  141.   supports <15 bits.
  142.  
  143.  
  144.                           *** v. 1.42 Changes ***
  145.  
  146. - Added the fullscreen display option and fullscreen slideshows.
  147. - Reduced the amount of memory needed for saving RLE8 and RLE24 bitmaps.
  148. - Bad files in a slideshow are now eliminated from a cyclic slideshow and
  149.   the next image is loaded immediately.
  150. - Bug fix: If you didn't have a printer installed, PMJPEG would beep
  151.   and exit immediately after you run it.
  152. - Bug fix: If you loaded a non-JPEG 24-bit image with Maximum Color
  153.   Depth set to 256 or 16 colors, editing or saving the image would crash
  154.   PMJPEG.
  155. - Bug fix: Sometimes, when you edit the HSV of an 8-bit image, the
  156.   palette would not change immediately.
  157.  
  158.  
  159.                           *** v. 1.41 Changes ***
  160.  
  161. - PMJPEG warns you about changes in the image and lets you save the
  162.   changes before you exit or load another image.
  163. - Bug fix: Grayscale Targa's loads ok this time.
  164.  
  165.  
  166.                           *** v. 1.40 Changes ***
  167.  
  168. - Added support for displaying images in 16 color mode.  Replaced the
  169.   8-bit Bitmap option with Maximum Color Depth option.  When viewing
  170.   images, set Maximum Color Depth to the number of colors supported by
  171.   your OS/2 display driver.  When converting images from one format to
  172.   another, set it to 16.7 Million colors.
  173. - Added support for 4 color TIFF images and NeXT TIFF compressed images.
  174. - Added image printing capability.
  175. - Added gamma correction feature.
  176. - Added Stretch to Fit Window option.
  177. - 24-bit images quantized to 256 colors look much better(less grainy).
  178. - Map To System Colors is much faster.
  179. - Slider scales are expanded and the slider values are displayed.
  180. - Bug fixes:
  181.   o PMJPEG did not read TIFF FAX3 files unless 8-bit Bitmap is on.
  182.     Thanks to R. Falkner for pointing it out.
  183.   o Bi-level TIFF images were displayed with black and gray
  184.     colors instead of black and white.  Thanks to R. Pasco for pointing
  185.     out the bug.
  186.   o Run-length encoded RGB Targas were not quantized to 256 colors if
  187.     you had the 8-bit Bitmap option on.
  188.   o Grayscale Targa's would not load.
  189.  
  190.  
  191.                           *** v. 1.31 Changes ***
  192.  
  193. - Bug fix:  If the progress is displayed in the title bar, the progress
  194.   dialog would appear when you restore the window after minimizing it. 
  195.   Thanks to M. Brown for pointing the bug out. 
  196. - Bug fix: When you click with the left mouse button on the PMJPEG
  197.   window during a slideshow, it would incorrectly advance to the next
  198.   image in the slideshow.
  199. - Bug fix: If the window was minimized to an icon, the icon would be
  200.   resized to the image size after an image is loaded.
  201. - Fixed a bug in reading RLE4 bitmaps.
  202.  
  203.  
  204.                           *** v. 1.30 Changes ***
  205.  
  206. - Added Map to System Colors feature.  This feature is useful for making
  207.   256-color bitmaps that can be displayed as an OS/2 desktop background
  208.   picture with the system colors.  Thanks to S. Lacy for his help.
  209. - Added Crop feature.
  210. - Added Paste feature.
  211. - Progress can be displayed in either a dialog box or the title bar.
  212. - Added capability for buffering selected image file formats during a
  213.   cyclic slideshow.  Thanks to S. Hiles for his suggestions.
  214. - HSV Adjustment is much faster.
  215. - Saving all types of BMP's is much faster.
  216. - The window position is now saved when you save the options.  Thanks to
  217.   A. Dhir for the suggestion.
  218. - Bug fix: PMJPEG would load/save OS/2 2.0 bitmaps incorrectly.
  219. - Bug fix: If you saved to an 8-bit PCX file, PMJPEG would hang until
  220.   you closed the progress dialog.
  221. - Bug fix: After a slideshow with only one image, PMJPEG would wait
  222.   until the delay elapsed before re-activating menu items.
  223. - Bug fix: Cancelling an image save prevents subsequent save's and load's.
  224.  
  225.                           *** v. 1.20 Changes ***
  226.  
  227. - Added Resize feature.
  228. - Added Grayscale feature.
  229. - Added Copy to clipboard feature.
  230. - Added Auto-Refresh option.
  231. - Loading PCX files is slightly faster.
  232. - Loading TIFF files is slightly faster.
  233. - Fixed a bug in reading 1-bit PCX files.  Thanks to B. Ferrell
  234.   for pointing out this bug.
  235. - Fixed the following bug in the open dialog: ".*" extension would be 
  236.   incorrectly added to a selected filename if the "All Files" File Type
  237.   is chosen
  238.  
  239.                           *** v. 1.10 Changes ***
  240. - Added PCX support.
  241. - Progress dialog is now modeless. 
  242. - Added "Display Old Image during Load" option which lets you view the
  243.   currently displayed image while loading a different image.
  244. - Added "Move Window after Load" option.
  245. - Fixed bug in loading OS/2 1.x bitmaps.  Thanks to Y. Yeargan for
  246.   pointing out the bug.
  247. - Fixed bug in adjusting contrast, RGB, or HSV in 24-bit images
  248.  
  249.                           *** v. 1.00 Changes ***
  250. - Added all planned v.1.0 features.
  251. - Much faster version.
  252. - Replaced open dialog.
  253. - Slideshow can be started with file list from command line.
  254. - Fixed image display bug that occurs when the window height is greater
  255.   than the image's height.
  256.