Index: PCLPainter.java
===================================================================
--- PCLPainter.java	(revision 54106)
+++ PCLPainter.java	(working copy)
@@ -156,6 +156,13 @@
 
     /** {@inheritDoc} */
     public void drawImage(String uri, Rectangle rect) throws IFException {
+		try {
+			if (getDocumentHandler().getPCLUtil().isColorEnabled()) {
+				gen.selectColor(new Color(0, 0, 0));
+			}
+		} catch (IOException ioe) {
+			throw new IFException("I/O error in drawImage()", ioe);
+		}
         drawImageUsingURI(uri, rect);
     }
 
