home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / xv221src / ideas < prev    next >
Encoding:
Text File  |  1992-04-29  |  2.9 KB  |  74 lines

  1. Stick in a '-cecmap' checkbox in the color editor window, somewhere.
  2.  
  3. BMP files i/o?
  4.  
  5. Faster compressed/color-on-grayscale-printers postscript output?
  6.  
  7. get 'Grab' on a multi-screen system to let you grab from *either* screen,
  8.     if possible...
  9.  
  10. > The Hue remapping control is a wonder. Would it be possible to put xv in
  11. > a mode so that saturation and value changes only apply for colors in the
  12. > `From' dial? This would surely make xv more powerful in making the sky more
  13. > blue and lipstick more red.  ('global' checkboxes next to the two controls)
  14.  
  15. Randomize function shouldn't be *so* random.  Maybe just randomly swap r,g,b
  16.     colormap components, flip their signs, etc. ???
  17.  
  18. run the 'smooth24' algorithm whenever saving to a 24-bit format?
  19.  
  20. be able to select 'ncols' values with a dial (while the program is running).
  21.     Useful for folks trying to generate reduced color images.
  22.  
  23. try to get '-wait' option to *display* an image at the specified interval, 
  24. rather than 'load' an image at the specified interval.
  25.  
  26. ----
  27. From: dan@mordor.webo.dg.com (Dan Zehme)
  28.  
  29. "Auto Crop Plus"  Many images have a border containing text or simple
  30. bitmap images.  These images can be cropped by a simple algorithm:
  31. crop in one line as long as the number of colors on the current line do not
  32. exceed n and all colors on that line are a superset of previous lines.
  33. Do this for the top, bottom, left, and right.  I usually calculate n
  34. as a percentage of the used colors.
  35.  
  36. "Image Correction" Lets say that you have some text or an error
  37. overlayed on an image.   Select a cropping rectangle.  Select "Image
  38. Correction".  Up pops a grid of colors (like the upper left hand
  39. corner of the color window).  Select the color that you would like to
  40. eliminate.  Then eliminate the color in the cropping rectangle by
  41. calculating a replacement color based on the pixels around it on a
  42. percentage basis.
  43. ----
  44.  
  45. '-maxcontrast' option and resource
  46.  
  47. 'real' colormap undo/redo controls.  (Hook into main coloreditor undo/redo
  48.     controls.  Keep 'revert', though)
  49.  
  50. -viewonly option
  51.  
  52. cut vs. selection issues
  53.  
  54. get xv to work 'correctly' under tvtwm (or other virtual WMs?)
  55.  
  56. track down the HP 'purple' problem
  57.  
  58. split the PS docs up into a couple files (for folks with printers with limited
  59. memory) ???
  60.  
  61. One question re usage:  can I place the "xv" window on one
  62. "screen" (smaller, color) and the controls on another (large, grey-scale)?
  63. I looked/read the docs, but couldn't figure out if this was possible.
  64.  
  65. one thing that I would love to see added to xv is a bitmap path feature.
  66. This would be perhaps a resource that one could set or a file one would
  67. set up so that xv would search for simple file names.
  68.  
  69. Let folks load multiple files into the control list simultaneously.  (A 
  70. 'Load All' button in the load window?)
  71.  
  72. Histograms (possibly toggle switches for all four graph windows?)  Possibly 
  73. it's own window...  (See message from Jon Brinkmann describing ideas.)
  74.