xiaohongwu / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Apply filters to raw image in unmanaged memory #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At this point most AForge.Imaging filters support filtering on Bitmap or 
BitmapData. It would be nice to extend the library to support raw images 
in unmanaged memory. This will give possibility to do more optimized image 
processing in some cases and potentially may give compatibility with some 
other libraries (Paint.NET ?).

Original issue reported on code.google.com by andrew.k...@gmail.com on 12 Nov 2007 at 5:07

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 7 Jan 2008 at 1:24

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 31 Aug 2008 at 9:10

GoogleCodeExporter commented 8 years ago
This would be really really nice. I have done this for the filters I used for 
my own 
project. Will document them and send to you if you like.

Original comment by ross.g.m...@gmail.com on 17 Oct 2008 at 6:45

GoogleCodeExporter commented 8 years ago
The support for unmanaged images was introduced by base image processing 
classes and 
was implemented in all routines.

Will become available in 2.0 version.

Original comment by andrew.k...@gmail.com on 20 Mar 2009 at 1:51

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 22 Jul 2009 at 3:51