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
Some tips: 1) Post in the appropriate forum (this is the lounge, and there a big red sentence that said: "Do not post programming questions in the lounge") 2) Ask specific questions, don't ask people to do the job for you 3) Start by yourself, and when you get stuck, ask a question
-
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:
to write a C library routine
I suggest you to move this question into Visual C++ forum [^].
Maxwell Chen
-
Some tips: 1) Post in the appropriate forum (this is the lounge, and there a big red sentence that said: "Do not post programming questions in the lounge") 2) Ask specific questions, don't ask people to do the job for you 3) Start by yourself, and when you get stuck, ask a question
Cedric Moonen wrote:
there a big red sentence that said: "Do not post programming questions in the lounge"
It is not in big red but just small black.
Maxwell Chen
-
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
Apart from the fact that this is the wrong forum, BitBlt will do the first three operations, and the other two would be done with a convolution filter, on a DIBSection. Now, unless there's ready made code out there somewhere ( and if there is, google will find it for you ), that last part is too big an ask to expect someone to reply in more detail than I have just now. You're stuck with C ? I assume you're programming Windows ? Wow..... Christian Graus - Microsoft MVP - C++
-
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
Send you the source code? Why? What if we do the whole job. Then we can send you the executable. Really man, You DO NOT post programming questions in the lounge, and asking someone to write a program for you is pretty rude. And you didnt eve say please. But there is a neat tool called gimp (from GNU). That should do all this. _____________________________________
-
SYS86 wrote:
to write a C library routine
I suggest you to move this question into Visual C++ forum [^].
Maxwell Chen
posted in the c# forum also :doh: :sigh: hmm, should have tried to post in VC++ forum atleast Tarakeshwar A conclusion is the place where you got tired of thinking.
-
Cedric Moonen wrote:
there a big red sentence that said: "Do not post programming questions in the lounge"
It is not in big red but just small black.
Maxwell Chen
Maxwell Chen wrote:
It is not in big red
It is on the new post page...
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Maxwell Chen wrote:
It is not in big red
It is on the new post page...
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
Ryan Binns wrote:
It is on the new post page...
Oh! Sure there is! I must be blind ... ;P
Maxwell Chen
-
Ryan Binns wrote:
It is on the new post page...
Oh! Sure there is! I must be blind ... ;P
Maxwell Chen
Maxwell Chen wrote:
I must be blind
Not necessarily. Perhaps you just need glasses :rolleyes:
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Maxwell Chen wrote:
I must be blind
Not necessarily. Perhaps you just need glasses :rolleyes:
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
Ryan Binns wrote:
Perhaps you just need glasses
:-D
Maxwell Chen
-
Why don't we cut out the middle man and just each and every one of we almost 3 million members each send you a dollar? Rob Manderson I'm working on a version for Visual Lisp++ My blog http://blogs.wdevs.com/ultramaroon/[^]
Rob Manderson wrote:
Why don't we cut out the middle man and just each and every one of we almost 3 million members each send you a dollar?
Fuck him, send it to me. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
-
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:
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?
It's simple. Just learn it!
Olli "Ooooooh, they have the internet on computers now!"
Homer Simpson
:beer: + :java: = NULL :=> X| -
void main() { system("Photoshop.exe"); }
/Magnus
- I don't necessarily agree with everything I say
_Magnus_ wrote:
void main()
:P Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy