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. General Programming
  3. C#
  4. About C programming

About C programming

Scheduled Pinned Locked Moved C#
helptutorialquestion
3 Posts 3 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 Offline
    S Offline
    SYS86
    wrote on last edited by
    #1

    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

    J C 2 Replies 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

      J Offline
      J Offline
      J4amieC
      wrote on last edited by
      #2

      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

      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

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

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

        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