home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / hardware / 21841 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.7 KB

  1. Path: sparky!uunet!cbmvax!spence
  2. From: spence@cbmvax.commodore.com (Spencer Shanson)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Super72 images
  5. Message-ID: <38069@cbmvax.commodore.com>
  6. Date: 19 Dec 92 04:54:04 GMT
  7. Organization: Commodore, West Chester, PA
  8. Lines: 47
  9.  
  10. In article <1992Dec13.223905.10671@crash> rtillery@crash.cts.com (Rick Tillery) writes:
  11. >I've got lots of GIFs and JPEGs in 800x600 (or that will fit on that size
  12. >screen but not on 640x480) and there seems to be no view that will support
  13. >that screen type.  I've converted them to 256 color or HAM8 IFFs and tried
  14. >Multiview, and tried to use ViewTek 1.3 with no success.  All I get is a
  15. >"normal" screen I have to scroll around in.  Even ADPro won't open a screen
  16. >of that type.  What gives?
  17.  
  18. I'm afraid this a case of having to wait for the software to play catchup with
  19. the features of 3.0 and AA. Hopefully, more new software will start using the
  20. 2.1 asl screenmode.requester (an/or the 3.0 graphics BestModeID() function). In
  21. the meanwhilst, you will need to do the same as me, which is to zap the file
  22. itself. If you use 'newzap' (or an equivalent), look in the IFF file for the
  23. 'CAMG' chunk. This is followed by 4 bytes, which shows the size of the CAMG
  24. chunk (should be 4), followed by 4 bytes which are the graphics ModeID of the
  25. image. Use newzap to change the ModeID to 0x89024 for Super72, or 0x89824 for
  26. Super72 HAM.
  27.  
  28. For example, if the hex-dump of your HAM image looks something like:
  29.  
  30. 0000: 464F524D 00056526 494C424D 424D4844    FORM..e&ILBMBMHD     
  31. 0010: 00000014 02E00240 00000000 08000100    ......@........     
  32. 0020: 00000A0B 02E00250 414E4E4F 00000048    ......PANNO...H     
  33. 0030: 24564552 3A205772 69747465 6E206279    $VER: Written by     
  34. 0040: 20415344 47277320 41727420 44657061     ASDG's Art Depa     
  35. 0050: 72746D65 6E742050 726F6665 7373696F    rtment Professio     
  36. 0060: 6E616C20 49464633 2E302E30 20283037    nal IFF3.0.0 (07     
  37. 0070: 2E33302E 39322900 44504920 00000004    .30.92).DPI ....     
  38. 0080: 0110012C 43414D47 00000004 00000804    ...,CAMG........     
  39.                                  ~~~~~~~~    
  40. 0090: 434D4150 000000C0 040C020F 1C080F1D    CMAP...........     
  41. 00A0: 1A1B2915 0A1D2D29 2C141A2C 2C29341D    ..)...-),..,,)4.     
  42. 00B0: 152E3E1F 323B2637 3F3A3F22 1737572C    ..>.2;&7?:?".7W,
  43.  
  44. then change the marked bytes from 00000804 to 00089824.
  45.  
  46. >
  47. >Rick Tillery
  48.  
  49.  
  50. -- 
  51. ---------------------------------------------------------------------------
  52. Spencer Shanson - Amiga Software Engineer     | email: spence@commodore.COM
  53.                                               | or uunet!cbmvax!spence
  54. All opinions expressed are my own, and do not | Bix: sshanson
  55. (necessarily) represent those of Commodore.   | Weebles Wobble, but
  56.                                               | they don't fall down.
  57.