Closed GoogleCodeExporter closed 8 years ago
Since all of the high resolution pixels were present in the cropped image, I
was
able to work around this problem by just setting the image resolution back to
600
DPI:
bmpImage.SetResolution(600.0f, 600.0f);
Normally, this wouldn't have been a problem for most people, but another piece
of
software I was using would throw an exception if the image resolution was not
set
correctly.
Original comment by hi_m...@hotmail.com
on 14 Dec 2008 at 2:02
Since IPLab uses one of the newer releases of AForge.NET framework, the issue
should be more or less resolved. Most filters of the AForge.NET framework which
accept Bitmap as argument should provide result Bitmap with same DPI.
Original comment by andrew.k...@gmail.com
on 26 Mar 2012 at 8:17
Original comment by andrew.k...@gmail.com
on 26 Mar 2012 at 8:48
Original issue reported on code.google.com by
hi_m...@hotmail.com
on 8 May 2008 at 5:37