ncomps = colorMap->getNumPixelComps();
bits = colorMap->getBits();
}
-
+
if(maskStr) {
int x,y;
unsigned char buf[8];
}
delete imgMaskStr;
}
+ maskStr->close();
}
-
+
imgStr = new ImageStream(str, width, ncomps,bits);
imgStr->reset();
state->transform(1, 0, &x3, &y3); x3 += user_movex; y3 += user_movey;
state->transform(1, 1, &x4, &y4); x4 += user_movex; y4 += user_movey;
+
if(!pbminfo && !(str->getKind()==strDCT)) {
if(!type3active) {
msg("<notice> file contains pbm pictures %s",mask?"(masked)":"");