Closed GoogleCodeExporter closed 8 years ago
This may also affect AForge.Imaging.Image.Convert16bppTo8bpp()
Original comment by yvan.rod...@gmail.com
on 20 Jun 2011 at 2:19
Original comment by andrew.k...@gmail.com
on 20 Jun 2011 at 2:43
Original comment by andrew.k...@gmail.com
on 20 Jun 2011 at 2:43
Avoiding casting of IntPtr.ToPointer() to (int), which causes issues on 64 bit
systems. Instead of it is casted to (byte*).
Committed in revision 1530. Will be released in version 2.2.0.
Original comment by andrew.k...@gmail.com
on 21 Jun 2011 at 9:05
Original comment by andrew.k...@gmail.com
on 28 Jul 2011 at 9:49
Original comment by andrew.k...@gmail.com
on 10 Aug 2011 at 9:38
Original issue reported on code.google.com by
yvan.rod...@gmail.com
on 20 Jun 2011 at 2:01