changeset 2335:552146218ace

Comment adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Sep 2019 12:09:06 +0300
parents 0e355702435d
children 4b96459be0d6
files tools/lib64gfx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu Sep 19 11:46:03 2019 +0300
+++ b/tools/lib64gfx.h	Thu Sep 19 12:09:06 2019 +0300
@@ -195,7 +195,7 @@
 typedef struct
 {
     int dither;          // Dither mode (D64_DITH_*)
-    BOOL aspect;         // Correct pixel aspect ratio?
+    BOOL aspect;         // Render using pixel aspectX/aspectY
 
     DMPalette *pal;      // Use this palette
     DMC64Palette *cpal;  // If ^pal == NULL, use this C64 palette
@@ -280,7 +280,7 @@
     int  mode,               // Format mode/type flags, see D64_FMT_*
          width, height,      // Width and height in pixels
          chWidth, chHeight,  // Width and height in charblocks
-         aspectX, aspectY;   // Pixel aspectX/Y
+         aspectX, aspectY;   // Pixel aspectX/Y (x=2 for multicolor, y=1 always)
 
     int  (*convertFrom)(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec);
     int  (*convertTo)(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec);