diff -r1.1.1.1 imf.c 784,789d783 < img2->pixelsize = img->pixelsize; < img2->palette = img->palette; < img2->rawpalette = img->rawpalette; < img2->numcolors = img->numcolors; < /* Mark the image as having been computed rather than read in. */ < img2->synthetic = TRUE; 799a794,799 > img2->pixelsize = img->pixelsize; > img2->palette = img->palette; > img2->rawpalette = img->rawpalette; > img2->numcolors = img->numcolors; > /* Mark the image as having been computed rather than read in. */ > img2->synthetic = TRUE; 891,895d890 < img2->pixelsize = img->pixelsize; < img2->palette = img->palette; < img2->rawpalette = img->rawpalette; < img2->numcolors = img->numcolors; < img2->synthetic = TRUE; 905a901,905 > img2->pixelsize = img->pixelsize; > img2->palette = img->palette; > img2->rawpalette = img->rawpalette; > img2->numcolors = img->numcolors; > img2->synthetic = TRUE;