Closed GoogleCodeExporter closed 9 years ago
The error is throw in line
target.copyPixelsFromBuffer(grayImage.getByteBuffer());
Original comment by drrom...@gmail.com
on 24 Jun 2011 at 10:12
Bitmap target = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
target.copyPixelsFromBuffer(grayImage.getByteBuffer());
target is bigger than grayImage, so that error is perfectly normal... Anything
else to report or can we close this issue?
Original comment by samuel.a...@gmail.com
on 24 Jun 2011 at 10:18
Ok. Sorry for the error. You can close
Original comment by drrom...@gmail.com
on 27 Jun 2011 at 6:00
Ok, but about making Bitmap <-> IplImage interaction easier, you can refer to
issue #67 for any future progress in this direction
Original comment by samuel.a...@gmail.com
on 29 Jun 2011 at 4:06
Original issue reported on code.google.com by
drrom...@gmail.com
on 24 Jun 2011 at 10:11