About C programming
-
Can anyone tell me: How to write a C library routine that will invert the pixels in an image,horizontally or vertically flip an image ,use a kernel to edge detect an image and emboss an image? May be need all your help to solve my program. Hence give the source code for this program. From: SYS86
-
Can anyone tell me: How to write a C library routine that will invert the pixels in an image,horizontally or vertically flip an image ,use a kernel to edge detect an image and emboss an image? May be need all your help to solve my program. Hence give the source code for this program. From: SYS86
Here you go[^] 1,2 & 3 will help you get an answer to your question. Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour
-
Can anyone tell me: How to write a C library routine that will invert the pixels in an image,horizontally or vertically flip an image ,use a kernel to edge detect an image and emboss an image? May be need all your help to solve my program. Hence give the source code for this program. From: SYS86
SYS86 wrote:
Hence give the source code for this program.
Wow, you're really lost, aren't you ? :P There are three programming languages you may be talking about here. 1/ C. That's what you said 2/ C++ - I guess it's possible 3/ C# - seeing as you asked in the C# forum. If it's 3, then C is a different language, you need to say C#. As I said elsewhere, this is too complex a task for anyone to just write the source code in response to a forum question. However, my series of articles on image processing covers all of this ( in C# ), so just search for "graus image" in the site ( actually, google would probably do it as well ) and you may well find all you need. Unless you meant C. Then, ask in the C++ forum, as C++ is a superset of C, it's as close as we've got. And for C or C++, BitBlt will invert with SRCINVERT, and will flip if you give it negative co-ordinates in the direction you want to flip. Christian Graus - Microsoft MVP - C++