Home‎ > ‎

Digital Magic

Digital Magic - Modifying Images - Pixel by Pixel
Here we are going to learn how to modify photos, remove people, add backgrounds,add people and all sorts of other digital magic. Pixel by Pixel


Using LiveCode

    1. Background Information - Learning about Digital Images
        1.1  Introduction - Pixels, RGB, Colors Intro 
        1.2  RGB Explorer - Working the Primary light colors - Red, Green, Blue  - RGB
        1.3  Digital Images (BYU) - Media File Formats (BYU)

    2. Changing Pixels - 
        2.1  Pixels - Accessing each pixel, and each pixel's color (red, green, blue)
        2.2  Colors - Changing colors in a photograph
        2.3  Puzzles - hiding pictures, messages in photos 
        2.4  B&W and Gray - converting color to black and white and gray photos
        2.5  Replacing backgrounds - working with 2 images, replacing backgrounds
        2.6  Adding/removing elements - adding/removing people

    3. Projects - 
        3.1  My Project - Modify a photo of your own

    4. Misc. - 
        4.1  LiveCode Lesson - Digital image processing
        4.2  Face Recognition - short example




Using Python/Java

    1. Using Python/JAVA - Learning about Digital Images
        1.1  Digital Images - from Stanford Univ. - CS 101 - Intro to Computing course