home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / softsys / khoros / 2933 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!mimbres.cs.unm.edu!pprg.unm.edu!daemon
  2. From: Peter.Averkamp@e20.physik.tu-muenchen.de (Peter Averkamp)
  3. Newsgroups: comp.soft-sys.khoros
  4. Subject: Re: Edit Image
  5. Message-ID: <41751@pprg.eece.unm.edu.pprg.unm.edu>
  6. Date: 20 Nov 92 10:49:16 GMT
  7. Sender: news@pprg.unm.edu
  8. Lines: 35
  9.  
  10. > I was having trouble with different aspects of Edit Image.
  11. > I wanted to know how to create drawings of various sizes(not the
  12. > default size) and save them . Strangely it was'nt saving them.
  13.  
  14. To create drawings of various sizes, use vgconst to create a background
  15. of whichever size you want to have and use it as input to editimage.
  16. To save your annotation drawings as a viff image, you must combine
  17. them with the background image by clicking on 'COMBINE ANNOTATIONS'
  18. under the 'IMAGE UTILITIES'-menu.
  19.  
  20. > Also another problem I had was in the ROI operations in Edit image.
  21. > If I use the option of choosing the ROI by using cross hairs it doesnt work.
  22. > Sometimes the cross hairs disappear when you move around the image.
  23.  
  24. This seems to be a general problem with the algorithm for the roi bar 
  25. colors. Currently the displayed roi bars simply have the inverted colours
  26. of the image as it displays AT THE MOMENT OF ACTIVATING THE ROI. This
  27. means that depending on your screen configuration, they might not at all
  28. have meaningful colours when you enter the image with the mouse. You
  29. can change this behaviour by hacking the routine 
  30. $KHOROS_HOME/src/xvroutines/Lib/xvdisplay/roi.c around line 344.
  31.  
  32. (Hey Mark, do you read this? Sounds like the first drawing of the bars 
  33. should be changed to occur on enter_notify of the raster image, right?)
  34.  
  35. Hope this helps,
  36.  
  37. \Peter
  38.  
  39.  
  40. Peter Averkamp,                      | email:
  41. Physics Department E20               | petav@e20.physik.tu-muenchen.de
  42. Techn. Univ. of Munich               | Phone: ++49 (89) 3209-2408 and -2814
  43. D-8046 Garching, Germany             | Fax:   ++49 (89) 3209-2338
  44.