Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. About C programming

About C programming

Scheduled Pinned Locked Moved The Lounge
helptutorialquestion
16 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S 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

    C Offline
    C Offline
    Christian Graus
    wrote on last edited by
    #6

    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++

    1 Reply Last reply
    0
    • S 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

      _ Offline
      _ Offline
      _Magnus_
      wrote on last edited by
      #7
      void main()
      {
         system("Photoshop.exe");
      }
      

      /Magnus


      - I don't necessarily agree with everything I say

      D 1 Reply Last reply
      0
      • S 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

        M Offline
        M Offline
        megaadam
        wrote on last edited by
        #8

        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. _____________________________________

        1 Reply Last reply
        0
        • M Maxwell Chen

          SYS86 wrote:

          to write a C library routine

          I suggest you to move this question into Visual C++ forum [^].


          Maxwell Chen

          T Offline
          T Offline
          Tarakeshwar Reddy
          wrote on last edited by
          #9

          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.

          1 Reply Last reply
          0
          • M Maxwell Chen

            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

            R Offline
            R Offline
            Ryan Binns
            wrote on last edited by
            #10

            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"

            M 1 Reply Last reply
            0
            • R Ryan Binns

              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"

              M Offline
              M Offline
              Maxwell Chen
              wrote on last edited by
              #11

              Ryan Binns wrote:

              It is on the new post page...

              Oh! Sure there is! I must be blind ... ;P


              Maxwell Chen

              R 1 Reply Last reply
              0
              • M Maxwell Chen

                Ryan Binns wrote:

                It is on the new post page...

                Oh! Sure there is! I must be blind ... ;P


                Maxwell Chen

                R Offline
                R Offline
                Ryan Binns
                wrote on last edited by
                #12

                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"

                M 1 Reply Last reply
                0
                • R Ryan Binns

                  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"

                  M Offline
                  M Offline
                  Maxwell Chen
                  wrote on last edited by
                  #13

                  Ryan Binns wrote:

                  Perhaps you just need glasses

                  :-D


                  Maxwell Chen

                  1 Reply Last reply
                  0
                  • R Rob Manderson

                    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/[^]

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #14

                    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

                    1 Reply Last reply
                    0
                    • S 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

                      O Offline
                      O Offline
                      Olli
                      wrote on last edited by
                      #15

                      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|

                      1 Reply Last reply
                      0
                      • _ _Magnus_
                        void main()
                        {
                           system("Photoshop.exe");
                        }
                        

                        /Magnus


                        - I don't necessarily agree with everything I say

                        D Offline
                        D Offline
                        DavidNohejl
                        wrote on last edited by
                        #16

                        _Magnus_ wrote:

                        void main()

                        :P Never forget: "Stay kul and happy" (I.A.)
                        David's thoughts / dnhsoftware.org / MyHTMLTidy

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups