Nov 1, 2004 #1 H hamid Well-known member Joined Jul 13, 2004 Messages 113 hi, i need some function about image properties. i want resize, rotate, cut, inverse, .... images in vc#.net
hi, i need some function about image properties. i want resize, rotate, cut, inverse, .... images in vc#.net
Nov 9, 2004 #2 M Ming_Lei Active member Joined May 6, 2004 Messages 41 Location Seattle, WA Refer to this url for the same discussion - I just found out: http://www.webmasterworld.com/forum47/1931.htm
Refer to this url for the same discussion - I just found out: http://www.webmasterworld.com/forum47/1931.htm
Nov 15, 2004 #3 M Ming_Lei Active member Joined May 6, 2004 Messages 41 Location Seattle, WA Pointer arithmetic can be used to make these functions. See the following article For discussion: http://www.c-sharpcorner.com/Code/2003/March/ThumbnailImages.asp Also, check out the MSDN articles comparing GetPixel\SetPixel with unsafe Image processing with pointers: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp11152001.asp
Pointer arithmetic can be used to make these functions. See the following article For discussion: http://www.c-sharpcorner.com/Code/2003/March/ThumbnailImages.asp Also, check out the MSDN articles comparing GetPixel\SetPixel with unsafe Image processing with pointers: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp11152001.asp