Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
1,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.27 KB | None | 0 0
  1. Pixels
  2. Digital images are made up of individual pixels, or dots. A pixel, short for picture element, is a tiny, rectangular piece of an image. Rows and columns of various colors and shades of pixels come together to create an image. Look at the small, blue circle on the left below. Notice that when you’re zoomed out, you can’t see the different shades of blue. It all looks like the same color blue. But when you zoom in, you can see the individual pixels that create the circle, and you notice that not all the pixels are the same shade of blue. In order to create a smooth edge to the circle, pixels in multiple shades of blue are used.
  3.  
  4. Button zoomed to show individual pixels.
  5. Pixels are used to determine image size. When you have a printed photograph, you typically measure it in inches. You can have a 3½x5, 4x6, or 8x10 photograph. Digital images are measured a little differently. They are measured in inches as well, but they are also measured in pixels. With digital images, image size is the number of pixels across by the number of pixels down and the number of inches wide by the number of inches in height. You have to have both measurements or you won’t know exactly how large the image is. For example, if you count the pixels in the blue circle above, you see that it’s nine pixels across and nine pixels down. Therefore, the size of the image is 9x9. If both blue circles above are 9x9, why is one so much bigger than the other? The blue circle on the left is smaller in inches, so it appears visually smaller. The closer together pixels are to each other, the clearer the image.
  6.  
  7. You might be wondering why the number of pixels matter if that measurement doesn’t determine visual image size. If you compare the two images above, you can see that the smaller circle is much clearer than the larger circle even though they contain the same number of pixels. That’s because the number of pixels per inch, or ppi, is higher in the circle on the left. Pixels per inch are often called dpi (dots per inch) in image-editing programs. Resolution is the level of detail an image contains. The most common way to measure resolution is as pixel count. The more pixels per inch in an image, the higher the resolution is. The fewer pixels per inch in an image, the lower the resolution is. On the Web, the recommended resolution is 72 dpi. This resolution allows images to be clear, but small enough to load in a reasonable amount of time.
  8.  
  9. Pixels
  10. Up to this point in this lesson, we’ve been discussing what are called raster, or bitmap images. Raster images are images built with pixels. Photographs and many graphics (especially those that contain gradation, or shading) are raster images. Vector images, on the other hand, are images made up of geometric lines and shapes that are saved as mathematical equations. Vector images result in sharper images. Since vector images are created using a mathematical equation, they are scalable, meaning they can be stretched to any size remain clear. When you zoom in on a vector image, you don’t see any individual pixels, or dots. On the other hand, when a raster image is increased in size, the edges of the image are pixilated, or jagged. Vector images are used for many graphic illustrations.
  11.  
  12. Sample P displayed in raster and vector image.
  13. Which one is better: vector or raster? It depends on what type of image you're working with. It's important to understand both of these image types so you can choose which is best for each situation. As stated above, raster images are often used for photographs. The sharp quality of vector images doesn't allow them to create the detail necessary for a photograph. On the other hand, some graphics require the level of detail that only vector images can offer.
  14.  
  15. Thumbnails
  16. The main thing to keep in mind when working with images on the Web is size. If images are too big, it will take a long time to download them. Imagine if you visited a Web page and the images didn’t load within several seconds. You’d probably lose patience and find the information you’re looking for on another site.
  17.  
  18. Load time is especially a problem when a Web page has a multitude of images. In such cases, thumbnails should be used. A thumbnail is a small, low resolution version of an image that is often linked to the full-sized image. People who have photo albums online often use thumbnails. The key to this definition is "low resolution." If you provide a smaller version of an image that’s the same resolution, you’re not really saving any space or load time. Thumbnails make it easier to quickly scan through several images.
  19.  
  20. Rollovers
  21. Have you ever been to a Web site in which the menu buttons change when you roll over them with your mouse? This type of feature serves as a helpful visual cue to users, letting them know that the button is a link. A rollover is an image displayed on the Web that calls for an action when the user’s mouse is moved onto the image. Rollovers can have four different states: up, over, down, and hit.
  22.  
  23. Home button in various stages.
  24. The up state is what the image looks like when the mouse is not hovering over it. The over state is what the image looks like when the mouse is hovering over it. The down state is what the image looks like when the mouse is clicked on the image. And the hit state is what the image looks like after the image has been clicked.
  25.  
  26.  
  27. Online experiences are mainly visual. So a significant part of a user’s online experience is offered through images such as graphics and photographs. Therefore, Web developers must know the factors to think about when using graphics and photographs online. Developers must consider the types and sizes of images that can be used on the Web. Why does it matter what file type you use?
  28.  
  29. Some image formats, or file types, are larger in file size than others. File size is the main factor in download time. Smaller file sizes download more quickly than larger file sizes. Also, some image formats display certain types of images more clearly than others. As a Web designer, you must understand the differences between these image formats. It will help you make smart decisions about which formats to use in different situations.
  30.  
  31. There are three basic formats used for images on the Web. They are JPG, GIF, and PNG. All three of these image types use some form of compression when they are saved. Compression is the process of reducing the amount of data in an image. This lessens the file size and makes it easier to transfer (download or send) or store the file. Compression usually results in a loss of image quality. However, depending on the file format, this loss of quality can be controlled.
  32.  
  33. Images of turtle display the difference between compressed and non-compressed image.
  34. Lossy compression is when a file is compressed and data is discarded to make the file smaller therefore (losing) some of the image. Since photographs are good at disguising this loss of quality, JPG is a good format to use. Graphics, on the other hand, are not always displayed as well as JPGs. The JPG format does not support transparency, so the background of the image must have color.
  35.  
  36.  
  37. GIF Format
  38. GIF stands for "Graphics Interchange Format." It is pronounced "jiff," although many people pronounce it with a hard "G." Unlike JPG images, GIF images use lossless compression when they are saved. This means they don’t lose any quality when they are compressed. GIF images have other advantages over the JPG format. They support animation and transparency. This means that you can create animations like the one shown below.
  39.  
  40.  
  41. You can also create GIFs that have a transparent background. This lets you place the image over a Web page’s background.
  42.  
  43. With all of these benefits, you may be wondering why you wouldn’t use the GIF format for all images. They don’t lose quality when compressed. But the GIF format has its drawbacks as well. GIF only supports 256 colors. This means they aren’t a good fit for photographs. This format was created to be displayed on a screen, so GIF is definitely not the best choice for images you’d like to make available for printing.
  44.  
  45. PNG Format
  46. PNG stands for "Portable Network Graphics." It is pronounced "ping." Like GIFs, the PNG uses lossless compression. This image format was created to replace the GIF format, but both are still used very commonly. Like the GIF format, PNGs support animation (APNG format) and transparency. One major difference between the two is that PNG images can be printed at a high resolution. GIF images are better suited for on-screen use only. The major drawback of PNG images is that they are not fully supported on all Internet browsers.
  47.  
  48. Web-Supported Image Formats
  49. JPG GIF PNG
  50. Good for photographs
  51. Not good for simple graphics
  52. Does not support animation
  53. Does not support transparency
  54. Good for graphics
  55. Supports animation
  56. Supports transparency
  57. Not good for printing
  58. Good for screen shots
  59. Good for graphics
  60. Can support animation
  61. Supports transparency
  62. Good for printing
  63.  
  64.  
  65. Question Number 1 Points: 5.00/5.00
  66. Question Text
  67. What is the smallest part of a digital image called?
  68. Your Answer
  69. A. Pixel
  70. Question Number 2 Points: 5.00/5.00
  71. Question Text
  72. An image is 160 x 42. What is this a measure of?
  73. Your Answer
  74. A. Image size
  75. Question Number 3 Points: 5.00/5.00
  76. Question Text
  77. If an image is 50 x 78, how wide is it?
  78. Your Answer
  79. B. 50 px
  80. Question Number 4 Points: 5.00/5.00
  81. Question Text
  82. Which of the following image types is suggested for use on the web?
  83. Your Answer
  84. 7509561:A. .gif,7509562:B. .jpg,7509563:C. .png
  85. Question Number 5 Points: 2.50/5.00
  86. Question Text
  87. Which of the following image types works especially well with screen graphics on the Web?
  88. Your Answer
  89. 7509569:A. .gif,7509570:B. .jpg,7509571:C. .png
  90. Question Number 6 Points: 5.00/5.00
  91. Question Text
  92. Which of the following can be a drawback of the .gif image type?
  93. Your Answer
  94. 7509579:C. It only supports 256 colors.,7509580:D. It wasn't created for images that need to be printed.
  95. Question Number 7 Points: 5.00/5.00
  96. Question Text
  97. Which of the following image types supports animation?
  98. Your Answer
  99. 7509565:A. .gif,7509567:C. .png
  100. Question Number 8 Points: 5.00/5.00
  101. Question Text
  102. Which of the following is true about image compression?
  103. Your Answer
  104. 7509575:C. It makes images easier to transfer or store.,7509576:D. It reduces the file size.
  105. Question Number 9 Points: 5.00/5.00
  106. Question Text
  107. If an image is 24 x 12, how tall is it?
  108. Your Answer
  109. B. 12 px
  110. Question Number 10 Points: 5.00/5.00
  111. Question Text
  112. There are 150 pixels in a particular image. What is this a measure of?
  113. Your Answer
  114. C. Resolution
  115.  
  116. The Internet has become a great resource for just about any type of information you’re trying to find. You can chuck your yellow pages and just go to the Internet to find phone numbers and addresses. You can read people’s journals. You can look at your friends’ and family’s photo albums. You can play video games with people on the other side of the world. All online! You can download music and movies from the Internet. You can buy books, video games, and even furniture online. You can even do a lot of research online. This is because many research journals and libraries have started digitizing their materials and posting them on the Web.
  117.  
  118. But just because something is on the Internet doesn’t mean it’s free. Even if you pay to use an online research journal, the content you find on that site is still copyrighted. Copyright is the legal right granted to the author or creator of a piece or work. It gives them total control of if and how the work is used, published, and/or distributed. Copyright doesn’t only apply to the Internet. The books you read, the music you listen to, and the movies you watch are all subject to copyright laws.
  119.  
  120. Examples of Things that May be Copyrighted
  121.  
  122. Music and other types of audio files
  123. Movies and other types of videos
  124. Video games
  125. Photographs
  126. Illustrations or drawings
  127. Graphics
  128. Software
  129. Web site designs
  130. Articles
  131. Literature, such as novels, poems, and plays
  132. When someone creates something, it is protected by copyright laws. This is true whether they apply for copyright or not. It is also true whether or not they claim copyright by displaying a copyright symbol or statement. You may be unsure about whether or not something is copyrighted. It is always safe to assume that it is. It’s better to not use something that may be copyrighted than to find out the hard way that you’re breaking the law.
  133.  
  134. Copyright Infringement
  135. Most of you wouldn’t shoplift, steal a car, or sneak your friend’s MP3 player from his or her locker. What about downloading music without paying for it? Or using other people’s images for your Web page without their permission? Or copying and pasting content from articles into a research paper? These actions are illegal as well because these works are copyrighted. Copyright infringement refers to the violation of copyright laws.
  136.  
  137.  
  138. Creative Commons
  139. Creative Commons is a nonprofit organization that provides authors and artists an easy way to protect their work. Creators can choose to apply one of three levels of copyright to their works:
  140.  
  141.  
  142.  
  143. All Rights Reserved
  144. Starting from the left above: Full copyright, or All Rights Reserved, allows creators exclusive rights to their work.
  145.  
  146. Some Rights Reserved
  147. Creative Commons, or Some Rights Reserved, allows creators to apply conditions to the permitted uses of their works. Choosing “Some Rights Reserved” promotes creativity and collaborative freedom. It allows creators to apply conditions to the use of their works. The conditions that creators can choose from are shown in the table below. Creators can choose one or more of these licenses.
  148.  
  149. Some Rights Reserved Licenses
  150. Icon License Title License Description
  151. Attribution icon, person in circle. Attribution Attribution allows others to copy, distribute, display, and/or perform your work, but they are required to give you credit in whatever way you request. For example, you might simply ask that the user put your name in the caption of a photograph you took, or you might ask that your name appear in the credits of a movie in which your work is displayed.
  152. Noncommercial sign, crossed out dollar sign in circle. Noncommercial Noncommercial allows others to copy, distribute, display, and/or perform your work, but only for noncommercial use.
  153. No derivative works, equal sign in circle. No Derivative Works No Derivative Works allows others to copy, distribute, display, and/or perform your work, but they are not allowed to create derivatives, or other versions, of your work.
  154. Share alike, bacward letter c in circle. Share Alike Share Alike allows others to copy, distribute, display, and/or perform your work within their own creations, but only if their creation has a Share Alike license as well.
  155. Public Domain
  156. Finally, Public domain, or No Rights Reserved, allow creators to offer their works free from copyright for all users to use under any condition. Public domain is the status of a piece of work that has been made available to the general public for any use at no charge
  157.  
  158. .
  159.  
  160. Practice Exercise
  161.  
  162. For each of the following situations, describe what type of copyright license(s) is most appropriate.
  163.  
  164. Try the following problem below. Check to see if you have the correct answer by clicking the blue Show Answer button Show Answer below the question.
  165.  
  166. You take a photograph and would like to make it available to anyone in the general public to use in any way they'd want.
  167.  
  168. Show Answer Button
  169.  
  170. Answer:
  171.  
  172. Public Domain or No Rights Reserved
  173.  
  174. You create a graphic illustration that you would like to make available for others to use for noncommercial purposes as long as you get credit for your illustration.
  175.  
  176. Show Answer Button
  177.  
  178. Answer:
  179.  
  180. Some Rights Reserved: Noncommercial and Attribution
  181.  
  182. You don't want an audio file you create to be used by anyone but you.
  183.  
  184. Show Answer Button
  185.  
  186. Answer:
  187.  
  188. All Rights Reserved
  189.  
  190. You take a photograph that you want to make available for use in any work as long as it contains the same type of license.
  191.  
  192. Show Answer Button
  193.  
  194. Answer:
  195.  
  196. Some Rights Reserved: Share Alike
  197.  
  198. You create a graphic that you want to make available to anyone to use in any type of project, commercial or noncommercial, as long as your work is not edited and you are credited.
  199.  
  200. Show Answer Button
  201.  
  202. Answer:
  203.  
  204. Some Rights Reserved: Attribution
  205.  
  206.  
  207. Question Number 1 Points: 5.00/5.00
  208. Question Text
  209. What is another word for "version"?
  210. Your Answer
  211. B. Derivative
  212. Question Number 2 Points: 5.00/5.00
  213. Question Text
  214. Which of the following accurately describes a piece of work that contains a Creative Commons Attribution license?
  215. Your Answer
  216. A. It can be copied, distributed, and displayed as long as the author is credited.
  217. Question Number 3 Points: 5.00/5.00
  218. Question Text
  219. Which of the following accurately describes a piece of work that is in the public domain?
  220. Your Answer
  221. D. It has been made available to the general public for any use at no charge.
  222. Question Number 4 Points: 0.00/5.00
  223. Question Text
  224. Which of the following accurately describes a piece of work that contains a Creative Commons Share Alike license?
  225. Your Answer
  226. A. It can be copied, distributed, and displayed as long as the author is credited.
  227. Question Number 5 Points: 5.00/5.00
  228. Question Text
  229. What is another word for "violation"?
  230. Your Answer
  231. D. Infringement
  232.  
  233. Web designers have a full understanding of the various elements of design because these elements are crucial to the quality of design compositions. Color is one of the most exciting elements of design. Color can be bold and dramatic. Or it can be soft and subtle. Color can stir up memories or appeal to people's emotions. Color is one of the most versatile and powerful tools a Web designer has to work with!
  234.  
  235. Color is literally everywhere you look. Even if you are sitting in a completely white room, still you are surrounded by color. (White is the presence of all color.) Many people think color is merely a decoration, and I can see why. When you buy a new car, you can choose any color you like, and the color you choose doesn't affect the functionality of the car at all. In this situation, color is decoration. But in most cases in design, color is so much more than that! Color is used to attract attention, communicate information or meaning, create identities, and organize information. Color is much more than a variety of hues; color is a way to communicate. Colors have symbolism and can elicit emotions. If used well, color can communicate the basic feel of a design at first glance.
  236.  
  237. The Meaning of Color
  238.  
  239. Red
  240. Red is a very powerful color. Due to its high visibility, it is attention-getting. Red is used a lot in advertising and in warning/danger signs. Stop signs, for example, are red. Teachers like to grade papers with a red pen because the color stands out so well. Because red is used for warning signs and for pointing out error, red can implicate wrong-doing or fault. Red is also known to have a physical effect on your body. It can actually raise your blood pressure. The color is known for its implications of anger, wrath, blood, fire, and war. Ironically, red is also the color of love, passion, sexuality, and desire. Red also represents heat, energy, strength, and power.
  241.  
  242. Yellow
  243. Yellow, the color of sunshine and happiness, is a warming color. It is fresh and lighthearted and tends to put people in a good mood. Although it is useful for attracting attention, this energetic color is often thought to be childish and spontaneous. It is unstable and not safe. It is often used on warning signs to indicate danger. Yellow is known to stimulate mental activity and generate muscle energy.
  244.  
  245. Orange
  246. Orange is a mixture of red and yellow. It's not as aggressive as red, but it is an invigorating color. It is the color of sunshine and joy or the tropics and citrus. Orange is the color of fall and the harvest. It's a warm color that symbolizes heat, strength, and endurance. The color orange is known to increase oxygen supply to the brain and stimulate mental activity. Gold, a version of orange, represents prestige, wealth, illumination, wisdom, and quality.
  247.  
  248. Green
  249. Green is the color of nature and growth. Someone who is good at gardening is said to have a green thumb. Green is fresh and fertile. It is associated with stability and endurance. In opposition to red, green is used to indicate safety. Green lights indicate that it is safe to go. Because of the color's association with money, green is also representative of greed and jealousy. Sometimes, green is associated with the lack of experience. When someone is called green, it usually means that he is new or inexperienced. One of the easiest colors for the human eye to look at, green also has a physical affect on the human body: it is said to improve your eyesight.
  250.  
  251. Blue
  252. Blue is one of the most masculine colors. Blue is stable, trustworthy, wise, and loyal. Due to the color blue's portrayal of expertise, the color is commonly used in corporate identities in America. Blue is also a color of cleanliness and sadness. Because of its association with the sky and the sea, blue symbolizes depth and the heavens. It is calming and tranquil. The color blue is known to suppress your appetite and slow your metabolism. This is why you don't see blue used much on the packaging of food products.
  253.  
  254.  
  255. The Meaning of Color cont'd
  256. Purple
  257. The color purple is very rare in nature. Purple is the mixture of blue and red. It is a royal color; purple represents nobility, power, luxury, ambition, wealth, extravagance, wisdom, and dignity. Purple is the color of creativity, mystery, and magic as well.
  258.  
  259. White
  260. White is the color of purity and faith. Angels are most often represented in white. White is a symbol of goodness, innocence, virginity, and perfection. It's a light, positive color associated with safety and sterility. Bathroom fixtures, hospitals, and doctor's clinics are often cleanly white. Since it is the color of snow, white is also associated with cold and winter.
  261.  
  262. Black
  263. Black gives the impression of power, elegance, strength, authority, formality, and prestige. Black is a striking, powerful color. Black-tie events are high-class and prestigious. But it is also a very negative color. Black represents death, evil, mystery, fear, aggression, and the unknown.
  264.  
  265. Color Meaning
  266. Red anger, blood, desire, energy, fire heat, love, passion, power, sexuality, strength, war
  267. Yellow cheerfulness, childishness, happiness, instability, lightheartedness, spontaneity, sunshine
  268. Orange autumn, endurance, harvest, heat, joy, sunshine, the tropics, strength
  269. Green endurance, freshness, fertility, greed, growth, inexperience, jealousy, money, nature, stability, safety
  270. Blue cleanliness, depth, expertise, loyalty, masculinity, sadness, stability, tranquility, trustworthiness, wisdom
  271. Purple ambition, creativity, dignity, extravagance, luxury, magic, mystery, power, royalty, wealth, wisdom
  272. White faith, goodness, innocence, perfection, purity, safety, sterility, virginity
  273. Black aggression, authority, death, elegance, evil, fear, formailty, mystery, night, power, prestige, strength, the unknown
  274.  
  275. Color Wheel
  276. Color wheel
  277. Colors may have their own individual meanings and play their own private role in a composition, but colors are not independent. Colors rely on each other. A color can affect how another color looks. It can affect the vibe or feel that another color exudes. Some colors look good paired together; others don't get along so well. For example, blue and black may look cool together, but this combination of colors (blue on black or black on blue) is the most difficult to read. Black text on a pale yellow background is the best color combination to produce easy-to-read text. So how do designers know what effect different colors have on each other? They use a color wheel. Artists and designers are very familiar with the color wheel. As a matter of fact, I'm sure you've even been acquainted with the color wheel once or twice before. The original color wheel was invented by Sir Isaac Newton way back in 1666. The color wheel has been around for a long time! A color wheel is used to better understand how colors work together. It organizes color based on the sequence of the visible spectrum of hues. The color wheel is a visual representation of color theory, a basic set of rules designers and artists abide by when using color. Understanding the visual and symbolic relationships between colors is essential to creating a successful
  278.  
  279. Primary colors
  280. Three of the colors on the basic color wheel, orange, purple, and green, are created by mixing various amounts of red, yellow, or blue. For example, orange is a mixture of red and yellow. Purple is a mixture of red and blue, and green is a mixture of yellow and blue. Basically, any color can be created by mixing these three colors. You can also use black and white for mixing colors, but adding these hues only changes the value, or shade, of your mixture. Value, sometimes called tone, refers to the lightness or darkness of a color. Mixing black into a color will darken it; adding white will lighten it. Have you ever noticed that when you buy food coloring, you usually get four colors: red, yellow, blue, and green. This is because with these colors you can make any color you need. Green is not a primary color, but it is probably just included because it's so common. Just like design elements are the building blocks of design, red, yellow, and blue are the building blocks of color. They are called the primary colors. Primary colors are colors that cannot be created by mixing other colors together. What about light blue, navy, maroon, or canary yellow? These are all versions of the primary colors. They are all simply different values of the three primary colors. All shades of red, yellow, and blue are considered primary.
  281.  
  282.  
  283. Mixing two primary colors together will give you a secondary color. Orange, purple, and green are the secondary colors. The exact color, or value, of your product will depend on which primary colors you mix, what values or shades these primary colors were, and what proportions of primary colors you used. Look at the following color combinations to see how primary colors are combined to create secondary colors:
  284.  
  285. Red + Yellow = Orange
  286. Red + Blue = Purple
  287. Yellow + Blue = Green
  288. Mixing one primary color and one secondary color together will give you a tertiary color. You can also get a tertiary color by mixing three primary colors together. Since it takes two primary colors to make a secondary color, then, if you think about it, you'll see that mixing two secondary colors is really the same as mixing three primary colors. Again, the exact hues that will result depend on which primary colors you mix together, the values of these primary hues, and the proportions with which you mix them. Red orange, red purple, purple blue, blue green, yellow green, and yellow orange are the basic tertiary colors. Look at the following color combinations to see how secondary colors are combined to create the basic tertiary colors:
  289.  
  290.  
  291. Red + Orange = Red orange
  292. Red + Purple = Red purple
  293. Blue + Purple = Purple Blue
  294. Blue + Green = Blue green
  295. Yellow + Green = Yellow green
  296. Yellow + Orange = Yellow orange
  297. Browns and grays are also considered tertiary colors. Brown hues are created by mixing primary colors with their complementary colors. Complementary colors are the colors exactly opposite on the color wheel. You'll learn more about complementary colors later. As an example, mixing primary red with its complementary secondary green will give you a brown hue. Grays are also examples of tertiary colors. To make gray, all you have to do is mix primary blue and secondary orange with a little bit of white.
  298.  
  299.  
  300. Warm Colors
  301. Warm colors include all shades, or values, of yellows, oranges, and reds. These colors appear larger than cool colors and are more energetic and lively. Warm colors tend to advance into the positive space of a composition. Warmer colors should be used for information that is more important since they demand more attention from the viewer.
  302.  
  303. Warm color group on top side of wheel.
  304.  
  305. Cool Colors
  306. Cool colors are the colors on the opposite side of the color wheel than the warm colors. The cool colors include all shades, or values, of purples, blues, and greens. While cool colors tend to be more soothing and nurturing, they can also have a cold, impersonal feel to them depending on how they are used. These colors appear smaller in a composition than warm colors do; they don't stand out as well. Cool colors tend to recede into the negative space of a composition.
  307.  
  308. Cold color group on bottom side of wheel.
  309.  
  310. Defining Colors Practice Exercise
  311. Look at each of the following groups of colors. Determine what type of colors they are: primary, secondary, tertiary, warm, or cool.
  312.  
  313. Try the following problem below. Check to see if you have the correct answer by clicking the blue Show Answer button Show Answer below the question.
  314.  
  315.  
  316. Show Answer Button
  317.  
  318. Answer: Tertiary colors
  319.  
  320.  
  321. Show Answer Button
  322.  
  323. Answer: Primary colors
  324.  
  325.  
  326. Show Answer Button
  327.  
  328. Answer: Warm colors
  329.  
  330.  
  331. Show Answer Button
  332.  
  333. Answer: Tertiary colors
  334.  
  335.  
  336. Show Answer Button
  337.  
  338. Answer: Primary colors
  339.  
  340.  
  341. Show Answer Button
  342.  
  343. Answer: Secondary colors
  344.  
  345.  
  346. Show Answer Button
  347.  
  348. Answer: Warm colors
  349.  
  350.  
  351. Show Answer Button
  352.  
  353. Answer: Cool colors
  354.  
  355.  
  356. Show Answer Button
  357.  
  358. Answer: Tertiary colors
  359.  
  360.  
  361. Show Answer Button
  362.  
  363. Answer: Cool colors
  364.  
  365. Color Schemes
  366. Colors are not individual elements. They work together to create color schemes. Color schemes are the combinations of colors chosen for use throughout a design. Before starting a design, it is good to choose a color scheme. This way, you can ensure visual consistency and balance throughout a design. We are going to discuss four basic color schemes: complementary, split complementary, monochromatic, and analogous
  367.  
  368. Complementary color wheel.
  369. Complementary Color Scheme
  370. The complementary color of a primary color is the color you get when you mix the other two primary colors together. For example, the complementary color of blue is a mixture of red and yellow, which is orange. Complementary colors sit opposite of each other on the color wheel. They contrast well because they don't share any common hues. Complementary colors look brighter when they are next to each other. Complementary colors make good color schemes because they go so well together and have such high contrast. You are probably already pretty familiar with some sets of complementary colors. Red and green, the colors of Christmas, are complementary. And the complementary colors blue and orange are the team colors of the Denver Broncos! The complementary color pairs include:
  371.  
  372. Red and green
  373. Blue and orange
  374. Purple and yellow
  375. The complementary color scheme works very well when primary or secondary colors are paired with tertiary colors. For example, using orange with purple blue or blue green provides a nice contrast and a lot of interest. Complementary color schemes provide more contrast than any other type of color scheme and is, therefore, most interesting.
  376.  
  377. Split Complementary Color Scheme
  378. Study the photograph below and take note of the colors. The orange sign plays off well against the turquoise colored gates. But orange and turquoise aren't complementary colors, are they? Not quite; the complementary color of orange is blue. Orange and turquoise are considered split complementary colors.
  379.  
  380.  
  381. Split complementary colors are the colors on either side of a complementary color. For example, the split complementary colors of orange are purple and green because they sit on either side of blue, which is the complementary color of orange. Split complementary colors also have high contrast, although not as high as complementary colors. The split complementary color scheme contains three colors that harmonize well and have adequate contrast
  382.  
  383.  
  384.  
  385. Monochromatic Color Scheme
  386. Monochromatic colors include variations of the same color. Value or intensity refers to the lightness or darkness of a hue. A monochromatic color scheme, which includes various values of the same color, provides an elegant and clean balance. Monochromatic colors go very well together because they are of the same hue. These values come together to create a calming effect and can present a very professional combination. Changes in the value of a single color can make dramatic impacts on a composition. Such changes can create contrast, movement, or emphasis, but sometimes a monochromatic color scheme can seem lifeless and lack significant contrast. Designers need to be aware of this drawback and choose the monochromatic color scheme carefully.
  387.  
  388.  
  389.  
  390. Analogous Color Scheme
  391. Analogous colors are those that are adjacent to each other on the color wheel. Each color has two analogous colors; the analogous colors for each basic color are shown below. The analogous color scheme typically consists of two colors. One color acts as the main color in a composition while the other color provides support and elements of interest. The analogous color scheme provides a richer contrast than the monochromatic color scheme, but designers should consider that this color scheme is still less appealing than the complementary color scheme where contrast is very high.
  392.  
  393.  
  394.  
  395. Defining Color Schemes Practice Exercise
  396. Look at each of the following groups of colors. Determine what type of color schemes they are: complementary, split complementary, monochromatic, or analogous.
  397.  
  398. Try the following problem below. Check to see if you have the correct answer by clicking the blue Show Answer button Show Answer below the question.
  399.  
  400.  
  401. Show Answer Button
  402.  
  403.  
  404. Show Answer Button
  405.  
  406.  
  407. Show Answer Button
  408.  
  409.  
  410. Show Answer Button
  411.  
  412.  
  413. Show Answer Button
  414.  
  415.  
  416. Show Answer Button
  417.  
  418.  
  419. Show Answer Button
  420.  
  421.  
  422. Show Answer Button
  423.  
  424.  
  425. Show Answer Button
  426.  
  427.  
  428. Show Answer Button
  429.  
  430.  
  431. RGB Color Model
  432. The RGB color model defines various colors by blending certain amounts of red, green, and blue. It gets its name from the first letters of those three colors. The RGB color model was created for displaying color on monitors and other digital imaging devices. Three colored light beams, one red, one green, and one blue, are superimposed on each other. This blends the colors together to create other colors. As the intensities of the colored beams are adjusted, different colors result.
  433.  
  434. RGB color model, Red Green Blue color overlay.
  435. The intensities of each beam are measured in numbers: 0-255. In most image-editing software programs, you can set the intensities of each beam, or color, to create the color desired. Look at how the amounts of red, green, and blue are set to create a brown color in the illustration below.
  436.  
  437. RGB color adjustment box.
  438.  
  439. HTML Color
  440. HTML uses color codes to define color on Web pages. HTML color codes are made up of a number sign (#) followed by six symbols. The symbols are either numbers or letters. They are made from the hexadecimal numeral system. This means that the letters A-F and the numbers 0-9 represent decimal numbers. The use of letters and numbers lets three-digit numbers be seen as two-digit hexadecimal numbers.
  441.  
  442. The first two numbers in the HTML color code stand for the color red. The lowest intensity of a color, 0, is "00." The highest intensity of a color, 255, is "FF." The second two numbers in the HTML color code stand for the color green. The last two numbers are the color blue.
  443.  
  444. Defined color code number, first two for red, second two for green, last two for blue value.
  445. For example, the color blue is created with 0 red, 0 green, and 255 blue. The HTML color code for blue is #00FF00. "00" is 0 red, "00" is 0 green, and "FF" is 255 blue.
  446.  
  447. Let's say you want a little darker blue that has 0 red, 23 green, and 138 blue. The HTML color code for this darker color blue is #00178A. "00" is red, "17" is green, and "8A" is blue.
  448.  
  449. Don't worry about how to go between RGB and hexadecimal values. You won't ever need to know how to do that. Image-editing software programs do that for you.
  450.  
  451.  
  452. The tables below contain all the HTML color codes.
  453.  
  454. Color Name
  455. Hexadecimal
  456. Color
  457.  
  458. Color Name
  459. Hexadecimal
  460. Color
  461. Black
  462. #000000
  463.  
  464.  
  465. Light Salmon
  466. #FFA07A
  467.  
  468. Dark Slate Gray
  469. #2F4F4F
  470.  
  471.  
  472. Coral
  473. #FF7F50
  474.  
  475. Slate Gray
  476. #708090
  477.  
  478.  
  479. Tomato
  480. #FF6347
  481.  
  482. Light Slate Gray
  483. #778899
  484.  
  485.  
  486. Orange Red
  487. #FF4500
  488.  
  489. Dim Gray
  490. #696969
  491.  
  492.  
  493. Dark Orange
  494. #FF8C00
  495.  
  496. Gray
  497. #808080
  498.  
  499.  
  500. Orange
  501. #FFA500
  502.  
  503. Dark Gray
  504. #A9A9A9
  505.  
  506.  
  507. Gold
  508. #FFD700
  509.  
  510. Silver
  511. #C0C0C0
  512.  
  513.  
  514. Yellow
  515. #FFFF00
  516.  
  517. Light Gray
  518. #D3D3D3
  519.  
  520.  
  521. Light Yellow
  522. #FFFFE0
  523.  
  524. Gainsboro
  525. #DCDCDC
  526.  
  527.  
  528. Lemon Chiffon
  529. #FFFACD
  530.  
  531. White
  532. #FFFFFF
  533.  
  534.  
  535. Light Goldenrod Yellow
  536. #FAFAD2
  537.  
  538. Snow
  539. #FFAFA
  540.  
  541.  
  542. Papaya Whip
  543. #FFEFD5
  544.  
  545. Honeydew
  546. #F0FFF0
  547.  
  548.  
  549. Moccasin
  550. #FFE4B5
  551.  
  552. Mint Cream
  553. #F5FFFA
  554.  
  555.  
  556. Peach Puff
  557. #FFDAB9
  558.  
  559. Azure
  560. #F0FFFF
  561.  
  562.  
  563. Pale Goldenrod
  564. #EEE8AA
  565.  
  566. Alice Blue
  567. #F0F8FF
  568.  
  569.  
  570. Khaki
  571. #F0E68C
  572.  
  573. Ghost White
  574. #F8F8FF
  575.  
  576.  
  577. Dark Khaki
  578. #BDB76B
  579.  
  580. White Smoke
  581. #F5F5F5
  582.  
  583.  
  584. Green Yellow
  585. #ADFF2F
  586.  
  587. Seashell
  588. #FFF5EE
  589.  
  590.  
  591. Chartreuse
  592. #7FFF00
  593.  
  594. Beige
  595. #F5F5DC
  596.  
  597.  
  598. Lawn Green
  599. #7CFC00
  600.  
  601. Old Lace
  602. #FDF5E6
  603.  
  604.  
  605. Lime
  606. #00FF00
  607.  
  608. Floral White
  609. #FFFAF0
  610.  
  611.  
  612. Lime Green
  613. #32CD32
  614.  
  615. Ivory
  616. #FFFF0
  617.  
  618.  
  619. Pale Green
  620. #98FB98
  621.  
  622. Lavender Blush
  623. #FFF0F5
  624.  
  625.  
  626. Light Green
  627. #90EE90
  628.  
  629. Linen
  630. #FAF0E6
  631.  
  632.  
  633. Medium Spring Green
  634. #00FA9A
  635.  
  636. Antique White
  637. #FAEBD7
  638.  
  639.  
  640. Spring Green
  641. #00FF7F
  642.  
  643. Misty Rose
  644. #FFE4E1
  645.  
  646.  
  647. Medium Sea Green
  648. #3CB371
  649.  
  650. Cornsilk
  651. #FFF8DC
  652.  
  653.  
  654. Sea Green
  655. #2E8B57
  656.  
  657. Blanched Almond
  658. #FFEBCD
  659.  
  660.  
  661. Forest Green
  662. #228B22
  663.  
  664. Bisque
  665. #FFE4C4
  666.  
  667.  
  668. Green
  669. #008000
  670.  
  671. Navajo White
  672. #FFDEAD
  673.  
  674.  
  675. Dark Green
  676. #006400
  677.  
  678. Wheat
  679. #F5DEB3
  680.  
  681.  
  682. Yellow Green
  683. #9ACD32
  684.  
  685. Burly Wood
  686. #DEB887
  687.  
  688.  
  689. Olive Drab
  690. #6B8E23
  691.  
  692. Tan
  693. #D2B48C
  694.  
  695.  
  696. Olive
  697. #808000
  698.  
  699. Rosy Brown
  700. #BC8F8F
  701.  
  702.  
  703. Dark Olive Green
  704. #556B2F
  705.  
  706. Sandy Brown
  707. #F4A460
  708.  
  709.  
  710. Medium Aquamarine
  711. #66CDAA
  712.  
  713. Goldenrod
  714. #DAA520
  715.  
  716.  
  717. Dark Sea Green
  718. #8FBC8F
  719.  
  720. Dark Goldenrod
  721. #B8860B
  722.  
  723.  
  724. Light Sea Green
  725. #20B2AA
  726.  
  727. Peru
  728. #CD853F
  729.  
  730.  
  731. Dark Cyan
  732. #008B8B
  733.  
  734. Chocolate
  735. #D2691E
  736.  
  737.  
  738. Teal
  739. #008080
  740.  
  741. Saddle Brown
  742. #8B4513
  743.  
  744.  
  745. Aqua
  746. #00FFFF
  747.  
  748. Sienna
  749. #A0522D
  750.  
  751.  
  752. Light Cyan
  753. #E0FFFF
  754.  
  755. Brown
  756. #A52A2A
  757.  
  758.  
  759. Pale Turquoise
  760. #AFEEEE
  761.  
  762. Maroon
  763. #800000
  764.  
  765.  
  766. Aquamarine
  767. #7FFFD4
  768.  
  769. Dark Red
  770. #8B0000
  771.  
  772.  
  773. Turquoise
  774. #40E0D0
  775.  
  776. Fire Brick
  777. #B22222
  778.  
  779.  
  780. Medium Turquoise
  781. #48D1CC
  782.  
  783. Red
  784. #FF0000
  785.  
  786.  
  787. Dark Turquoise
  788. #00CED1
  789.  
  790. Crimson
  791. #DC143C
  792.  
  793.  
  794. Cadet Blue
  795. #5F9EA0
  796.  
  797. Light Salmon
  798. #FFA07A
  799.  
  800.  
  801. Steel Blue
  802. #4682B4
  803.  
  804. Dark Salmon
  805. #E9967A
  806.  
  807.  
  808. Light Steel Blue
  809. #B0C4DE
  810.  
  811. Salmon
  812. #FA8072
  813.  
  814.  
  815. Powder Blue
  816. #B0E0E6
  817.  
  818. Light Coral
  819. #F08080
  820.  
  821.  
  822. Light Blue
  823. #B0C4DE
  824.  
  825. Indian Red
  826. #CD5C5C
  827.  
  828.  
  829. Sky Blue
  830. #87CEEB
  831.  
  832. Pale Violet Red
  833. #DB7093
  834.  
  835.  
  836. Light Sky Blue
  837. #87CEFA
  838.  
  839. Medium Violet Red
  840. #C71585
  841.  
  842.  
  843. Deep Sky Blue
  844. #00BFFF
  845.  
  846. Deep Pink
  847. #FF1493
  848.  
  849.  
  850. Dodger Blue
  851. #1E90FF
  852.  
  853. Hot Pink
  854. #FF69B4
  855.  
  856.  
  857. Cornflower Blue
  858. #6495ED
  859.  
  860. Light Pink
  861. #FFB6C1
  862.  
  863.  
  864. Medium Slate Blue
  865. #7B68EE
  866.  
  867. Pink
  868. #FFC0CB
  869.  
  870.  
  871. Royal Blue
  872. #4169E1
  873.  
  874. Lavender
  875. #E6E6FA
  876.  
  877.  
  878. Blue
  879. #0000FF
  880.  
  881. Thistle
  882. #D8BFD8
  883.  
  884.  
  885. Medium Blue
  886. #0000CD
  887.  
  888. Plum
  889. #DDA0DD
  890.  
  891.  
  892. Dark Blue
  893. #00008B
  894.  
  895. Violet
  896. #EE82EE
  897.  
  898.  
  899. Navy
  900. #000080
  901.  
  902. Orchid
  903. #DA80D6
  904.  
  905.  
  906. Midnight Blue
  907. #191970
  908.  
  909. Magenta
  910. #FF00FF
  911.  
  912.  
  913. Slate Blue
  914. #6A5ACD
  915.  
  916. Medium Orchid
  917. #BA55D3
  918.  
  919.  
  920. Dark Slate Blue
  921. #483D8B
  922.  
  923. Medium Purple
  924. #9370DB
  925.  
  926.  
  927. Medium Slate Blue
  928. #7B68EE
  929.  
  930. Blue Violet
  931. #8A2BE2
  932.  
  933.  
  934. Indigo
  935. #4B0082
  936.  
  937. Dark Violet
  938. #9400D3
  939.  
  940.  
  941.  
  942.  
  943.  
  944. Dark Orchid
  945. #9932CC
  946.  
  947.  
  948.  
  949.  
  950.  
  951. Dark Magenta
  952. #8B008B
  953.  
  954.  
  955.  
  956.  
  957.  
  958. Purple
  959. #800080
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967. Color on the Web
  968. HTML Color Codes Practice Exercise
  969. Identify which digits represent red, green, and blue in each of the HTML color codes. The first one is done for you as an example.
  970.  
  971. #6A5ACD
  972. Red: 6A
  973. Green: 5A
  974. Blue: CD
  975.  
  976. #20B2AA
  977. Show Answer Button
  978.  
  979. Answer: Red: 20
  980. Green: B2
  981. Blue: AA
  982.  
  983. #B22222
  984. Show Answer Button
  985.  
  986. Answer: Red: B2
  987. Green: 22
  988. Blue: 22
  989.  
  990. #DEB887
  991. Show Answer Button
  992.  
  993. Answer: Red: DE
  994. Green: B8
  995. Blue: 87
  996.  
  997. #8B008B
  998. Show Answer Button
  999.  
  1000. Answer: Red: 8B
  1001. Green: 00
  1002. Blue: 8B
  1003.  
  1004. For each of the following statements, indicate whether it is true or false.
  1005.  
  1006. Try the following problem below. Check to see if you have the correct answer by clicking the blue Show Answer button Show Answer below the question.
  1007.  
  1008. The color #8B008B has the same about of red and green.
  1009.  
  1010. Show Answer Button
  1011.  
  1012. Answer: False. The color #8B008B has the same amount of red (8B) and blue (8B).
  1013.  
  1014. The color #800000 contains no amount of green or blue.
  1015.  
  1016. Show Answer Button
  1017.  
  1018. Answer: True.
  1019.  
  1020. The color #C0C0C0 has the same amount of red, green, and blue.
  1021.  
  1022. Show Answer Button
  1023.  
  1024. Answer: True.
  1025.  
  1026. Question Number 1 Points: 5.00/5.00
  1027. Question Text
  1028. Which of the following defines various colors by blending certain amounts of red, green, and blue?
  1029. Your Answer
  1030. D. RGB color model
  1031. Question Number 2 Points: 5.00/5.00
  1032. Question Text
  1033. Which two colors could you mix together to create a tertiary color?
  1034. Your Answer
  1035. D. Yellow and green
  1036. Question Number 3 Points: 5.00/5.00
  1037. Question Text
  1038. Which two colors could you mix together to create a secondary color?
  1039. Your Answer
  1040. D. Red and yellow
  1041. Question Number 4 Points: 5.00/5.00
  1042. Question Text
  1043. What color is defined by the bold numbers? #002313
  1044. Your Answer
  1045. B. Green
  1046. Question Number 5 Points: 0.00/5.00
  1047. Question Text
  1048. What type of color scheme do orange and red orange make?
  1049. Your Answer
  1050. C. Monochromaticvv
  1051. Question Number 6 Points: 5.00/5.00
  1052. Question Text
  1053. In the RGB color model, what do the numbers 0-255 represent?
  1054. Your Answer
  1055. B. The intensities of each color beam
  1056. Question Number 7 Points: 5.00/5.00
  1057. Question Text
  1058. What type of color scheme do red and green make?
  1059. Your Answer
  1060. A. Complementary
  1061. Question Number 8 Points: 5.00/5.00
  1062. Question Text
  1063. What type of color scheme do various shades of blue make?
  1064. Your Answer
  1065. C. Monochromatic
  1066. Question Number 9 Points: 5.00/5.00
  1067. Question Text
  1068. What color is defined by the bold numbers? #0090ff
  1069. Your Answer
  1070. A. Red
  1071. Question Number 10 Points: 5.00/5.00
  1072. Question Text
  1073. What color is defined by the bold numbers? #ff327h
  1074. Your Answer
  1075. B. Green
  1076.  
  1077.  
  1078. Introduction to Image-Editing Programs
  1079. There are a multitude of image-editing programs available, and the majority of them work in similar ways. No matter what program you ultimately decide to use, it's important to understand the way image-editing programs work with digital images.
  1080.  
  1081. Image placement on canvas using location grid.
  1082. Image versus Canvas
  1083. Digital images can be thought of like paintings on a canvas. As a matter of fact, image-editing programs often refer to the image's canvas. You might think an image and a canvas are the same thing, but think about a painting on an actual canvas. The canvas is essentially the material on which an artist paints. It could be paper, cardboard, linen, even the side of a building. The image, on the other hand, is the visual picture that the artist actually creates. All images created in image-editing programs have the same canvas�a computer screen. So why does it matter that you learn to differentiate between the two? Image-editing programs refer to the "image" and the "canvas" as two separate entities. Therefore, it's important to keep the difference between image and canvas in mind when manipulating their settings.
  1084.  
  1085. Most image-editing programs also provide grids and guides. A grid is a set of horizontal and vertical lines that divide your canvas into segments. Similarly, a guide is a set of horizontal and vertical lines that you can set in any location on your image to help in your design. The illustration to the left shows the grid in pink.
  1086.  
  1087.  
  1088. Layers
  1089. Another common feature of image-editing programs are layers. A layer is exactly what it sounds like it is: a single section of a digital image. Think of digital images as sheets of transparent, or see-through, paper stacked on top of each other. The bottom sheet contains the background color. The sheet on top of that contains all of the text for the image. The next sheet holds the icons or symbols contained in the image. Finally, the top sheet contains the image's border. Having each of these elements on a separate layer allows the user to manipulate just one element at a time without affecting the others. In the "Layers" window to the right, you can see the four layers contained in the digital image.
  1090.  
  1091. Transparency
  1092. Most image-editing programs also indicate transparency in the same way. Transparency is the level at which you can see through the image. If the background of an image is black, the color of your image will show up on the screen as black. But what if you want the background of your image to be completely transparent? Your computer can't actually make your screen see-through to indicate that, so image-editing programs display transparency as a checkered pattern. You can see an example of this in the "Layers" menu to the right. The majority of the three top layers (Border, Icons, and Text) are transparent, which is evident by the checkered pattern displayed on each of these layers. This allows you to see the layers beneath.
  1093.  
  1094.  
  1095. GIMP is a free image manipulation program, similar to Adobe Photoshop.
  1096.  
  1097. Downloading and Installing GIMP
  1098. Click here to download the installation file for GIMP. This link will provide you with the latest version of GIMP, but if the link doesn't work, you can download another graphics editor, Inkscape, here. Once the file is downloaded, follow the installation instructions shown in the box below.
  1099.  
  1100. GIMP Installation Instructions for a PC
  1101. Double click the installation file to initiate installation. Click "Run."
  1102. Close any other applications that may be open. Click "Next."
  1103. Read the license agreement fully, and then click "Next."
  1104. Click "Install now."
  1105. When installation is complete, click "Finish." GIMP will open automatically.
  1106.  
  1107. GIMP Tip of the Day
  1108. Now that you've installed GIMP, it's time for you to become familiar with its features and functions. Open the software and take a look around. Three windows should open when you launch the program. The first window is the GIMP Tip of the Day. This window offers a different tip each time you open GIMP. It's a useful tool as you are getting to know a piece of software. You can turn this feature off by clicking on the box next to "Show tip next time GIMP starts." This will uncheck the box.
  1109.  
  1110. Screenshot of GIMP tip box.
  1111. If you don't see the GIMP Tip of the Day window when you open GIMP, you can open it by clicking "Tip of the Day" under the Help menu in the GIMP tool bar.
  1112.  
  1113. Screenshot of GIMP tool box.
  1114.  
  1115. GIMP Tool and Tabs
  1116. The GIMP toolbar also opens when GIMP opens. The GIMP toolbar works just like the toolbar in any other program. You should be pretty familiar with the types of menu options that are available in each menu.
  1117.  
  1118.  
  1119.  
  1120. GIMP toolbar
  1121.  
  1122. There are a few menu items that are specific to image-editing programs, such as Image, Layer, Colors, and Filters. You’ll want to take some time to explore these menus to become familiar with the types of tools you’ll find in each one. In GIMP, right-clicking on the image will bring up the toolbar menu for easy access.
  1123.  
  1124. Image Menu
  1125. The tools found in the Image menu are ones that affect the whole image. For example, you can change the size of the image or change the size of the canvas.
  1126.  
  1127. The Image menu also offers options to change the image properties. This allows you to create an image in grayscale (black and white) or color, among other things. You can set up grid and guide options as well using the Image menu.
  1128.  
  1129. Layer Menu
  1130. The Layer menu allows you to create new layers, delete layers, or manipulate individual layers within the image.
  1131.  
  1132. Colors Menu
  1133. The Colors menu gives you the option to manipulate the color value of an image. You can adjust an image’s brightness and contrast, as well as individual color levels.
  1134.  
  1135. Filters Menu
  1136. The Filters menu allows you to run filters on the image. A filter is a computer program that manipulates an image’s qualities to add effects or styles.
  1137.  
  1138.  
  1139. GIMP Toolbox
  1140.  
  1141.  
  1142. The third window that opens when GIMP launches is the Toolbox. This window provides all of the tools you will need as you create and edit images.
  1143.  
  1144. Roll over each of the tools in the GIMP toobox. When you roll over a button, a short definition of the button will pop up. Familiarize yourself with the functions of each tool. Also note that under the “Help” menu, there is a “Context Help” option. “Context Help” will change your cursor to an arrow with a question mark on it. Now, you can click on any icon in the tool bar for more information about that icon.
  1145.  
  1146.  
  1147. GIMP Toolbox
  1148.  
  1149. GIMP User Manual
  1150. The “Help” menu also offers links to the GIMP User Manual. The user manual covers many topics, but one of the most effective ways to learn a new piece of software is to jump right in and explore. If necessary, refer back to the user manual as you continue to learn the software.
  1151.  
  1152. A Quick Note about Saving Your GIMP Files
  1153. When working in GIMP, be sure to save all your work as .gif or .jpg files or your teacher won’t be able to view them. Before saving, make sure no elements in your composition are selected. Next, select “Save” under the “File” menu. When prompted, be sure to name your file appropriately and select the appropriate destination for your file.
  1154.  
  1155.  
  1156. Intro to GIMP Practice Exercise
  1157. Download GIMP and experiment with the program. Be sure to attempt the following tasks:
  1158.  
  1159. Create a new image.
  1160. Change the background color of the image.
  1161. Use the brush tool to scribble a line.
  1162. Use a selection tool.
  1163. Zoom in and out of the image.
  1164. Save an image as a .gif file.
  1165. Identify three questions about the image-editing software functions or capabilities that you’d like to answer as you continue to explore. Then use the Help menu to find the answers to your questions. If you aren’t able to find answers to your questions, contact your teacher for help.
  1166.  
  1167. Opening a File in GIMP
  1168. Follow these directions to open a file in GIMP.
  1169.  
  1170. Click "File" in the Toolbox.
  1171. Choose "Open."
  1172.  
  1173. TIP: You can skip steps one and two and press the "Ctrl" and "O" buttons simultaneously to open the "Open" menu instead.
  1174.  
  1175. Browse to the file you want to open.
  1176. Click the "Open" button.
  1177. Click here for a demonstration video of how to open a file in GIMP.Creating a New File in GIMP
  1178.  
  1179. Follow these directions to create a new file in GIMP.
  1180.  
  1181. Click "File" in the Toolbox.
  1182. Choose "New."
  1183.  
  1184. TIP: You can skip steps one and two and press the "Ctrl" and "N" buttons simultaneously to open the "Create a New Image" window.
  1185.  
  1186. Indicate the size of the image you want to create.
  1187. Click "OK."
  1188. Click here for a demonstration video of how to create a new file in GIMP.
  1189.  
  1190.  
  1191. Let’s take a look at the GIMP Toolbox. There are two main sections of the Toolbox. The top part contains the various tools available in GIMP. Notice that when you choose one of these tools, the bottom part of the Toolbox changes. You can further define the characteristics of the tool you want to use by adjusting the settings in the bottom part of the Toolbox.
  1192.  
  1193.  
  1194.  
  1195. GIMP Selection Tools
  1196. GIMP offers seven different selection tools. A selection tool is a common feature of most image-editing software programs that allows you to choose a section of an image to make active. When a piece of an image is selected, it is the only part of the image that will be affected as changes are made to the image. For example, if you select a piece of an image and click the "delete" key on your keyboard, only the part of the image that is selected will be deleted.
  1197.  
  1198. Screenshot of GIMP tools.
  1199. There are seven "select" tools:
  1200.  
  1201. Rectangle Select Tool—This selection tool is used to select rectangular regions of an image.
  1202. Ellipse Select Tool—This selection tool is used to select elliptical regions of an image.
  1203. Free Select Tool—This selection tool is used to select a hand-drawn outline region of an image.
  1204. Fuzzy Select Tool—This selection tool is used to select regions connected by color.
  1205. Select by Color Tool—This selection tool is used to select separate regions by similar color.
  1206. Scissors Select Tool—This selection tool is used to make a selection with an edge that is automatically calculated.
  1207. Foreground Select Tool—This selection tool is used to select foreground elements.
  1208. Open a file in GIMP and try using each of these selection tools to experiment with the similarities and differences between the tools.
  1209.  
  1210. Click here for a demonstration video of how to use the selection tools in GIMP.
  1211.  
  1212.  
  1213. Paths, Color Picker, Zoom, and Measure Tools
  1214.  
  1215. Study the next four tools in the GIMP Toolbox:
  1216.  
  1217. Paths Tool—The Paths Tool is used to create and edit paths. In an image-editing software program, a path is an outline that can be used to guide other elements in an image. For example, you can create a path along which to align a piece of text.
  1218. Color Picker Tool—The Color Picker Tool is used to choose a color from an image. Let’s say you have a photo of your friend, and you’d like to add some text that’s the exact same color as your friend’s shirt. You can use the Color Picker Tool to select the color of the shirt so that your text matches perfectly.
  1219. Zoom Tool—The Zoom Tool is used to either zoom in or out in an image. With the Zoom Tool selected, you can click and drag on a file to zoom in or out.
  1220. Measure Tool—The Measure Tool can be used to calculate distances or angles within an image.
  1221.  
  1222. Listen to this lesson
  1223. GIMP - Basic Tools
  1224. Transformation Tools
  1225. GIMP’s Toolbox has eight transformation tools:
  1226.  
  1227.  
  1228. Move Tool—The Move Tool is used to move objects within an image, layers of an image, or selected areas of an image.
  1229. Alignment Tool—The Alignment Tool is used to line up elements within an image to arrange them along the same line.
  1230. Crop Tool—The Crop Tool is used to remove selected outer areas of an image, reducing the image’s size.
  1231. Rotate Tool—The Rotate Tool is used to turn an image or part of an image either clockwise or counterclockwise.
  1232. Scale Tool—The Scale Tool is used to reduce or increase the size of an image or part of an image.
  1233. Shear Tool—The Shear Tool is used to skew an image or part of an image. This means shifting one part of an image in one direction, while shifting the other half of the image in the opposite direction.
  1234. Perspective Tool—The Perspective Tool is used to modify the perspective of an image or part of an image.
  1235. Flip Tool—The Flip Tool is used to turn an image or part of an image over (either horizontally or vertically).
  1236. Listen to selected text
  1237.  
  1238. ext, Bucket Fill, and Blend Tools
  1239.  
  1240. Take a look at the next three tools in the GIMP Toolbox:
  1241.  
  1242. Text Tool—The Text Tool is used to add text to an image.
  1243. Bucket Fill Tool—The Bucket Fill Tool is used to add color to an image.
  1244. Blend Tool—The Blend Tool is used to create gradients. A gradient is a gradual change from one color to another.
  1245.  
  1246. Pencil, Paintbrush, Eraser, Airbrush, and Ink Tools
  1247.  
  1248. The next five tools in the GIMP Toolbox are used to write or draw onto the image:
  1249.  
  1250. Pencil Tool—The Pencil Tool is used to draw onto an image.
  1251. Paintbrush Tool—The Paintbrush Tool is used to "paint" smooth strokes onto an image.
  1252. Eraser Tool—The Eraser Tool is used to delete a part of an image.
  1253. Airbrush Tool—The Airbrush Tool applies color gradually as if being sprayed onto the canvas.
  1254. Ink Tool—The Ink Tool is used for calligraphic painting
  1255.  
  1256. Image Filter Tools
  1257.  
  1258. The last six tools in the GIMP Toolbox are image filter tools.
  1259.  
  1260. Clone Tool—The Clone Tool is similar to the Copy and Paste tools in Word or other software programs. The Clone Tool is used to replace a part of an image with another part of an image.
  1261. Healing Tool—The Healing Tool is similar to the Clone Tool in that it uses information from another, similar part of an image and patch a part of an image. The main difference between the Clone Tool and the Healing Tool is that the Clone Tool copies and stamps pieces of an image while the Healing Tool blends pieces of an image together.
  1262. Perspective Clone Tool—The Perspective Clone Tool is very similar to the Clone Tool, but it allows you to clone according to the desired perspective.
  1263. Blur/Sharpen Tool—The Blur/Sharpen Tool can be used to either distort parts of an image so it’s out of focus or to hone part of an image to bring it out.
  1264. Smudge Tool—The Smudge Tool is used to smear parts of an image.
  1265. Dodge/Burn Tool—The Dodge/Burn Tool is used to manipulate light and shadow in an image.
  1266.  
  1267. In this lesson, you will learn how to edit an image in GIMP. Start by downloading this sample image.
  1268.  
  1269. Sample Image 1
  1270.  
  1271. Once you�ve downloaded the sample image, open it in GIMP. Use this file to practice the skills you�ll learn in this lesson.
  1272.  
  1273. Opening a File in GIMP
  1274. To open a file in GIMP, follow these directions.
  1275.  
  1276. Click �File� in the Toolbox.
  1277. Choose �Open.�
  1278.  
  1279. TIP: You can skip steps one and two and press the �Ctrl� and �O� buttons simultaneously to open the �Open� menu instead.
  1280. Browse to the file you want to open.
  1281. Click the �Open� button.
  1282. Click here to download a text version of the presentation below.
  1283.  
  1284. Click here to see a video demonstration
  1285.  
  1286.  
  1287. Changing the Size of an Image
  1288. Often, the images stored in your digital camera are too big to e-mail to your friends or display on your website. GIMP can be used to reduce the size of your images.
  1289.  
  1290. Let�s review a few definitions before we continue. Image size refers to the number of pixels across by the number of pixels down and the number of inches wide by the number of inches high. Resolution is the level of detail contained in an image.
  1291.  
  1292. The most common way to measure resolution is by pixel count. The more pixels per inch in an image, the higher the resolution of the image. The fewer pixels per inch in an image, the lower the resolution of the image. On the Web, the recommended resolution is 72 dpi (dots per inch.) This resolution allows images to be clear, but small enough to load in a reasonable amount of time..
  1293.  
  1294. To change the size of an image in GIMP, follow these steps:
  1295.  
  1296. Screenshot of Scale Image box.
  1297. Click Image� in the tool bar.
  1298. Select �Scale Image��
  1299. Indicate desired image size.
  1300. Click the �Scale� button.
  1301. The �Image Size� section of the �Scale Image� window is the important part to pay attention to. You can adjust the width and height of the image by clicking the up and down arrows or by typing in new values. If you want the ratio of the image size to remain the same, be sure the chain to the right of the value fields is connected. If you click on this chain, it will disconnect to indicate that ratio will not be maintained. Ratio refers to the relationship between the width and the height. The image below was resized without maintaining its ratio. Notice how the resulting image (on the right) is distorted.
  1302.  
  1303. Sample of scaled image.
  1304.  
  1305. Cropping an Image
  1306. To crop an image means to trim it down to a smaller size. Cropping is different than simply reducing the size of an image. Cropping actually involves cutting out parts of the image. The image on the left below was cropped. In the resulting image on the right, you can see that parts of the image have been cut out.
  1307.  
  1308. Sample of cropped image.
  1309. To crop an image in GIMP, follow these steps:
  1310.  
  1311. Select the “Rectangle Select Tool” from the GIMP Toolbox.
  1312. Click and drag to select the desired section of the image. (To make a perfectly square selection, hold the shift key down while dragging.)
  1313. Click “Image” in the tool bar.
  1314. Select “Crop to Selection
  1315.  
  1316.  
  1317. Rotating an Image
  1318. To flip an image means to create a mirror image. This means that all the features of an image will appear reversed after the image has been flipped. You can flip your images either horizontally or vertically. In the example below, the image on the left was flipped horizontally to create the image on the right.
  1319.  
  1320.  
  1321. To flip an image in GIMP, follow these steps:
  1322.  
  1323. Click “Image” in the tool bar.
  1324. Select “Transform.”
  1325. Choose “Flip Horizontally” or “Flip Vertically” from the “Transform” menu.
  1326.  
  1327. Rotating an Image
  1328. Often when you load pictures from your digital camera onto your computer, some images are sideways depending on how you held the camera when you took the picture. You can easily fix this by rotating the images. To rotate an image means to turn an image a number of degrees in either direction. Observe how the image below (left) is rotated 90° clockwise to result in the image on the right.
  1329.  
  1330. Sample of image rotation.
  1331. To rotate an image in GIMP, follow these steps:
  1332.  
  1333. Click “Image” in the tool bar.
  1334. Select “Transform.”
  1335. Choose “Rotate 90° clockwise” or “Rotate 90° counter-clockwise” or “Rotate 180°” from the “Transform” menu.
  1336.  
  1337. Making a Photograph Black and White
  1338. You may want to get a little artistic with your photographs. Creating grayscale, or black and white, photographs is really easy in GIMP.
  1339.  
  1340. Sample of image grayscale.
  1341. To make an image black and white in GIMP, follow these steps:
  1342.  
  1343. Click “Image” in the tool bar.
  1344. Select “Mode.”
  1345. Choose “Grayscale.”
  1346.  
  1347. Image Editing Practice Exercise
  1348. Open one of your own photos in GIMP. If you do not have a photo, borrow the one below to experiment with. Use the tools studied in this lesson to alter the image.
  1349.  
  1350. Scale the image to increase and decrease size.
  1351. Use the Rectangle Select Tool to crop the picture.
  1352. Flip the image, and then try rotating the image.
  1353. Adjust the grayscale to make the photo black and white.
  1354. groundhog on dirt mound.
  1355.  
  1356. Creating a New File in GIMP
  1357. To create a new file in GIMP, follow these directions.
  1358.  
  1359. Click "File" in the Toolbox.
  1360. Choose "New."
  1361.  
  1362. TIP: You can skip steps one and two and press the “Ctrl” and “N” buttons simultaneously to open the “Create a New Image” window.
  1363.  
  1364. Indicate the size of the image you want to create.
  1365. Click “OK.”
  1366.  
  1367. Creating Shapes
  1368. To create shapes in GIMP, you’ll use the selection and fill tools. Let’s start by creating a rectangle.
  1369.  
  1370. Creating a Rectangle
  1371. To create a rectangle in GIMP, follow these steps:
  1372.  
  1373. Click the Rectangle Select Tool from the Toolbox.
  1374. In the image window, click and drag to create a rectangular selection in the desired size and shape.
  1375. Click the Bucket Fill Tool from the Toolbox.
  1376. Click the foreground color box in the Toolbox.
  1377.  
  1378. The white box below is the foreground box. The blue box behind it is the background box.
  1379.  
  1380. Choose the desired color for your rectangle.
  1381. Click the "OK" button.
  1382. Click anywhere inside the rectangular selection on the image window.
  1383. Creating a Square
  1384. You can use the Rectangle Select Tool to create a square as well. Hold the shift key while you click and drag the selection tool. This will ensure that your selection is a perfect square.
  1385.  
  1386. Creating an Oval
  1387. Use the Ellipse Select Tool to create an oval in GIMP. Follow the same steps as if you were using the Rectangle Select Tool.
  1388.  
  1389. Creating a Circle
  1390. You can also use the Ellipse Select Tool to create a circle, just as you would use the Rectangle Select Tool to create a square. Follow the steps to create an ellipse. This time, hold the shift key while you click and drag the selection tool. This will ensure that your selection is a perfect circle.
  1391.  
  1392.  
  1393. Creating a Hollow Rectangle
  1394. To create a rectangle that is not filled in with a color, follow the steps for creating a rectangle the steps for creating a rectangle and continue with the following:
  1395.  
  1396. Click the "Select" menu from the tool bar.
  1397. Choose "Shrink" from the "Select" menu.
  1398. Indicate the desired width of the rectangle’s border in pixels.
  1399. Click the "OK" button.
  1400. Click the "Delete" key on your keyboard.
  1401. You can follow the steps above to make any shape hollow.
  1402.  
  1403. Creating a Rectangle with Rounded Corners
  1404. To create a rectangle with rounded corners in GIMP, follow these steps:
  1405.  
  1406. Click the Rectangle Select Tool from the Toolbox.
  1407. In the image window, click and drag to create a rectangular selection in the desired size and shape.
  1408. Click the "Rounded corners" check box in the bottom part of the Toolbox.
  1409. Enter your desired radius.
  1410. Click the Bucket Fill Tool from the Toolbox.
  1411. Click the foreground color box in the Toolbox.
  1412.  
  1413.  
  1414. The white box below is the foreground box. The blue box behind it is the background box.
  1415.  
  1416. Choose the desired color for your rectangle.
  1417. Click the "OK" button.
  1418. Click anywhere inside the rectangular selection on the image window.
  1419.  
  1420.  
  1421. Creating Straight Lines
  1422. To draw a straight line in GIMP, follow these steps:
  1423.  
  1424. Click the Paintbrush Tool in the Toolbox.
  1425. In the image window, hover the cursor over the spot where you want the line to begin.
  1426. Click the "Shift" key on your keyboard to designate this spot as the start of your line.
  1427. While holding the "Shift" key, move your mouse to the spot where you want the line to end and click that spot.
  1428. Creating Buttons
  1429. To create a button in GIMP, follow these steps:
  1430.  
  1431. Create a selection in the desired shape and size of your button.
  1432. Fill the selection with the color of your choice.
  1433. Click the "Filters" menu from the tool bar.
  1434. Choose "Add Bevel . . ." under the "Decor" menu.
  1435. Indicate the desired thickness. (You might have to play around with this setting to get the look you want.)
  1436. Click the "OK" button.
  1437. Click the Text Tool in the Toolbox.
  1438. Click and drag your cursor to create a textbox that covers the entire button.
  1439. Type the contents of the button into the GIMP Text Editor window.
  1440. Click the "Use selected font" check box in the GIMP Text Editor window.
  1441. Adjust text settings in the bottom part of the Toolbox. (You can change the font style, color, size, etc. from the Toolbox.)
  1442. Click the "Close" button in the GIMP Text Editor window.
  1443. Use the arrow keys on your keyboard to move the text to the desired position.
  1444.  
  1445. Create a new file in GIMP to make your own rectangles and ovals. Use the information from this lesson to create perfect squares and circles, as well. Then experiment with color by using the Bucket Fill Tool to fill in your shapes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement