Texture Editor. Introduction

Size: px
Start display at page:

Download "Texture Editor. Introduction"

Transcription

1 Texture Editor Introduction Texture Layers Copy and Paste Layer Order Blending Layers PShop Filters Image Properties MipMap Tiling Reset Repeat Mirror Texture Placement Surface Size, Position, and Rotation Falloff Using a Reference Object Freezing Reference Object/Camera World Coordinates Introduction While you can vary a parameter over time with an envelope, the parameter is not dynamic over the surface: the value for a particular frame is the value for the entire surface. Textures, on the other hand, essentially let you vary the value dynamically over the surface (as well as in time). A Color texture is probably the easiest illustration. Instead of using the same color on a surface, you can map a picture (a color texture image map) onto the surface that lets the color differ over the surface area. You can use Image Maps for more than just color. On other surface parameters, the color element is ignored and only the brightness of each pixel varies the value over the surface. For example, you can use an Image Map with Specularity to suggest scratches on a surface. Textures let you divide a surface into thousands of smaller areas and apply a different level of the surface attribute to each individual area.

2 In addition to Image Map textures, you can also use Procedural Textures and Gradients. Procedurals are mathematically computed images. Gradients act as a type of envelope, except that the value can change over a condition other than time. Select these options by using the Layer Type pop-up menu. Texture Layers LightWave can layer surfaces infinitely; once you set the original texture, you can add another layer by using the Add Layer pop-up menu. You can choose to add any of the layer types - the type can be changed later if necessary. The layer list window shows you all of the layers. The first column indicates whether the layer is active (checked) or not (blank). You can toggle the status by clicking in the column. The next column shows the layer name, which indicates the type of layer. Next is the opacity percentage, followed by the Blending Mode (e.g., + for Additive). You can choose which layer to work on by simply clicking on it in the window. To remove a layer, select it and then click Remove Layer. Copy and Paste You can copy the currently selected layer or all of the layers in the Surface list to a memory buffer by using the Copy pop-up menu. For the Paste operations, Replace Current Layer will replace the selected layer with the buffer contents, even if the buffer contains more than one layer. Replace all Layers will clear all existing layers and then add the buffer contents. Add to Layers simply appends the buffer contents to the end of the list. The buffer contents will remain until you quit LightWave. Layer Order Texture layers are always listed in order from top to bottom. New layers are added on top of existing layers. Keep this in mind when you set up multiple layers. For example, if you want an Image Map with fractal noise across the entire surface including the image, you must map the image first and add the fractal noise afterwards. Of course, you can reorder layers by dragging them with your mouse. The base Surface settings - those set on the Surface Editor s Basic Tab - always sit beneath all layers. Blending Layers To set the opacity of a texture, use the Layer Opacity field. Reducing the value from 100% makes the overall texture more and more transparent. Setting it above 100% can force a texture layer to unnatural values. The Blending Mode determines how the layer is blended with other layers. With Normal, underlying layers will be totally covered (i.e., replaced) by the texture, assuming Layer Opacity is 100%. The texture acts like an alpha matte; thinner areas of the texture allow the underlying layers to show through. If Layer Opacity is 50%, you get 50% of the layer and 50% of the underlying layers. Additive, adds the texture (times the Layer Opacity) to underlying layers. To achieve an even blend between multiple texture layers, use Normal. Then divide the number of the layers into 100% and use the resulting value as your Texture Opacity value. For example, the first (bottom-most) layer would be set to 100% (100/1), the second layer will be set to 50% (100/2), the third layer will be set to 33% (100/3) and the fourth layer will be set to 25% (100/4). Subtractive subtracts the layer from the underlying layers. Difference is similar to Subtractive but takes the absolute value of the difference. Multiply factors the layer by the underlying layers. Multiplying by darker colors will darken the image, while brighter colors will brighten. Divide multiplies the underlying layers by inverse of the layer. This generally has the opposite effect of Multiply.

3 The Alpha Blending Mode makes the layer an alpha channel on the preceding layer. In other words, it cuts out parts of the preceding layer and makes those areas transparent. White in the alpha image creates opaque areas and black creates transparent areas. Shades in between will do a little of both. If the image, procedural, or gradient has color, the alpha image is based on the brightness of the areas. Each layer s Blending Mode is indicated in the right-most column of the layer list. Texture Displacement displaces (distorts) layers above it, similar in effect to a Bump Map. PShop Filters Photoshop-style filters have been added to the Blending Mode menu in the Texture Editor. They are designed to work like the blending modes found in Photoshop. While the names may be similar in some instances, such as LightWave s native Multiply and the Pshop Multiply mode, the Photoshop modes are mathematically different from the native LightWave blending options, and therefore produce different results. PShop Multiply - Blends the base color with the blend color, making the image darker by multiplying the color values together. A black color will make the final blend black. A pure white color will change nothing. Working with colors other than black or white will produce a darker color. PShop Screen - The opposite of PShop Multiply, the color values are inverted, multiplied together, then inverted again. A black value will change nothing, while a white color will produce a white result. PShop Overlay - A combination of PShop Multiply and PShop Screen, the formula is dependent on the base color. A lighter base color will produce a lighter result, while a darker base will result in a darker color. PShop Softlight - Similar to PShop Overlay, except the blend color is the determining factor. A lighter blend color will produce a lighter result and a darker blend color will produce a darker color. Colors are mixed, so a pure white or pure black blend color does not produce a result of pure white or pure black. PShop Hardlight - The opposite of PShop Overlay (not PShop Softlight!) and is dependent on the blend color. Multiplies the blend and base colors, with a lighter blend color resulting in a lighter result and dark blends producing darker results. PShop Colordodge - The base color is brightened to reflect the blend color by reducing the contrast. A blend color of black changes nothing. PShop Darken - The base and blend colors are compared and the darker color is the one used. PShop Lighten - The base and blend colors are compared and the lighter color is selected. PShop Exclusion - Subtracts the blend color from the base color, or base from blend, whichever has the brighter color value. A pure white blend value will invert the base color value. Image Properties

4 After you select one of the Projection settings, use the Image pop-up menu to select or load an image/sequence. Clicking the Edit Image button launches the Image Editor Panel. Here you can adjust certain aspects of the image(s). The available Image settings on the Texture Editor Panel vary depending on the Projection setting. Two settings always appear, however. Pixel Blending smooths out the pixelation that can occur when a camera gets close to the mapped surface. MipMap Mip-mapping is used in LightWave and today s games to avoid texture graininess at a distance or at a low angle. Basically, lower-res versions of the texture are generated in real time to save time processing the original image to map onto a polygon. Please note that due to the nature of this filtering method, low-res textures may appear somewhat blurry. Mip-mapping is very useful in animation projects because it ensures that the same image is used no matter where the image-bearing object is in the scene, however, the total memory cost for mip-mapping tends to average out at 1.5 times the image size in memory. On still renders, you can turn off mip-mapping to save memory. The antialiasing Strength value determines the amount of antialiasing. The default setting of 1 should be used in most cases; however, the level may need to be raised or lowered slightly to better match the particular image. This value can be set to higher levels to add blurring effects to the image. Tiling

5 Planar, Cubic, and Cylindrical Image Map projection have Tiling (i.e., repeating) options, which you can set independently for the horizontal and vertical repeating directions. Image used for the following examples Reset Reset is the no-repeat mode. The underlying surface will be visible if the image is smaller than the surface area. Repeat

6 Repeat tiles the image until it fills the surface. Mirror Mirror tiles the image, but flips the image horizontally or vertically. Edge Edge extends the edges of the image to cover the surface. This setting works best when the outer edges are a solid color. The repeating options are relevant only if the Scale, Position, and Rotation settings (at the bottom) are set in such a way that the image will not fill the surface area. Cylindrical and Spherical have Wrapping options that set how many times the image appears horizontally, Width Wrap Amount, and vertically, Height Wrap Amount (not applicable to Cylindrical). This sets how many times you want the image wrapped for the given Scale values. Generally, you ll want this set at 1. Wrap amounts can be negative, which will reverse the image as it is wrapped around in the opposite direction. Texture Placement

7 Once you set the image properties, you must now scale and position the image. Textures are initially positioned referenced to the X, Y, or Z Texture Axis. For Planar projection, think of the axis as a nail used to hold a photograph to a wall. For Cylindrical, think of the axis as the cardboard center of a roll of paper towels. Spherical is very similar. However, you cannot select an axis for a Cubic map. For example, a soda can would use a Y Texture Axis because it sits vertically. The fuselage of an airplane, on the other hand, would probably use the Z Texture Axis. You should generally model objects so that they face the positive Z axis. If the Texture Axis is perpendicular to a surface (such as the sides of a box using the same surface name as the projected side, the image will run through the surface. Surface Size, Position, and Rotation Scale defines the size of the surface to which the texture is applied. Position defines the coordinates of the center of the texture on the surface. Rotation defines how much the texture rotates around the center Position. Different combinations of Texture Axis and Rotation can achieve the same results. Generally, you want to match these settings with the actual surface. Automatic Sizing causes LightWave to calculate the Scale and Position of a selected surface and input those values. It computes an imaginary bounding box around all areas using the current surface. This will fit an Image Map perfectly onto the surface. Use Automatic Sizing for starting values when using procedural textures. If the Scale is smaller than the surface size, an Image Map will tile across the surface (assuming that one of the Repeat options is active). You might also see the tiling effect if the Position is not set to the actual surface center.

8 Because LightWave s textures are three-dimensional, there is no rule stating that the center of a texture must be located somewhere within the bounds of the surface. You can place the texture center outside of the surface and still get a texture to appear across the surface. Textures extend in all directions throughout the virtual space in Layout, but appear only on the surfaces that are set to display them. There are definitely times where you don t want the texture sized exactly to match the surface. Such is the case with Procedural Textures, which usually look better when the Scale is smaller than the Surface Size because it adds more detail. Another example is when you use only part of an image that is texture mapped. Falloff The Falloff values specify the apparent falloff for every unit of distance moving away from the texture center, defined by the Position settings. (The unit of distance is defined by the Default Unit setting on the General Options Tab of the Preferences Panel.) When you animate the Position with an envelope, the position at frame 0 is used as the center for falloff purposes. The Type pop-up menu determines the shape of the Falloff. (In previous versions, the Falloff was always cubic.) Linear Falloff types (i.e., LinearX, LinearY, and LinearZ) operate only in one direction. If you use 100% LinearX, for example, the texture will fall off only in the positive X direction from the texture center. To fall off towards negative X, use -100%. With Cubic, the Falloff occurs on both the positive and negative sides. You can achieve a linear-type falloff in both directions by using Cubic and setting the two axes you do not wish to fall off to 0%. Using a Reference Object Although you can explicitly set the Position, Size, and Rotation of a texture, you can also assign a Reference Object - normally a Null object - and get similar results. The Reference Object makes all of these settings operate relative to itself. You can better control the texture animation by animating the Reference Object. Moreover, you can use different Reference Objects for different Surface Textures (e.g., surface color, diffusion, specular, and so on). An object s pivot point does not affect surfacing. Freezing Reference Object/Camera If you set a Reference Object (or Reference Camera used with Front Projection Mapping) and then select (none) from the related pop-up menu, a dialog appears that asks, Do you want to keep item s parameters?. If you click Yes, you will store the reference item s state at the current frame in the object. (Don t forget to save it.)

9 World Coordinates Normally, textures are locked to a surface and travel with it, as the object is moved, stretched, rotated, or deformed. Selecting World Coordinates will lock the texture to LightWave s Origin instead of those of the surface. Moving the object now will result in the object traveling through the texture. All Texture settings continue to be valid, but now are relevant to the World Coordinates. World Coordinates can create the look of light beams moving through a fog. You create this effect by using transparent light beams with a fractal noise texture for Color and/or Luminosity activated. As the light beam is moved about, it will move through the fog created by the fractal noise. Using World Coordinates on a Transparency Map with Falloff can make a spaceship cloak (turn invisible). Layer Type: Image Mapping Layer Type: Procedural Texture Layer Type: Gradient

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 6 One of the most useful features of applications like Photoshop is the ability to work with layers. allow you to have several pieces of images in the same file, which can be arranged

More information

Working with the BCC DVE and DVE Basic Filters

Working with the BCC DVE and DVE Basic Filters Working with the BCC DVE and DVE Basic Filters DVE models the source image on a two-dimensional plane which can rotate around the X, Y, and Z axis and positioned in 3D space. DVE also provides options

More information

Flair for After Effects v1.1 manual

Flair for After Effects v1.1 manual Contents Introduction....................................3 Common Parameters..............................4 1. Amiga Rulez................................. 11 2. Box Blur....................................

More information

Working with the BCC Cube Filter

Working with the BCC Cube Filter Working with the BCC Cube Filter The Cube Þlter models the source image onto one or more faces of a cube. You can use a separate media source for each of the six faces. The Cube Þlter includes extensive

More information

Photoshop Blending Modes

Photoshop Blending Modes Photoshop Blending Modes https://photoshoptrainingchannel.com/blending-modes-explained/#when-blend-modes-added For those mathematically inclined. https://photoblogstop.com/photoshop/photoshop-blend-modes-

More information

Transparency and blending modes

Transparency and blending modes Transparency and blending modes About transparency Transparency is such an integral part of Illustrator that it s possible to add transparency to your artwork without realizing it. You can add transparency

More information

How to blend, feather, and smooth

How to blend, feather, and smooth How to blend, feather, and smooth Quite often, you need to select part of an image to modify it. When you select uniform geometric areas squares, circles, ovals, rectangles you don t need to worry too

More information

Adding Content and Adjusting Layers

Adding Content and Adjusting Layers 56 The Official Photodex Guide to ProShow Figure 3.10 Slide 3 uses reversed duplicates of one picture on two separate layers to create mirrored sets of frames and candles. (Notice that the Window Display

More information

Working with the BCC Make Alpha Key Filter

Working with the BCC Make Alpha Key Filter Working with the BCC Make Alpha Key Filter Make Alpha Key creates a new alpha channel from one of the existing channels in the image and then applies levels and gamma corrections to the new alpha channel.

More information

Working with the BCC Jitter Filter

Working with the BCC Jitter Filter Working with the BCC Jitter Filter Jitter allows you to vary one or more attributes of a source layer over time, such as size, position, opacity, brightness, or contrast. Additional controls choose the

More information

Tinderbox 1 for Adobe After Effects

Tinderbox 1 for Adobe After Effects Tinderbox 1 for Adobe After Effects Tinderbox 1 2010, Inc. All rights reserved. Tinderbox 1 User Guide This manual, as well as the software described in it, is furnished under license and may only be used

More information

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers:

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers: About Layers: Layers allow you to work on one element of an image without disturbing the others. Think of layers as sheets of acetate stacked one on top of the other. You can see through transparent areas

More information

GIMP Layers. Creating a Blank Image

GIMP Layers. Creating a Blank Image GIMP Layers One of the most powerful features of modern imaging software is the ability to work with layers. If an image is made of layers, we can work on the part that is in one layer without affecting

More information

Inverted Colors Photo Effect With Photoshop

Inverted Colors Photo Effect With Photoshop Inverted Colors Photo Effect With Photoshop Written by Steve Patterson. In this Photoshop Effects tutorial, we re going to look at how to invert the colors in an image to create interesting photo effects.

More information

PHOTOSHOP INVERTED COLORS PHOTO EFFECT

PHOTOSHOP INVERTED COLORS PHOTO EFFECT Photo Effects: Photoshop Inverted Colors Photo Effect PHOTOSHOP INVERTED COLORS PHOTO EFFECT Most people would agree that taking a stroll through the forest can be very calming and peaceful, with all of

More information

IMAGE CORRECTION. You can find this and more information with video tutorials at

IMAGE CORRECTION. You can find this and more information with video tutorials at IMAGE CORRECTION You can find this and more information with video tutorials at http://www.adobe.com/support/photoshop/ P H O T O S H O P T O O L S CLONE STAMP TOOL The Clone Stamp tool paints one part

More information

ADD TRANSPARENT TYPE TO AN IMAGE

ADD TRANSPARENT TYPE TO AN IMAGE ADD TRANSPARENT TYPE TO AN IMAGE In this Photoshop tutorial, we re going to learn how to add transparent type to an image. There s lots of different ways to make type transparent in Photoshop, and in this

More information

Adobe Photoshop Chapter 5 Study Questions /50 Total Points

Adobe Photoshop Chapter 5 Study Questions /50 Total Points Name: Class: Date: Adobe Photoshop Chapter 5 Study Questions /50 Total Points True/False Indicate whether the statement is true or false. 1. Bitmapped images are resolution-independent, maintaining their

More information

PHOTOSHOP & ILLUSTRATOR BOOTCAMP

PHOTOSHOP & ILLUSTRATOR BOOTCAMP FALL 2014 - ELIZABETH LIN PHOTOSHOP & ILLUSTRATOR BOOTCAMP ILLUSTRATOR ALIGNMENT To access the alignment panel, go to Window -> Align. You should see a panel like the one below. This panel allows you to

More information

BCC Glow Filter Glow Channels menu RGB Channels, Luminance, Lightness, Brightness, Red Green Blue Alpha RGB Channels

BCC Glow Filter Glow Channels menu RGB Channels, Luminance, Lightness, Brightness, Red Green Blue Alpha RGB Channels BCC Glow Filter The Glow filter uses a blur to create a glowing effect, highlighting the edges in the chosen channel. This filter is different from the Glow filter included in earlier versions of BCC;

More information

BCC Light Matte Filter

BCC Light Matte Filter BCC Light Matte Filter Light Matte uses applied light to create or modify an alpha channel. Rays of light spread from the light source point in all directions. As the rays expand, their intensities are

More information

Working with the BCC Displacement Map Filter

Working with the BCC Displacement Map Filter Working with the BCC Displacement Map Filter The Displacement Map Þlter uses the luminance or color information from an alternate video or still image track (the Map Layer) to displace the pixels in the

More information

Module All You Ever Need to Know About The Displace Filter

Module All You Ever Need to Know About The Displace Filter Module 02-05 All You Ever Need to Know About The Displace Filter 02-05 All You Ever Need to Know About The Displace Filter [00:00:00] In this video, we're going to talk about the Displace Filter in Photoshop.

More information

BCC Displacement Map Filter

BCC Displacement Map Filter BCC Displacement Map Filter The Displacement Map filter uses the luminance or color information from an alternate video or still image track (the Map Layer) to displace the pixels in the source image horizontally

More information

The Layer Blend Modes drop-down box in the top left corner of the Layers palette.

The Layer Blend Modes drop-down box in the top left corner of the Layers palette. Photoshop s Five Essential Blend Modes For Photo Editing When it comes to learning Photoshop, believe it or not, there's really only a handful of things you absolutely, positively need to know. Sure, Photoshop

More information

The original image. Let s get started! The final rainbow effect. The photo sits on the Background layer in the Layers panel.

The original image. Let s get started! The final rainbow effect. The photo sits on the Background layer in the Layers panel. Add A Realistic Rainbow To A Photo In this Photoshop photo effects tutorial, we ll learn how to easily add a rainbow, and even a double rainbow, to a photo! As we ll see, Photoshop ships with a ready-made

More information

Add Transparent Type To An Image With Photoshop

Add Transparent Type To An Image With Photoshop Add Transparent Type To An Image With Photoshop Written by Steve Patterson. In this Photoshop Effects tutorial, we re going to learn how to add transparent type to an image. There s lots of different ways

More information

Image Editor. Opening Image Editor. Click here to expand Table of Contents...

Image Editor. Opening Image Editor. Click here to expand Table of Contents... Image Editor Click here to expand Table of Contents... Opening Image Editor Image Editor Sorting and Filtering Using the Image Editor Source Tab Image Type Color Space Alpha Channel Interlace Mipmapping

More information

Registering and Distorting Images

Registering and Distorting Images Written by Jonathan Sachs Copyright 1999-2000 Digital Light & Color Registering and Distorting Images 1 Introduction to Image Registration The process of getting two different photographs of the same subject

More information

BCC Make Alpha Key Filter

BCC Make Alpha Key Filter BCC Make Alpha Key Filter Make Alpha Key creates a new alpha channel from one of the existing channels in the image and then applies levels and gamma correction to the new alpha channel. Make Alpha Key

More information

Working with the BCC Color Balance Filter

Working with the BCC Color Balance Filter Working with the BCC Color Balance Filter Color Balance performs a true photographic RGB color correction, allowing you to make independent adjustments to the red, green, and blue channels of the image.

More information

Perspective Shadow Text Effect In Photoshop

Perspective Shadow Text Effect In Photoshop Perspective Shadow Text Effect In Photoshop Written by Steve Patterson. In this Photoshop text effects tutorial, we ll learn how to create a popular, classic effect by giving text a perspective shadow

More information

METAL TEXT EFFECT. Step 1: Create A New Document. Step 2: Fill The Background With Black

METAL TEXT EFFECT. Step 1: Create A New Document. Step 2: Fill The Background With Black METAL TEXT EFFECT In this text effects tutorial, we ll learn how to easily create metal text, a popular effect widely used in video games and movie posters! It may seem like there s a lot of steps involved,

More information

Blend Textures With Photos

Blend Textures With Photos Blend Textures With Photos Here's the photo I'll be starting with: The original image. ( 2015 Steve Patterson) I like the photo, but given its subject matter, I think it would look even better if I grunged

More information

Martin Evening Adobe Photoshop CS4 for Photographers. Client: ET Nail Art Model: Karen Bookings Makeup: Camilla Pascucci

Martin Evening Adobe Photoshop CS4 for Photographers. Client: ET Nail Art Model: Karen Bookings Makeup: Camilla Pascucci Martin Evening Adobe Photoshop CS4 for Photographers Getting the balance right The main thing I show on these pages is how to use the paint brush to smooth the skin tones on the face and hands. I happen

More information

Working with the BCC Composite Filter

Working with the BCC Composite Filter Working with the BCC Composite Filter The Composite Þlter offers a variety of options for compositing one layer over another. This Þlter also offers a PixelChooser for greater creative control. BCC Composite

More information

TEXT PERSPECTIVE SHADOW EFFECT

TEXT PERSPECTIVE SHADOW EFFECT TEXT PERSPECTIVE SHADOW EFFECT In this Photoshop text effects tutorial, we ll learn how to create a popular, classic effect by giving text a perspective shadow as if a light source behind the text was

More information

An Introduction to Layers, Masks and Channels in Photoshop

An Introduction to Layers, Masks and Channels in Photoshop An Introduction to Layers, Masks and Channels in Photoshop Roy Killen, GMAPS, EFIAP, GMPSA (c) 2017 Roy Killen Layers, Masks and Channels Page 1 Two approaches to image editing When images are edited in

More information

Working with the BCC Colorize Filter

Working with the BCC Colorize Filter Working with the BCC Colorize Filter Colorize uses a gradient of up to six colors to tone the image. All of the parameters in this Þlter can be animated and linked to other parameters. Source image Filtered

More information

BCC Displacement Map Filter

BCC Displacement Map Filter BCC Displacement Map Filter The Displacement Map filter uses the luminance or color information from an alternate video or still image track (the Map Layer) to displace the pixels in the source image horizontally

More information

GIMP (GNU Image Manipulation Program) MANUAL

GIMP (GNU Image Manipulation Program) MANUAL Selection Tools Icon Tool Name Function Select Rectangle Select Ellipse Select Hand-drawn area (lasso tool) Select Contiguous Region (magic wand) Selects a rectangular area, drawn from upper left (or lower

More information

Chapter 7- Lighting & Cameras

Chapter 7- Lighting & Cameras Chapter 7- Lighting & Cameras Cameras: By default, your scene already has one camera and that is usually all you need, but on occasion you may wish to add more cameras. You add more cameras by hitting

More information

Adobe PhotoShop Elements

Adobe PhotoShop Elements Adobe PhotoShop Elements North Lake College DCCCD 2006 1 When you open Adobe PhotoShop Elements, you will see this welcome screen. You can open any of the specialized areas. We will talk about 4 of them:

More information

Adding Light Beams to a Photo

Adding Light Beams to a Photo Adding Light Beams to a Photo Creating Light Beams (so-called God Rays if you are so inclined) is pretty easy. It requires the use of so ware that can composite layers. So, Lightroom won t work but Photoshop

More information

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile Creating a seamless, tileable texture in GIMP PICTURE AS PAINT Graphic artists often face the problem of turning a photograph into an image that will tile over a larger surface. This task is not as easy

More information

2.11 CASTING LIGHT THROUGH A WINDOW

2.11 CASTING LIGHT THROUGH A WINDOW 2.11 CASTING LIGHT THROUGH A WINDOW Adding a light source to a photograph can increase the photograph s dramatic impact especially when the light is shining through a paned window. Actually setting up

More information

BCC 3 Way Color Grade

BCC 3 Way Color Grade BCC 3 Way Color Grade The 3 Way Color Grade filter enables you to color correct an input image using industry standard Lift- Gamma- Gain controls with an intuitive color sphere and slider interface. The

More information

How to Create Website Banners

How to Create Website Banners How to Create Website Banners In the following instructions you will be creating banners in Adobe Photoshop Elements 6.0, using different images and fonts. The instructions will consist of finding images,

More information

Rendering a perspective drawing using Adobe Photoshop

Rendering a perspective drawing using Adobe Photoshop Rendering a perspective drawing using Adobe Photoshop This hand-out will take you through the steps to render a perspective line drawing using Adobe Photoshop. The first important element in this process

More information

COLORIZING IMAGES WITH GRADIENT MAPS

COLORIZING IMAGES WITH GRADIENT MAPS COLORIZING IMAGES WITH GRADIENT MAPS In this Photoshop tutorial, we ll learn how to add complex colorizing effects to images using custom gradients! Specifically, we ll look at the Gradient Map image adjustment

More information

Delirium v2 User Manual

Delirium v2 User Manual Delirium v2 User Manual Delirium v2 User Manual Digieffects LLC 27 N. Front Street, Ste. 200 Wilmington, NC 28401 (910) 473-5169 info@digieffects.com support@digieffects.com www.digieffects.com Digieffects

More information

Creating a light studio

Creating a light studio Creating a light studio Chapter 5, Let there be Lights, has tried to show how the different light objects you create in Cinema 4D should be based on lighting setups and techniques that are used in real-world

More information

XXXX - ILLUSTRATING FROM SKETCHES IN PHOTOSHOP 1 N/08/08

XXXX - ILLUSTRATING FROM SKETCHES IN PHOTOSHOP 1 N/08/08 INTRODUCTION TO GRAPHICS Illustrating from sketches in Photoshop Information Sheet No. XXXX Creating illustrations from existing photography is an excellent method to create bold and sharp works of art

More information

Select your Image in Bridge. Make sure you are opening the RAW version of your image file!

Select your Image in Bridge. Make sure you are opening the RAW version of your image file! CO 3403: Photographic Communication Steps for Non-Destructive Image Adjustments in Photoshop Use the application Bridge to preview your images and open your files with Camera Raw Review the information

More information

Key Terms. Where is it Located Start > All Programs > Adobe Design Premium CS5> Adobe Photoshop CS5. Description

Key Terms. Where is it Located Start > All Programs > Adobe Design Premium CS5> Adobe Photoshop CS5. Description Adobe Adobe Creative Suite (CS) is collection of video editing, graphic design, and web developing applications made by Adobe Systems. It includes Photoshop, InDesign, and Acrobat among other programs.

More information

How to combine images in Photoshop

How to combine images in Photoshop How to combine images in Photoshop In Photoshop, you can use multiple layers to combine images, but there are two other ways to create a single image from mulitple images. Create a panoramic image with

More information

Working with the BCC Ripple Filter

Working with the BCC Ripple Filter Working with the BCC Ripple Filter The Ripple Þlter simulates ripples spreading out from a point of origin in a pool of water, similar to what you see after tossing a pebble into a pond. This Þlter automatically

More information

Extended Studies - Intro to Adobe Photoshop

Extended Studies - Intro to Adobe Photoshop Working with Curves Curves are the Swiss Army knife of Photoshop. They re great for adjusting both the contrast and color balance of an image in one window. They can lighten and darken areas without selections

More information

Artitude. Sheffield Softworks. Copyright 2014 Sheffield Softworks

Artitude. Sheffield Softworks. Copyright 2014 Sheffield Softworks Sheffield Softworks Artitude Artitude gives your footage the look of a wide variety of real-world media such as Oil Paint, Watercolor, Colored Pencil, Markers, Tempera, Airbrush, etc. and allows you to

More information

Lesson 16 Text, Layer Effects, & Filters

Lesson 16 Text, Layer Effects, & Filters Lesson 16 Text, Layer Effects, & Filters Digital Media I Susan M. Raymond West High School In this tutorial, you will: Create a Type Layer Add and Format Type within a Type Layer Apply Layer Effects Apply

More information

ITEC185 INTRODUCTION TO DIGITAL MEDIA

ITEC185 INTRODUCTION TO DIGITAL MEDIA 1 ITEC185 INTRODUCTION TO DIGITAL MEDIA ADOBE PHOTOSHOP ITEC185 - Introduction to Digital Media ITEC185 - Introduction to Digital Media 2 What is Adobe Photoshop? Photoshop is the leading professional

More information

FLAMING HOT FIRE TEXT

FLAMING HOT FIRE TEXT FLAMING HOT FIRE TEXT In this Photoshop text effects tutorial, we re going to learn how to create a fire text effect, engulfing our letters in burning hot flames. We ll be using Photoshop s powerful Liquify

More information

Using Curves and Histograms

Using Curves and Histograms Written by Jonathan Sachs Copyright 1996-2003 Digital Light & Color Introduction Although many of the operations, tools, and terms used in digital image manipulation have direct equivalents in conventional

More information

Movie Merchandising. Movie Poster. Open the Poster Background.psd file. Open the Cloud.jpg file.

Movie Merchandising. Movie Poster. Open the Poster Background.psd file. Open the Cloud.jpg file. Movie Poster Open the Poster Background.psd file. Open the Cloud.jpg file. Movie Merchandising Choose Image>Adjustments>Desaturate to make it a grayscale image. Select the Move tool in the Toolbar and

More information

Filters. Learning Objectives. Introduction

Filters. Learning Objectives. Introduction 6 Painting Tools and Filters Learning Objectives After completing this chapter, you will be able to: Apply paint to an image using the Brush Tool. Select and modify brush styles using the Brush Preset

More information

Adobe Photoshop. Levels

Adobe Photoshop. Levels How to correct color Once you ve opened an image in Photoshop, you may want to adjust color quality or light levels, convert it to black and white, or correct color or lens distortions. This can improve

More information

Transforming Your Photographs with Photoshop

Transforming Your Photographs with Photoshop Transforming Your Photographs with Photoshop Jesús Ramirez PhotoshopTrainingChannel.com Contents Introduction 2 About the Instructor 2 Lab Project Files 2 Lab Objectives 2 Lab Description 2 Removing Distracting

More information

BCC 3 Way Color Grade. Parameter descriptions:

BCC 3 Way Color Grade. Parameter descriptions: BCC 3 Way Color Grade The 3 Way Color Grade filter enables you to color correct an input image using industry standard Lift- Gamma- Gain controls with an intuitive color sphere and luma slider interface.

More information

Exercise NMCGJ: Image Processing

Exercise NMCGJ: Image Processing Exercise NMCGJ: Image Processing A digital picture (or image) is internally stored as an array or a matrix of pixels (= picture elements), each of them containing a specific color. This exercise is devoted

More information

The effect is not that noticeable, but it should be enough to highlight some of the coasts further. And that s it.

The effect is not that noticeable, but it should be enough to highlight some of the coasts further. And that s it. MAKING A CUSTOM M-CLASS PLANET Okay, well this is my first real tutorial, and it might show, but this is just to give you a basic idea of the principles, so that when the time comes you can take this and

More information

HOW TO CREATE A SUPER SHINY PENCIL ICON

HOW TO CREATE A SUPER SHINY PENCIL ICON HOW TO CREATE A SUPER SHINY PENCIL ICON Tutorial from http://psd.tutsplus.com/ Compiled by INTRODUCTION The Pencil is one of the visual metaphors most used to express creativity. In this tutorial,

More information

SUGAR fx. LightPack 3 User Manual

SUGAR fx. LightPack 3 User Manual SUGAR fx LightPack 3 User Manual Contents Installation 4 Installing SUGARfx 4 What is LightPack? 5 Using LightPack 6 Lens Flare 7 Filter Parameters 7 Main Setup 8 Glow 11 Custom Flares 13 Random Flares

More information

Digitally Removing Uneven Field Illumination

Digitally Removing Uneven Field Illumination Digitally Removing Uneven Field Illumination A problem that is encountered with many telescopes, and nearly all camera lenses used for longexposure deepsky astrophotography is uneven field illumination.

More information

Basic Tutorials Series: Import A Photograph. RenoWorks Support Team Document #HWPRO0003

Basic Tutorials Series: Import A Photograph. RenoWorks Support Team Document #HWPRO0003 Basic Tutorials Series: Import A Photograph RenoWorks Support Team Document #HWPRO0003 Import A Photograph 2 1 Import Your Own Photograph The Photo Import Wizard The Photo Import Wizard is the first tool

More information

Project 25 Page 1 ` JAZZ POSTCARD

Project 25 Page 1 ` JAZZ POSTCARD Project 25 Page 1 ` JAZZ POSTCARD Reset all tools! Create the Background 1. Create a new RGB document, 4.25 in. wide by 5.75 in. high at 100 dpi with a white background. 2. Click the foreground color swatch

More information

NMC Second Life Educator s Skills Series: How to Make a T-Shirt

NMC Second Life Educator s Skills Series: How to Make a T-Shirt NMC Second Life Educator s Skills Series: How to Make a T-Shirt Creating a t-shirt is a great way to welcome guests or students to Second Life and create school/event spirit. This article of clothing could

More information

Advanced Diploma in. Photoshop. Summary Notes

Advanced Diploma in. Photoshop. Summary Notes Advanced Diploma in Photoshop Summary Notes Suggested Set Up Workspace: Essentials or Custom Recommended: Ctrl Shift U Ctrl + T Menu Ctrl + I Ctrl + J Desaturate Free Transform Filter options Invert Duplicate

More information

LAB 2: Sampling & aliasing; quantization & false contouring

LAB 2: Sampling & aliasing; quantization & false contouring CEE 615: Digital Image Processing Spring 2016 1 LAB 2: Sampling & aliasing; quantization & false contouring A. SAMPLING: Observe the effects of the sampling interval near the resolution limit. The goal

More information

The original image. Let s get started! The final effect.

The original image. Let s get started! The final effect. Non-Destructive Infrared Glow Effect In this Photoshop tutorial, we ll learn how to quickly and easily add a dream-like infrared glow effect to an image, and we ll do it non-destructively using Smart Filters

More information

1. INTRODUCTION. What you will need:

1. INTRODUCTION. What you will need: CONTENTS 1. INTRODUCTION... 2 2. EXPORT FROM TSR WORKSHOP... 3 3. TEXTURE... 5 3.1. Preparation... 5 3.2. Multiplier... 8 3.2.1. Grayscale Equalization... 11 3.2.2. Adding Texture to the Bottoms of Skirts

More information

Painting Special Effects on Photographs

Painting Special Effects on Photographs TUTORIAL 7 Painting Special Effects on Photographs In this tutorial you will learn how to transform a photo into a striking color composition with paintbrushes, masks, blending modes, color, and paper

More information

Improve your photos and rescue old pictures

Improve your photos and rescue old pictures PSPRO REVISTED Nov 5 2007 Page 1 of 7 Improve your photos and rescue old pictures This guide gives tips on how you can use Paint Shop5 and similar free graphic programmes to improve your photos. It doesn

More information

Project 8: Nice Close-Up

Project 8: Nice Close-Up ps7ie_p08_b.qxd 11/18/02 3:25 PM Page 74 ps7ie_p08_b.qxd 11/18/02 3:25 PM Page 75 Photoshop 7 Image Effects In this project, work with a picture that was taken at an angle for effect. Correct and crop

More information

HISTOGRAMS. These notes are a basic introduction to using histograms to guide image capture and image processing.

HISTOGRAMS. These notes are a basic introduction to using histograms to guide image capture and image processing. HISTOGRAMS Roy Killen, APSEM, EFIAP, GMPSA These notes are a basic introduction to using histograms to guide image capture and image processing. What are histograms? Histograms are graphs that show what

More information

Everything you ever wanted to know about Layer Styles with Adobe Photoshop CS3 - CS5

Everything you ever wanted to know about Layer Styles with Adobe Photoshop CS3 - CS5 Everything you ever wanted to know about Layer Styles with Adobe Photoshop CS3 - CS5 A layer style is one or more effects applied to a layer or layer group. You can apply one of the preset styles provided

More information

Photoshop: a Beginner s course. by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore

Photoshop: a Beginner s course. by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Photoshop: a Beginner s course by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... 1 Prerequisites... 1 Workshop Objectives...

More information

Selective Editing in Camera Raw 5

Selective Editing in Camera Raw 5 Selective Editing in Camera Raw 5 The editing tools that you saw in the last chapter are global editing tools. That is, they affect all parts of the image. So, when you choose to, for example, brighten

More information

Create A Briefcase Icon

Create A Briefcase Icon Create A Briefcase Icon In this tutorial, I will show you how to create a briefcase icon with rectangles, ellipses, and gradients. This briefcase icon is great for web designs and user interfaces. Moreover,

More information

Unit 7 : Image Painting, Editing and Layers

Unit 7 : Image Painting, Editing and Layers Unit 7 : Image Painting, Editing and Layers Introduction This Unit describes about various painting tools; such as selection, cropping and measuring tools, retouching, drawing and type tools, Navigation

More information

Photoshop 1. click Create.

Photoshop 1. click Create. Photoshop 1 Step 1: Create a new file Open Adobe Photoshop. Create a new file: File->New On the right side, create a new file of size 600x600 pixels at a resolution of 300 pixels per inch. Name the file

More information

BCC Optical Stabilizer Filter

BCC Optical Stabilizer Filter BCC Optical Stabilizer Filter The new Optical Stabilizer filter stabilizes shaky footage. Optical flow technology is used to analyze a specified region and then adjust the track s position to compensate.

More information

Masking with Transparent Overlays

Masking with Transparent Overlays Masking with Transparent Overlays digitalscrapper.com/blog/qt-masking-overlays/ Jen White Masking with Transparent Overlays by Jen White Use the magic formula of 50% gray combined with a contrast blend

More information

Photoshop Textures Assignment # 2

Photoshop Textures Assignment # 2 Photoshop Textures Assignment # 2 Objective: Use Photoshop to create unique texture from scratch that can be applied to backgrounds, objects, tetx and 3D objects to create new and exciting compositions.

More information

Panoramas and the Info Palette By: Martin Kesselman 5/25/09

Panoramas and the Info Palette By: Martin Kesselman 5/25/09 Panoramas and the Info Palette By: Martin Kesselman 5/25/09 Any time you have a color you would like to copy exactly, use the info palette. When cropping to achieve a particular size, it is useful to use

More information

2.2 Laser Etching with BoXZY. This manual will get you started laser etching with BoXZY. Written By: BoXZY boxzy.dozuki.

2.2 Laser Etching with BoXZY. This manual will get you started laser etching with BoXZY. Written By: BoXZY boxzy.dozuki. 2.2 Laser Etching with BoXZY This manual will get you started laser etching with BoXZY. Written By: BoXZY 2018 boxzy.dozuki.com/ Page 1 of 18 INTRODUCTION This manual will guide you through a two-part

More information

Exploring Photoshop Tutorial

Exploring Photoshop Tutorial Exploring Photoshop Tutorial Objective: In this tutorial we will create a poster composed of three distinct elements: a Bokeh, an image and title text. The Bokeh is an effect which is sometimes seen in

More information

EXTREME CONTRAST PHOTO EFFECT

EXTREME CONTRAST PHOTO EFFECT EXTREME CONTRAST PHOTO EFFECT In this Photoshop tutorial, we re going to learn how to use layers, layer blend modes, some noise, a little sharpening, and a simple adjustment layer to easily give a photo

More information

PHOTOSHOP DESIGN EFFECTS FOR INTERMEDIATE TO ADVANCED USERS

PHOTOSHOP DESIGN EFFECTS FOR INTERMEDIATE TO ADVANCED USERS PHOTOSHOP DESIGN EFFECTS FOR INTERMEDIATE TO ADVANCED USERS Copyright 2012, National Seminars Training Introduction This class is all about design effects in Adobe Photoshop. For example, let s say that

More information

Introduction to Layers

Introduction to Layers Introduction to Layers By Anna Castano A layer is an image or text that is piled on top of another. There are many things you can do with layer and it is easy to understand how it works. Through the introduction

More information

Creating Pastel Images and other effects in Photoshop

Creating Pastel Images and other effects in Photoshop Creating Pastel Images and other effects in Photoshop Martin Addison 2015 Creating pastel images Page 1 Martin Addison FRPS Using White Layers in Photoshop 1. Create a new empty Layer 2. Edit> Fill 3.

More information