|
|
Working with Digital ImagesOptions for doing things with digital image files
• We can manipulate the part of the file that determines the arrangement of the pixels • We can manipulate the values of the pixels themselves • Change the arrangement and values of the pixels • Leave the pixel positions the same but change their value based on their position • Leave the pixel positions the same but change their values based on the values of nearby pixels testing 1 2 3 4 5 6 7 8 |
|