• Anton Khirnov's avatar
    yop: initialize palette to 0 · 39a9fdd0
    Anton Khirnov authored
    The FATE sample contains some pixels with value 0, but the palette
    stored in the file contains only values from 16 up. Because the default
    and cmdutils get_buffer() initialize the data to 0x80, they appear as
    gray dots.
    After this commit they change to black dots, which is probably still
    incorrect but less visible and doesn't rely on get_buffer() initializing
    the data.
    39a9fdd0