Fix for error with PNG write at 8bpp or lower
Detail: Outputting a PNG via the desktop frontend at 8bpp or lower would report an 'Undimensioned array' error because the colourindex arrays were missing. Temporarily create these during the save operation.