[comp.sys.amiga] iff2sun update

thompson@savax.UUCP (thompson mark) (11/28/88)

    Ladies and Gents,

        To those who mailed thanks for iff2sun - your welcome. I have one
    bug report from Mark Thompson (who helped me write and debug this pig)
    that rasterfiles larger than 500 scanlines produced no output. Or at
    least no output that was useful. The fix is simple. Find the line at
    the start of the file that defines the scanline array. Like so:

        unsigned char scanline[500][6][128] /* vert, planes, width .... */

        Change the 500 to whatever depth you feel will make you happy. I
    changed mine to 1024 to match the limits of Intuition. For those of
    you courious enough to ask, multiply the width by 8 to get the correct
    number of (possible) horizontal pixels.

        As a side note Mark will be modifying the program to put in color
    table information to allow us to display pics on a color tube. Stay
    tuned.

    While I have your attention - lets give a standing 'O' for Bob Page!


--
------                                                                  -----
|   The Above Drivel brought to you by an Amiga 2000 running UUPC           |
|                                                                           |
|                              `I am not here for your cold roast chicken,  |
|   raster!mistress!berry       I am here for your love.'                   |
|   also ...alliant!berry       - Vanna White in "The Goddess of Love"      |
------                                                                  -----