Filed under: Photography
Exposure Guide for Transparency Film
© 1996 Kevin C. O’Neil, Eastern Light Nature Photography, Ltd. All Rights Reserved.
The “System”
This “system” provides accurate exposures guides for the most common lighting situations faced by photographers using transparency film: Normal or Low Light and Bright Sunny Days. This system is not “unique” or “special” in any way. It is the system used by almost all nature photographers (whether they know it or not). Although these guides are generally applicable to print films, because of the wider latitude (i.e., ability to provide proper exposure where the range and contrast of light is great) of print films, the compensation suggestions may not be great enough to provide for proper exposure for print films.
Two Simple Rules
Two simple exposure compensation rules to remember with slide film are “LO-DC” and “LC-DO.”
In Normal or Low Light, and when the tone of the subject matter is Light, you need to Open up to ensure proper exposure. If the subject matter is Dark, you need to Close down to ensure proper exposure. LO-DC means Light Subject, Open Up – Dark Subject, Close Down
On a Bright Sunny Day, and when the tone of the subject matter is Light, you need to Close down to ensure proper exposure. If the subject matter is Dark, you need to Open up to ensure proper exposure. LC-DO means Light Subject, Close Down – Dark Subject, Open Up
These may seem not seem logical at first, but you need to remember that your camera exposure meter is calibrated to properly expose an 18% gray card (a medium tone subject). When you meter a subject lighter than 18% gray under Normal or Low Light, such as snow, the camera meter “tells” you how to expose the snow as if it were a medium tone subject. The resulting image of snow therefore looks gray! When faced with this situation and you are using slide film, you must compensate by opening up 1.5 to 2 stops so that snow is white (i.e., Light/Open).
The opposite is true. If shooting a dark subject under Normal or Low Light, such as a black bear, your meter will give you the proper exposure for an 18% gray card, turning the black bear into a gray bear (or at least a tone of black that is much lighter than the bear actually appeared). Because the subject is Dark, you need to Close down (i.e., Dark/Close).
On a Bright Sunny Day, the rules of exposure shift. Rather than attempt to explain this here, accept it as “truth” and experiment. You’ll be pleased with the results. This exposure rule is often referred to as the “Sunny f/16 Rule.” This means that on a Bright Sunny Day with few clouds in the sky, the proper exposure for a subject with front lighting is f/16 at a shutter speed closest to your ISO film speed. If I was shooting Fuji Velvia (ISO 50), the proper exposure would be 1/60th of a second at f/16, or a combination of shutter speed and f-stop equal to this (i.e., 125th at f/11). One note of caution, always avoid shooting on a Bright Sunny Day unless the subject matter or timing leave you with no alternative. The resulting images are generally not as good as ones taken under better lighting conditions (early morning, late afternoon or on cloudy days).
Filed under: Photography
Exposure Guide for Transparency Film
© 1996 Kevin C. O’Neil, Eastern Light Nature Photography, Ltd. All Rights Reserved.
The “System”
This “system” provides accurate exposures guides for the most common lighting situations faced by photographers using transparency film: Normal or Low Light and Bright Sunny Days. This system is not “unique” or “special” in any way. It is the system used by almost all nature photographers (whether they know it or not). Although these guides are generally applicable to print films, because of the wider latitude (i.e., ability to provide proper exposure where the range and contrast of light is great) of print films, the compensation suggestions may not be great enough to provide for proper exposure for print films.
Two Simple Rules
Two simple exposure compensation rules to remember with slide film are “LO-DC” and “LC-DO.”
In Normal or Low Light, and when the tone of the subject matter is Light, you need to Open up to ensure proper exposure. If the subject matter is Dark, you need to Close down to ensure proper exposure. LO-DC means Light Subject, Open Up – Dark Subject, Close Down
On a Bright Sunny Day, and when the tone of the subject matter is Light, you need to Close down to ensure proper exposure. If the subject matter is Dark, you need to Open up to ensure proper exposure. LC-DO means Light Subject, Close Down – Dark Subject, Open Up
These may seem not seem logical at first, but you need to remember that your camera exposure meter is calibrated to properly expose an 18% gray card (a medium tone subject). When you meter a subject lighter than 18% gray under Normal or Low Light, such as snow, the camera meter “tells” you how to expose the snow as if it were a medium tone subject. The resulting image of snow therefore looks gray! When faced with this situation and you are using slide film, you must compensate by opening up 1.5 to 2 stops so that snow is white (i.e., Light/Open).
The opposite is true. If shooting a dark subject under Normal or Low Light, such as a black bear, your meter will give you the proper exposure for an 18% gray card, turning the black bear into a gray bear (or at least a tone of black that is much lighter than the bear actually appeared). Because the subject is Dark, you need to Close down (i.e., Dark/Close).
On a Bright Sunny Day, the rules of exposure shift. Rather than attempt to explain this here, accept it as “truth” and experiment. You’ll be pleased with the results. This exposure rule is often referred to as the “Sunny f/16 Rule.” This means that on a Bright Sunny Day with few clouds in the sky, the proper exposure for a subject with front lighting is f/16 at a shutter speed closest to your ISO film speed. If I was shooting Fuji Velvia (ISO 50), the proper exposure would be 1/60th of a second at f/16, or a combination of shutter speed and f-stop equal to this (i.e., 125th at f/11). One note of caution, always avoid shooting on a Bright Sunny Day unless the subject matter or timing leave you with no alternative. The resulting images are generally not as good as ones taken under better lighting conditions (early morning, late afternoon or on cloudy days).
Filed under: Graphics 1 & 2
Best Practices for Accessible Flash Design: Part 2
By Bob Regan
Controlling reading order using off stage content
In cases where the application relies on a highly dynamic content, it can be difficult to specify the reading order in advance. In this very small set of applications, it is possible to control the reading order by placing a second set of content off stage in a single column. The on stage content is all rendered as inaccessible to prevent the screen reader from reading it. The second set of content is positioned in a column so the reading order does not jump between unrelated elements.
There are two primary drawbacks to this method. First, it increases the number of objects in the movie, impacting the file size and performance of the movie. Second, users of screen magnifiers may find the off stage content conflicts with the on stage visual content they are working with. Screen magnifiers not only increase the size of elements on the stage, but move them to the center. If the on-stage content is inaccessible, off stage content will draw the focus of the screen magnifier creating a very confusing experience visually. This method is often used in conjunction with screen reader detection, but it is important to consider that users may have both a screen reader and magnifier in use simultaneously.
Screen reader detection
Since this case is intended to benefit screen reader users alone, this method is frequently used in conjunction with screen reader detection. Flash has a unique advantage over JavaScript in that it is able to use MSAA to detect the presence of a screen reader. The method Accessibility.isActive() will return a value of true if a screen reader is present and it is currently focused on the Flash content. It is important that this method not be called in the first second or so in the life of the movie, or it could return a false negative. Rather than calling this method in the first frame of a movie, many designers will attach this method to the first button in the movie.
Building off stage content
If Accessibility.isActive() returns a value of true, the contents on screen are set to be inaccessible. Perhaps the easiest means of accomplishing this is to place all of the on stage content in a single movie clip and then set the .silent property of that movie clip to true. It is preferable to use .silent as opposed to altering the visibility of the movie clip since people relying on screen readers might be working together with a sighted person relying on the on stage content visually.
Next, the off stage content is loaded into a single column. This column need not match the height of the movie. It is important that as changes are made on stage that the off stage content is updated at the same time.
Filed under: Graphics 1 & 2
Best Practices for Accessible Flash Design: Part 2
By Bob Regan
Controlling reading order using off stage content
In cases where the application relies on a highly dynamic content, it can be difficult to specify the reading order in advance. In this very small set of applications, it is possible to control the reading order by placing a second set of content off stage in a single column. The on stage content is all rendered as inaccessible to prevent the screen reader from reading it. The second set of content is positioned in a column so the reading order does not jump between unrelated elements.
There are two primary drawbacks to this method. First, it increases the number of objects in the movie, impacting the file size and performance of the movie. Second, users of screen magnifiers may find the off stage content conflicts with the on stage visual content they are working with. Screen magnifiers not only increase the size of elements on the stage, but move them to the center. If the on-stage content is inaccessible, off stage content will draw the focus of the screen magnifier creating a very confusing experience visually. This method is often used in conjunction with screen reader detection, but it is important to consider that users may have both a screen reader and magnifier in use simultaneously.
Screen reader detection
Since this case is intended to benefit screen reader users alone, this method is frequently used in conjunction with screen reader detection. Flash has a unique advantage over JavaScript in that it is able to use MSAA to detect the presence of a screen reader. The method Accessibility.isActive() will return a value of true if a screen reader is present and it is currently focused on the Flash content. It is important that this method not be called in the first second or so in the life of the movie, or it could return a false negative. Rather than calling this method in the first frame of a movie, many designers will attach this method to the first button in the movie.
Building off stage content
If Accessibility.isActive() returns a value of true, the contents on screen are set to be inaccessible. Perhaps the easiest means of accomplishing this is to place all of the on stage content in a single movie clip and then set the .silent property of that movie clip to true. It is preferable to use .silent as opposed to altering the visibility of the movie clip since people relying on screen readers might be working together with a sighted person relying on the on stage content visually.
Next, the off stage content is loaded into a single column. This column need not match the height of the movie. It is important that as changes are made on stage that the off stage content is updated at the same time.
Filed under: Graphics 1 & 2
Best Practices for Accessible Flash Design: Part 2
By Bob Regan
Controlling reading order using off stage content
In cases where the application relies on a highly dynamic content, it can be difficult to specify the reading order in advance. In this very small set of applications, it is possible to control the reading order by placing a second set of content off stage in a single column. The on stage content is all rendered as inaccessible to prevent the screen reader from reading it. The second set of content is positioned in a column so the reading order does not jump between unrelated elements.
There are two primary drawbacks to this method. First, it increases the number of objects in the movie, impacting the file size and performance of the movie. Second, users of screen magnifiers may find the off stage content conflicts with the on stage visual content they are working with. Screen magnifiers not only increase the size of elements on the stage, but move them to the center. If the on-stage content is inaccessible, off stage content will draw the focus of the screen magnifier creating a very confusing experience visually. This method is often used in conjunction with screen reader detection, but it is important to consider that users may have both a screen reader and magnifier in use simultaneously.
Screen reader detection
Since this case is intended to benefit screen reader users alone, this method is frequently used in conjunction with screen reader detection. Flash has a unique advantage over JavaScript in that it is able to use MSAA to detect the presence of a screen reader. The method Accessibility.isActive() will return a value of true if a screen reader is present and it is currently focused on the Flash content. It is important that this method not be called in the first second or so in the life of the movie, or it could return a false negative. Rather than calling this method in the first frame of a movie, many designers will attach this method to the first button in the movie.
Building off stage content
If Accessibility.isActive() returns a value of true, the contents on screen are set to be inaccessible. Perhaps the easiest means of accomplishing this is to place all of the on stage content in a single movie clip and then set the .silent property of that movie clip to true. It is preferable to use .silent as opposed to altering the visibility of the movie clip since people relying on screen readers might be working together with a sighted person relying on the on stage content visually.
Next, the off stage content is loaded into a single column. This column need not match the height of the movie. It is important that as changes are made on stage that the off stage content is updated at the same time.
Filed under: Graphics 1 & 2
Best Practices for Accessible Flash Design: Part 2
By Bob Regan
Controlling reading order using off stage content
In cases where the application relies on a highly dynamic content, it can be difficult to specify the reading order in advance. In this very small set of applications, it is possible to control the reading order by placing a second set of content off stage in a single column. The on stage content is all rendered as inaccessible to prevent the screen reader from reading it. The second set of content is positioned in a column so the reading order does not jump between unrelated elements.
There are two primary drawbacks to this method. First, it increases the number of objects in the movie, impacting the file size and performance of the movie. Second, users of screen magnifiers may find the off stage content conflicts with the on stage visual content they are working with. Screen magnifiers not only increase the size of elements on the stage, but move them to the center. If the on-stage content is inaccessible, off stage content will draw the focus of the screen magnifier creating a very confusing experience visually. This method is often used in conjunction with screen reader detection, but it is important to consider that users may have both a screen reader and magnifier in use simultaneously.
Screen reader detection
Since this case is intended to benefit screen reader users alone, this method is frequently used in conjunction with screen reader detection. Flash has a unique advantage over JavaScript in that it is able to use MSAA to detect the presence of a screen reader. The method Accessibility.isActive() will return a value of true if a screen reader is present and it is currently focused on the Flash content. It is important that this method not be called in the first second or so in the life of the movie, or it could return a false negative. Rather than calling this method in the first frame of a movie, many designers will attach this method to the first button in the movie.
Building off stage content
If Accessibility.isActive() returns a value of true, the contents on screen are set to be inaccessible. Perhaps the easiest means of accomplishing this is to place all of the on stage content in a single movie clip and then set the .silent property of that movie clip to true. It is preferable to use .silent as opposed to altering the visibility of the movie clip since people relying on screen readers might be working together with a sighted person relying on the on stage content visually.
Next, the off stage content is loaded into a single column. This column need not match the height of the movie. It is important that as changes are made on stage that the off stage content is updated at the same time.
Filed under: Graphics 1 & 2
| Creating Brushes in Illustrator CS |
Illustrator Tutorial By Sara Froehlich Want to make some special stationery for invitations to your big St. Patrick’s Day bash? Want to whip up some St. Paddy’s Day graphics? Using Illustrator Brushes and Symbols can speed up your drawing time!Last week I showed you how to make two shamrocks, a solid colored shamrock and another one using the gradient mesh tool. This week I’ll show you how to use the solid color shamrock in brushes. Unfortunately the gradient mesh shamrock (or any gradient mesh object) can’t be used to make a brush, but they can be used as symbols, as you will see in a bit.
Shamrock Brush
This tutorial uses Illustrator CS, but it will work in Illustrator 9 or 10 as well, although some of the commands may be in different places, especially loading brushes, but we will get to that later. For now, let’s make the first brush. (Note: symbols were new in Illustrator 10, so if you are using Illustrator 9, you won’t have the symbol option.) Step 1. Either open the shamrock you make last week or follow the instructions here under “Drawing the Shamrock” steps 1-17 to make another. If you don’t want to draw one, you can use mine by downloading this file for Illustrator CS or Illustrator 10, or for Illustrator 9. Note: When opening the file in Illustrator 10, you may get a message saying the file was created in a newer version of Illustrator and some loss may occur. You can safely ignore this message and open the file.Step 2. Because the shamrock we made last time was large, I scaled mine to 20% size. To do this, go to Object > Transform > Scale. Make sure Uniform is checked and enter 20 in the percentage box. Click OK. Save this image as shamrock_small.ai so you don’t overwrite the large one. Step 3. Make a couple duplicates of the scaled shamrock in case you want to start over. The easiest way to do this is to:1. Go to Object > Transform > Scale. 2. Make sure Uniform is checked. 3. Enter 100 in the percent box. 4. Click the Copy button. 5. Before you do anything else, transform again by typing command/control + D a few times to make copies. 6. Click and drag on the copies to drag them off the original shamrock and move them out of the way. If you get stuck and have to start over grab one of your duplicates.Step 4. Select one of the shamrocks by clicking on it with the selection tool (V). Open the Brush palette (Window > Brushes), and open the Brush palette options menu. Choose New Brush.
Filed under: Graphics 1 & 2
| Creating Brushes in Illustrator CS |
Illustrator Tutorial By Sara Froehlich Want to make some special stationery for invitations to your big St. Patrick’s Day bash? Want to whip up some St. Paddy’s Day graphics? Using Illustrator Brushes and Symbols can speed up your drawing time!Last week I showed you how to make two shamrocks, a solid colored shamrock and another one using the gradient mesh tool. This week I’ll show you how to use the solid color shamrock in brushes. Unfortunately the gradient mesh shamrock (or any gradient mesh object) can’t be used to make a brush, but they can be used as symbols, as you will see in a bit.
Shamrock Brush
This tutorial uses Illustrator CS, but it will work in Illustrator 9 or 10 as well, although some of the commands may be in different places, especially loading brushes, but we will get to that later. For now, let’s make the first brush. (Note: symbols were new in Illustrator 10, so if you are using Illustrator 9, you won’t have the symbol option.) Step 1. Either open the shamrock you make last week or follow the instructions here under “Drawing the Shamrock” steps 1-17 to make another. If you don’t want to draw one, you can use mine by downloading this file for Illustrator CS or Illustrator 10, or for Illustrator 9. Note: When opening the file in Illustrator 10, you may get a message saying the file was created in a newer version of Illustrator and some loss may occur. You can safely ignore this message and open the file.Step 2. Because the shamrock we made last time was large, I scaled mine to 20% size. To do this, go to Object > Transform > Scale. Make sure Uniform is checked and enter 20 in the percentage box. Click OK. Save this image as shamrock_small.ai so you don’t overwrite the large one. Step 3. Make a couple duplicates of the scaled shamrock in case you want to start over. The easiest way to do this is to:1. Go to Object > Transform > Scale. 2. Make sure Uniform is checked. 3. Enter 100 in the percent box. 4. Click the Copy button. 5. Before you do anything else, transform again by typing command/control + D a few times to make copies. 6. Click and drag on the copies to drag them off the original shamrock and move them out of the way. If you get stuck and have to start over grab one of your duplicates.Step 4. Select one of the shamrocks by clicking on it with the selection tool (V). Open the Brush palette (Window > Brushes), and open the Brush palette options menu. Choose New Brush.
Filed under: Graphics 1 & 2
| Creating Brushes in Illustrator CS |
Illustrator Tutorial By Sara Froehlich Want to make some special stationery for invitations to your big St. Patrick’s Day bash? Want to whip up some St. Paddy’s Day graphics? Using Illustrator Brushes and Symbols can speed up your drawing time!Last week I showed you how to make two shamrocks, a solid colored shamrock and another one using the gradient mesh tool. This week I’ll show you how to use the solid color shamrock in brushes. Unfortunately the gradient mesh shamrock (or any gradient mesh object) can’t be used to make a brush, but they can be used as symbols, as you will see in a bit.
Shamrock Brush
This tutorial uses Illustrator CS, but it will work in Illustrator 9 or 10 as well, although some of the commands may be in different places, especially loading brushes, but we will get to that later. For now, let’s make the first brush. (Note: symbols were new in Illustrator 10, so if you are using Illustrator 9, you won’t have the symbol option.) Step 1. Either open the shamrock you make last week or follow the instructions here under “Drawing the Shamrock” steps 1-17 to make another. If you don’t want to draw one, you can use mine by downloading this file for Illustrator CS or Illustrator 10, or for Illustrator 9. Note: When opening the file in Illustrator 10, you may get a message saying the file was created in a newer version of Illustrator and some loss may occur. You can safely ignore this message and open the file.Step 2. Because the shamrock we made last time was large, I scaled mine to 20% size. To do this, go to Object > Transform > Scale. Make sure Uniform is checked and enter 20 in the percentage box. Click OK. Save this image as shamrock_small.ai so you don’t overwrite the large one. Step 3. Make a couple duplicates of the scaled shamrock in case you want to start over. The easiest way to do this is to:1. Go to Object > Transform > Scale. 2. Make sure Uniform is checked. 3. Enter 100 in the percent box. 4. Click the Copy button. 5. Before you do anything else, transform again by typing command/control + D a few times to make copies. 6. Click and drag on the copies to drag them off the original shamrock and move them out of the way. If you get stuck and have to start over grab one of your duplicates.Step 4. Select one of the shamrocks by clicking on it with the selection tool (V). Open the Brush palette (Window > Brushes), and open the Brush palette options menu. Choose New Brush.
Filed under: Graphics 1 & 2
| Creating Brushes in Illustrator CS |
Illustrator Tutorial By Sara Froehlich Want to make some special stationery for invitations to your big St. Patrick’s Day bash? Want to whip up some St. Paddy’s Day graphics? Using Illustrator Brushes and Symbols can speed up your drawing time!Last week I showed you how to make two shamrocks, a solid colored shamrock and another one using the gradient mesh tool. This week I’ll show you how to use the solid color shamrock in brushes. Unfortunately the gradient mesh shamrock (or any gradient mesh object) can’t be used to make a brush, but they can be used as symbols, as you will see in a bit.
Shamrock Brush
This tutorial uses Illustrator CS, but it will work in Illustrator 9 or 10 as well, although some of the commands may be in different places, especially loading brushes, but we will get to that later. For now, let’s make the first brush. (Note: symbols were new in Illustrator 10, so if you are using Illustrator 9, you won’t have the symbol option.) Step 1. Either open the shamrock you make last week or follow the instructions here under “Drawing the Shamrock” steps 1-17 to make another. If you don’t want to draw one, you can use mine by downloading this file for Illustrator CS or Illustrator 10, or for Illustrator 9. Note: When opening the file in Illustrator 10, you may get a message saying the file was created in a newer version of Illustrator and some loss may occur. You can safely ignore this message and open the file.Step 2. Because the shamrock we made last time was large, I scaled mine to 20% size. To do this, go to Object > Transform > Scale. Make sure Uniform is checked and enter 20 in the percentage box. Click OK. Save this image as shamrock_small.ai so you don’t overwrite the large one. Step 3. Make a couple duplicates of the scaled shamrock in case you want to start over. The easiest way to do this is to:1. Go to Object > Transform > Scale. 2. Make sure Uniform is checked. 3. Enter 100 in the percent box. 4. Click the Copy button. 5. Before you do anything else, transform again by typing command/control + D a few times to make copies. 6. Click and drag on the copies to drag them off the original shamrock and move them out of the way. If you get stuck and have to start over grab one of your duplicates.Step 4. Select one of the shamrocks by clicking on it with the selection tool (V). Open the Brush palette (Window > Brushes), and open the Brush palette options menu. Choose New Brush.