How Do Software Programs Alter Images By Altering The Binary Code That Is Stored For A Pixel? ?

This is about image manipulation so how is removing noise, finding edges and blurring achieved? Please explain in simple terms please!

pixelstats trackingpixel

Popularity: 1% [?]

Related posts:

  1. Is There Any Software For The Mobile To Reduce The Pixel Noise In The Mobile Camera? how can one effectively reduce the pixel noise even...
  2. Does Anyone Know Of Any Good Software For Adding Text Watermarks To Digital Images? I’m looking for cheap (or preferably free) software that will...
  3. Whats The Difference Between The 32 Bit And 64 Bit Windows Vista Home Premium Software? i am looking at building a system for my kids...
  4. Is There A Piece Of Software You Can Buy That Makes Programs Without Any Coding Skills Required? I want to make a program that does simple tasks...
  5. Is There Any Software That Will Break Up Animated Gif Images Into Individual Frames? Is there any software out there (particularly freeware) that will...

Related posts brought to you by Yet Another Related Posts Plugin.

3 Responses to “How Do Software Programs Alter Images By Altering The Binary Code That Is Stored For A Pixel? ?”

  1. John G says:

    All those picture elements have code that describes them: their location and characteristics. So, when you select them with a box or lasso tool, your ruling OUT everything else.
    Applying filters and manipulation simply works by comparing all the pixles in the captured areas either to one another or to a formula that represents what the desired pixels SHOULD look like. Edges, for example, are represented by pixels whose neighbors on side side are very much like them, and neighbors on the other that are very different. Pixels falling within a threshold set by you will be highlighted, selected and changed according to whatever tool or filter you are using.
    Its all about changing the binary code that represents the pixel you want to catch, and what you want it to look like when conceptually simple but a real challenge to do well.

  2. just "JR" says:

    The answer is very complex, and cannot be explained here (we need a book!)
    For each “effect” you want to apply, an image function is used.
    For example, “sobel_edge” is a mathematical function that “finds” the edges of an image, “onion_peel” will remove all pixels that are touching each other (think of removing the skin of an onion!)
    There are thousands of these functions.
    Your best bet is to google for “image manipulation functions”. There are many sites that explain in more details
    Try also “sobel edge detection” (2 millions results in Google!):(http://www.pages.drexel.edu/~weg22/edge.…
    One note of warning: there is a LOT of maths!

  3. Samukeliso H says:

    The binary code is shown in the mega pixel and you must look at it.It will then alter images.

Leave a Reply