comparison tools/lib64gfx.c @ 2337:8f4cfe59b2bb

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Sep 2019 11:11:33 +0300
parents 0085ce04788b
children ae938889eafb
comparison
equal deleted inserted replaced
2336:4b96459be0d6 2337:8f4cfe59b2bb
1394 img->extraInfo[D64_EI_MODE]); 1394 img->extraInfo[D64_EI_MODE]);
1395 } 1395 }
1396 } 1396 }
1397 1397
1398 1398
1399 // Convert a generic "C64" format bitmap in DMC64Image struct to 1399 // Convert a C64 format bitmap in DMC64Image struct to
1400 // a indexed/paletted bitmap image. 1400 // a indexed/paletted bitmap image.
1401 int dmC64ConvertGenericBMP2Image(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec) 1401 int dmC64ConvertGenericBMP2Image(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec)
1402 { 1402 {
1403 DMC64GetPixelFunc getPixel; 1403 DMC64GetPixelFunc getPixel;
1404 1404