Jun 24, 2011 #1 LuigiG Programmer Jun 9, 2011 8 IT Hello, I have a bmp file and I need to modify the pixel value accordig of a list with row number, column number, red value, green value, blu value. Any idea how to do it in vfp? Thanks, Luigi
Hello, I have a bmp file and I need to modify the pixel value accordig of a list with row number, column number, red value, green value, blu value. Any idea how to do it in vfp? Thanks, Luigi
Jun 24, 2011 #2 DougHennig Programmer Nov 30, 2006 100 CA Hi Luigi. Take a look at the VFPX GDIPlusX project (http://vfpx.codeplex.com). It has classes for working with BMP files, including changing colors of individual pixels. Doug Upvote 0 Downvote
Hi Luigi. Take a look at the VFPX GDIPlusX project (http://vfpx.codeplex.com). It has classes for working with BMP files, including changing colors of individual pixels. Doug