Index: trunk/psLib/src/imageops/psImageBackground.c
===================================================================
--- trunk/psLib/src/imageops/psImageBackground.c	(revision 27068)
+++ trunk/psLib/src/imageops/psImageBackground.c	(revision 27069)
@@ -49,5 +49,5 @@
     psImageInit(bad, 0);
 
-    int Npixels;                        // Total number of pixels
+    int Npixels = 0;                    // Total number of pixels
     for (int y = 0; y < ny; y++) {
         for (int x = 0; x < nx; x++) {
