ReadMe.txt
上传用户:dfwb928
上传日期:2013-04-20
资源大小:228k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. Program: ED256
  2. Author: James Matthews
  3. Date: 19/10/2000
  4. Version: 2.1
  5. ===============================
  6.        V e r s i o n s
  7. ===============================
  8. v2.1 (19th October, 2000)
  9. - Will only draw the edges adjacent to the real picture if it fits.
  10. - Added prototyping detection. See http://www.generation5.org/vision.shtml
  11. - Flicker-free drawing.
  12. - Wait cursor during long operations, and status bar explanations.
  13. v2.0 (17th January, 2000)
  14. - Added the filter dialog.
  15. - Much better edge detection, using Laplacian Approximation
  16. - Edges drawn to the side of the picture.
  17. - Edges now saved to bitmap, won't disappear on redraw.
  18. v1.0
  19. - First public release.
  20. ===============================
  21.  B u g s   a n d   Q u i r k s
  22. ===============================
  23. v2.1
  24. - The Windows GDI is TOO SLOW! I need a better way than GetPixel to 
  25.   get the colour information. If anyone has a quick routine that gives me
  26.   a RGB value for any colour-depth bitmap...I'd REALLY appreciate it.