That was just a bit of debugging I left in by accident. You had added that, and I was trying to narrow down differences, but the setCSizeByFormat() code is probably not related to the halftone problem on OSX. You can put the setCsizeByFormat back in.
I don't recall what the 'buggy' comment was about. Which code was it related to?
cgc
On May 9, 2004, at 2:35 PM, IOhannes m zmoelnig wrote:
diff -C2 -d -r1.13 -r1.14 *** pix_halftone.cpp 7 May 2004 17:37:56 -0000 1.13 --- pix_halftone.cpp 9 May 2004 07:03:36 -0000 1.14
*** 243,247 ****
myImage.setCsizeByFormat(image.format);
--- 243,250 ----
myImage.csize = image.csize;
myImage.format = image.format;
myImage.type = image.type;
- // myImage.setCsizeByFormat(image.format);
is there any reason to not use the setCsizeByFormat()-function (apart from its crazy name ?)
it should guarantee the consistency between csize, format and type of the image.
in another cvs-commit by you i noted that you added a comment like "this could be buggy". does this mean anything specific ?
mfg.a.sdr IOhannes