aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-25 05:19:08 +0000
committercorvid <devnull@localhost>2014-12-25 05:19:08 +0000
commit3ddaaec42fcce80fec87482ca52295f424085ddc (patch)
treed3e964d3f414903dd8666757edd2af8c49f317ff /src
parentc3437f496d24fe8c2ad674c83ade927cbdc075c4 (diff)
quiet MSG
Diffstat (limited to 'src')
-rw-r--r--src/jpeg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 5652aa56..c6ee472c 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -273,9 +273,8 @@ static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize)
} else if (jpeg->cinfo.num_components == 3) {
type = DILLO_IMG_TYPE_RGB;
} else {
- MSG("4-component JPEG!\n");
if (jpeg->cinfo.jpeg_color_space == JCS_YCCK)
- MSG("YCCK. Are the colors wrong?\n");
+ MSG("YCCK JPEG. Are the colors wrong?\n");
if (!jpeg->cinfo.saw_Adobe_marker)
MSG("No adobe marker! Is the image shown in reverse video?\n");
type = DILLO_IMG_TYPE_CMYK_INV;