home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5532 < prev    next >
Encoding:
Text File  |  1996-08-05  |  4.1 KB  |  85 lines

  1. Path: uu4news.netcom.com!genesplicer!209-254-8!joey.mcdonald
  2. From: Joey.McDonald@209-254-8.genesplicer.org (Joey McDonald)
  3. Date: 15 Mar 96 10:50:31 
  4. Newsgroups: comp.sys.amiga.programmer
  5. Subject: DCTVpost 4/5
  6. Message-ID: <3e3_9603160006@genesplicer.org>
  7. Organization: The GeneSplicer
  8.  
  9. CHAPTER 2:
  10. The Future of DCTV display programs.. and a NEW type of display!
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. ⌐ copyright 1996 Joey McDonald
  13.  
  14.  
  15. PROBLEM:
  16. ~~~~~~~
  17. Wouldn't it be nice to be able to scroll around huge 1200x1200 DCTV displays?
  18. The DCTV software does not allow the creation of such large images, and even if
  19. you could create such an image... there is no way to scroll the image due to
  20. the fact that DCTV requires special data on the top and left side of the
  21. display.
  22.  
  23. SOLUTION:
  24. ~~~~~~~~~
  25. I noticed that while using the P.D./Shareware program Rend24 that it is
  26. absolutely possible to create HUGE DCTV displays much larger than the viewable
  27. area (by converting large 24bit/jpeg images to DCTV format).
  28.  
  29. However when you try to load one of these images into a viewer that allows
  30. scrolling, you will encounter problems. When you scroll.. DCTV will not be able
  31. to decode the image data. The reason; DCTV requires the top scanline which
  32. contains special information, as well as the left "zipper" lines (2 vetical
  33. lines on the left side). When that data is moved off screen, the image will not
  34. register with DCTV.
  35.  
  36. While tinkering with a p.d. program called Dswitch (that allows you to do a few
  37. odd things with your DCTV.. such as pass video through, etc.) I noticed that
  38. when you select Dswitch's RGB mode that you can actually scroll from top to
  39. bottom of a LARGE DCTV display with virtually no problems. I am nota programmer
  40. and I'm not sure what the Dswitch program does to allow this (it was not
  41. designed for that purpose). But, when I found this out.. it got me thinking
  42. about HOW it would be possible to scroll a HUGE DCTV image without any
  43. problems.
  44.  
  45. An idea for a new type of DCTV viewer:
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. Create a special viewer program that does the following; Upon loading a DCTV
  48. picture.. the viewer "clips" the top line (magic cookie) and the "zipper" on
  49. the left. The data is HELD in position (sort of like a TOP invisible layer to a
  50. parallax scrolling screen). The actual image is displayed UNDER th HELD lines..
  51. (a 2nd screen) and when you scroll around.. only THAT screen (the 2nd screen)
  52. will scroll, the important information always remains in the same position on
  53. the TOP MOST SCREEN. The top line is absolutely required for top to bottom
  54. (up/down scrolling) and the left zipper lines are requied for sideways
  55. (left/right) scrolling.
  56.  
  57. There may be a much simpler approach to this... but I have at least presented
  58. an idea and a starting place for a NEW type of DCTV display. Imagine the
  59. possibilities of Huge 1200x1200 -SCROLLING- DCTV backdrops! I can see
  60. possibilities for incredible DCTV video titlers with "rolling" backdrops, etc.
  61.  
  62. A utility to create HUGE DCTV displays:
  63. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  64.  
  65. I have already stated that you can create large DCTV images by converting large
  66. 24-bit/jpeg/gif etc. images in a program such as Rend24. BUT, it would be nice
  67. if we had a utility that would allow us to actually combine several DCTV images
  68. into one large super bit-map. For instance.. combining 4 640x00 images would
  69. result in a 1280x400 super bit-map image with a 640x200 scrolling display area.
  70. You could combine as many as you like within the limits of the Amiga display
  71. area (1280x1280 ?). There are many other resolution/screen size options.
  72.  
  73. I know that this will work. I entered DeluxePaint with two DCTV 640x200
  74. displays and stamped them BOTH down on a 640x400 screen. Both images are
  75. displayable as a single scrolling image (the special viewer would be need for
  76. proper display). I did note that a program that combines many DCTV images int a
  77. super bit-map display might need to clip and remove the top line (magic cookie)
  78. from all images below the first (top image). The zipper must always be properly
  79. aligned upon combining images.
  80.  
  81. It would also be nice to have a PAINT program capable of scrolling through a
  82. DCTV super bit-map image.
  83.  
  84. Joey McDonald
  85.