I'm original poster - slight correction:

  WRONG:      image.setRGB(0, 0, width, height, imgPix, 0, width);

  CORRECT:    bufiOut.setRGB(0, 0, width, height, imgPix, 0, width);

--BobC



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to