2D Digital

Mr. Fowler

rfowler@lfanet.org

2D Digital Imaging is an introduction to the tools and techniques used in digital image making, including digital photography and graphic design.  Students will gain an understanding of how digital cameras and digital scanners function, and how they render images on the computer and prepare them for output. 

Throughout the semester students will learn basic methods in digital imaging using several software programs while working on projects to learn how to create, manipulate, and output any digital media.  Through in class projects, reading assignments, and class lectures, students will gain an understanding of the concepts and procedures used in digital imaging. While approaching the subject primarily from an art and design perspective, students will also study concepts concerning the common use of digital images, file maintenance, and the storing and preservation of digital files.

 

Digital Imaging Google Group

Homework, etc.

 

 

 

Basics of Design

 

 


 

Reference Handouts

 

Photoshop Workspace Tutorial

How Photoshop Sees Color

Commonly Used Keystrokes

Reveal Mask

Extract Tool

Powerpoint of Digital Photographers/Artists (ppt)

 

 

 

 

Reference Links

Notcot

Grain Edit

Boooom

JPG Mag

Thinkforaliving

Metacool

 

 

 

 

 

 

 

File Sizes

The earliest computers could only send 8 bits at a time, it was only natural to start writing code in sets of 8 bits. This came to be called a byte.

It's essentially arbitrary, however 8 bits was initially a good fit since it was able to easily fit all letters, upper and lower case, plus all punctuation and numerals. A Byte is no longer a hard boundary, however. There are many protocols that use individual bits, or groups of 4 bits, or any number really. Modern processors also use 32-bit "words" and 64-bit "words".

For every 1024 bytes, that makes one kilobyte. For simplicity we are going to round to 1000 so that we can do the math in our heads.

Each unit changes names when you get to 1000 of that unit. The basic unit is a byte. If you have 1000 bytes, you can then call it 1 kilobyte. If you have 1000 kilobytes, you can then call it 1 megabyte. The same happens when you go up from megabytes to gigabytes.

Each chart below shows equivalent amounts. Note that the decimal place moves three places either to the right or left.

 

Rebellion by Arcard Fire -  5:10 length -  4,841 KB (4.8MB)

Photo of Pimrapee - 4.8 in x 7.2 in @ 72 ppi - 8 bit RGB JPEG - 171 KB

 


Bit Depth (pixel depth) 

Colorspace

 

 

Bit is short for binary digit, the smallest unit of information in the digital world. A single bit can hold only one of two values: 0 or 1. (On or Off)

A bit-mapped image is made up of dots. A dot is a single point, the smallest identifiable part of an image. Image files are often described by the number of bits used to represent each dot or pixel.

Bit depth -- also called pixel depth or color depth -- measures how much color information is available to display or print each pixel in an image. Greater bit depth (more bits of information per pixel) means more available colors and more accurate color representation in the digital image.

A 1-bit image is monochrome, each dot is either on or off; hence the image is only rendered in black and white, with no shades of gray.

An actual 8-bit image supports 256 grayscales or 256 colors (think very, very old monitors, old graphics apps and web-safe colors) This would be a black and white image with 256 shades of gray. This could also be an indexed color image with only 256 colors, like the GIF format.

We often call an RGB image 8-bit. Actually it is 8-bits per color channel (8x3). This is also referred to as a 24-bit image. In this image each dot or pixel is represented by 24 bits. Using 24 bits means that more than 16 million unique colors can be represented. Since humans can only distinguish a few million colors, this is more than enough to accurately represent a color image.

A 16-bit per channel image actually has 48 bits (16x3) of color information in each pixel. A 48 bit image is capable of billions of colors. This can be valuable when your are editing in Photoshop if you begin with a high bit depth file.

source: www.alouwebdesign.ca/toolkit/

 

 

Other digital imaging old