Computer Generated Watercolor

Size: px
Start display at page:

Download "Computer Generated Watercolor"

Transcription

1 Computer Generated Watercolor Loren Block Lots of research has been done trying to simulate effect used by artist. The watercolor simulation described here was designed by University of Washington, Stanford University, and Pixar Studios. I find this research interesting, not because I expect to ever use these watercolor simulation algorithms, but because I think looking at the steps taken by these researchers give a good example of how artistic effects can be simulated.

2 Watercolor The first step taken by the researcher was to study what characteristics of watercolor make it appealing to artists, and focus on those aspects in the simulation. The elements of watercolor are broken down so that they can be more easily analyzed: Watercolor Paper: Watercolor paper is usually made from linen or cotton cloth. The cloth is pounded to the point where the paper because mostly air, just a web of small fibers. A cellulose called sizing is applied to the paper so that it isn t so extremely absorbent. At the end of the process the surface of the paper is very rough. Pigment: The individual partials are about.05 to.5 microns in diameter. Density and staining power very greatly between different pigments. Two properties that are exhibited by some pigments are: granulation and flocculation. Granulation is when partials tend to settle in to crevasses in the paper, and flocculation is when partials draw together into clumps. Binder and Surfactant: Binder is added to the pigment to help it adhere to the paper and surfactant is added to help the water soak into the paper. The concentration of these elements in the paint mixture is fixed in this simulation.

3 Figure 1 The important characteristics of watercolor are demonstrated in Figure 1. Figure 1a is the day-brush effect where a dry brush only applies pigment to the raised portion of the paper. Figure 1b is edge darkening, where a wet brush is applied to a dry paper causing the pigment to move to the edge of the wet area. Figure 1c is an example of backruns where water spreads back into damp sections that have already been painted. Figure 1d is an example of granulation. Figure 1e is wet-on-wet painting where a wet brush is applied to a wet surface. Figure 1f is glazing, where strokes are overlaided to create a certain effect.

4 Fluid Simulations The simulation is separated into three different layers: the sallowwater layer is above the surface of the paper, the pigment-deposition layer is where the pigment is absorbed and/or lifted from the paper, and the capillary layer is where the absorbed water is diffused. (Figure 2) Figure 2 The creators of this simulation method created six rules to realistically simulate the fluid dynamics: 1. The flow must be constrained so that water remains within the wetarea mask. 2. A surplus of water in one area should cause flow outward from that area into nearby regions. 3. The flow must be damped to minimize oscillating waves. 4. The flow must be perturbed by the texture of the paper to cause streaks parallel to flow direction. 5. Local changes should have global effects. For example, adding water in a local area should affect the entire simulation. 6. There should be outward flow of the fluid toward the edges to produce the edge-darkening effect.

5 Each cell will have a value for each for the variables below denoted by the subscripts i, j. (x i, j ) The values needed to simulate the shallow-water layer are: (M) The wet-area mask. 1 for wet, 0 for dry. (u, v) The velocity of the water in x and y directions. (p) The pressure of the water. (g k ) The concentration for each pigment k in the water. (h, h) The height and the slope of the paper. The height is just a value between 0 and 1. The angle of the paper is not considered. The values for viscosity and the viscous drag are constants and set to.1 and.01 respectively in this simulation. The values needed to simulate the pigment-deposition layer are: (d k ) The concentration of each pigment k in the paper. (ρ, w, y) Density, staining power, and granularity of the pigment. The values needed to simulate the capillary layer are: (s) The water saturation of the paper. (c) The fluid-holding capacity of the paper. This can be calculated using the equation: c = h * (c max c min ) + c min.

6 proc MainLoop(M, u, v, p, g1,, gn, d1,, dn, s): for each time step do: MoveWater(M, u, v, p) MovePigment(M, u, v, g1,, gn ) TransferPigment(g1,, gn, d1,, dn ) SimulateCapillaryFlow(M, s) end for end proc proc MoveWater(M, u, v, p): UpdateVelocities(M, u, v, p) Handles rules 1 through 4 from above RelaxDivergence(M, u, v, p) Handles rules 5 and 6 from above FlowOutward(M, p) end proc The function UpdateVelocities() uses the equations from Figure 3 to calculate the new value of u, v. The function RelaxDivergence() moves the water into neighboring cells, unless the velocity field is less then some set tolerance t. The FlowOutward() function simulates the way water evaporates more quickly when it is closer to the dry areas. This creates the edge darkening effect. Figure 3

7 The MovePigments() function moves the pigment based on the u, v values calculated in the UpdateVelocities() function for each cell. The TransferPigment() function is where the pigment is moved between the shallow-water layer and the pigment-deposition layer. The scalar values of, ρ, w, y affect how pigment is absorbed or lifted from the paper. Backruns and dry brush effects are special cases. SimulateCapillaryFlows() deals with the backruns. Figure 4 Figure 4 shows the watercolor effect created using the methods described above.

8 Applications Virtual painting Image watercolorization Rendering of 3D models Reference The paper that I used as reference is Computer-Generated Watercolor by Cassidy Curtis, Sean Anderson, Joshua Seims, Kurt Fleischer, and David Salesin.

9

Organization. Watercolor Painting. Watercolor Materials. Watercolor Materials. Computer-Generated. Watercolor SIGGRAPH 97.

Organization. Watercolor Painting. Watercolor Materials. Watercolor Materials. Computer-Generated. Watercolor SIGGRAPH 97. Computer-Generated Watercolor By Cassidy J. Curtis, Sean E. Anderson, Joshua E. Steins, Kurt W. Fleischer and David H. Salesin SIGGRAPH 97 Aditya Bhatia Computer Science McGill University Introduction

More information

Non-Photorealistic Rendering

Non-Photorealistic Rendering CSCI 420 Computer Graphics Lecture 24 Non-Photorealistic Rendering Jernej Barbic University of Southern California Pen-and-ink Illustrations Painterly Rendering Cartoon Shading Technical Illustrations

More information

Non-Photorealistic Rendering

Non-Photorealistic Rendering CSCI 480 Computer Graphics Lecture 23 Non-Photorealistic Rendering April 16, 2012 Jernej Barbic University of Southern California http://www-bcf.usc.edu/~jbarbic/cs480-s12/ Pen-and-ink Illustrations Painterly

More information

Application Techniques

Application Techniques MODULE 3? What is explored in this module? In this module, we ll look at a several common techniques for applying watercolor to a surface. Twelve techniques are covered in this module, however an endless

More information

Extending MoXi to simulate Western Watercolor

Extending MoXi to simulate Western Watercolor Extending MoXi to simulate Western Watercolor Technical Report HKUST-CS08-01 Nelson Siu-Hang Chu Chiew-Lan Tai Department of Computer Science and Engineering University of Science and Technology Clearway

More information

Real-time simulation of watery paint

Real-time simulation of watery paint COMPUTER ANIMATION AND VIRTUAL WORLDS Comp. Anim. Virtual Worlds 2005; 16: 429 439 Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cav.95 Natural Phenomena and Special

More information

Advancing with Watercolor

Advancing with Watercolor Advancing with Watercolor Working with Edges New Snow ADVANCING IN WATERCOLOR - EDGES 1 Introduction When we are beginning with watercolor we tend to paint all of our shapes with hard edges - it is the

More information

Water-colour painting techniques

Water-colour painting techniques INFORMATION SHEET Water-colour painting techniques Andrew Newland T E A C H I N G A R T & D E S I G N Sheeaun, Kilmaley, Ennis, Co. Clare, Ireland. These notes are copyright Andrew Newland Introduction

More information

LESSON PRESENTATION INSTRUCTIONS VALUE

LESSON PRESENTATION INSTRUCTIONS VALUE LESSON PRESENTATION INSTRUCTIONS VALUE WATERCOLOR TREES Students will paint a realistic tree and its background using Watercolors to see the different values it makes. Time Required: 1 hour Artist: John

More information

Advancing with Watercolor

Advancing with Watercolor Advancing with Watercolor Working with Edges Shimmering Water ADVANCING IN WATERCOLOR - EDGES 1 Introduction to Edges When I speak of edges I am talking about the edges of shapes we create in the painting

More information

Taking the mystery out of working with Acrylic By S. Taylor Hedges

Taking the mystery out of working with Acrylic By S. Taylor Hedges Taking the mystery out of working with Acrylic By S. Taylor Hedges Sandra Taylor Studio One Cat Squared Working with Acrylic Paint Definitions: Glaze thin transparent layers of color that enable the artist

More information

Colored pencil information, basics along with techniques and blending types. Colored Pencils (wax or oil based) Boxed sets of colored pencils are

Colored pencil information, basics along with techniques and blending types. Colored Pencils (wax or oil based) Boxed sets of colored pencils are Colored pencil information, basics along with techniques and blending types. Colored Pencils (wax or oil based) Boxed sets of colored pencils are convenient but buying colors individually gives you control

More information

Interactive non-photorealistic rendering using GLSL

Interactive non-photorealistic rendering using GLSL Interactive non-photorealistic rendering using GLSL Charlotte Hoare August 20, 2012 Contents 1 Introduction 2 1.1 Non-photorealistic rendering......................................... 2 1.2 Watercolour

More information

Liquid Penetration Modeling for Cloth Dyeing

Liquid Penetration Modeling for Cloth Dyeing Computational Aesthetics in Graphics, Visualization, and Imaging (2007) D. W. Cunningham, G. Meyer, L. Neumann (Editors) Liquid Penetration Modeling for Cloth Dyeing Y. Morimoto 1 and R. Tsuruno 2 and

More information

ATELIER MEDIUMS. Interactive Mediums

ATELIER MEDIUMS. Interactive Mediums ATELIER MEDIUMS Atelier Interactive is very simple to use: use with our traditional acrylic mediums (or water) for traditional overpainting and layering techniques. Use with our exclusive interactive mediums

More information

The Art of Recording. Materials Needed. Background WATERCOLOR TECHNIQUES. Enduring understanding: Grade Level: 6-8. Alignment to Utah Core Curriculum

The Art of Recording. Materials Needed. Background WATERCOLOR TECHNIQUES. Enduring understanding: Grade Level: 6-8. Alignment to Utah Core Curriculum The Art of Recording Alignment to Utah Core Curriculum Intended Learning Outcomes (ILO s): 1. Use science process and thinking skills. 2. Manifest scientific attitudes and interests. 3. Understand science

More information

Acrylic Paint. Tools, Tips and Techniques

Acrylic Paint. Tools, Tips and Techniques Acrylic Paint Tools, Tips and Techniques Acrylic Paint Basics History Developed in the late 1940s, acrylic paint has only a brief history compared to other visual arts media, such as watercolor and oil.

More information

CORROSION EXPERTISE OWATROL OIL.

CORROSION EXPERTISE OWATROL OIL. CORROSION EXPERTISE OWATROL OIL www.owatrol.com OWATROL OIL Used for over 60 years throughout the world, Owatrol has played an important part in interior and exterior maintenance painting for leading industrial

More information

Crackle Paste is a water-based product formulated with styrene-acrylic copolymer emulsions, and may have a tendency to yellow.

Crackle Paste is a water-based product formulated with styrene-acrylic copolymer emulsions, and may have a tendency to yellow. PRODUCT DESCRIPTION Crackle Paste is a water-based product formulated with styrene-acrylic copolymer emulsions, and may have a tendency to yellow. This product has white, low-density solids that replace

More information

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel SUPPLY LIST COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel Lesson 1: Introduction to Materials and Techniques Strathmore 500 Series Mixed Media Board or Strathmore 400 Series Mixed Media Paper Artist-grade

More information

Virtual Painting.

Virtual Painting. Virtual Painting http://gamma.cs.unc.edu/dab http://gamma.cs.unc.edu/impasto http://gamma.cs.unc.edu/viscous http://gamma.cs.unc.edu/brush 1 Digital Painting 2 Alvy Ray Smith and Ed Ernshwiller working

More information

Reference sheet. by Ramón Miranda

Reference sheet. by Ramón Miranda Reference sheet. by Ramón Miranda Brushes for Oil painting Brush Name Brush tips Pattern Notes DA_Oil_01_Detail_lines DA_Oil stamp 01 LINEWORK / SKETCH To make thin lines. DA_Oil_02_Dirty_Sketch DA_Rake

More information

How to Use Atelier Interactive All the essential information you need

How to Use Atelier Interactive All the essential information you need UPDATED OCTOBER 2012 V3 CHROMA INFORMATION SHEET No. 101 FEATURED BRANDS ATELIER INTERACTIVE How to Use Atelier Interactive All the essential information you need THE THREE DIFFERENT WAYS TO PAINT WITH

More information

Atelier Mediums. They are set out in a progression from a thick heavy bodied gel through to a very liquid medium.

Atelier Mediums. They are set out in a progression from a thick heavy bodied gel through to a very liquid medium. Atelier There are several top quality brands of artist acrylic on the world market, but Atelier Interactive is the only brand that can be used in a Fast Drying Mode and in a Wet Blending Mode. There are

More information

Sealer, Primer, Isolation Coat, & Varnish

Sealer, Primer, Isolation Coat, & Varnish Sealer, Primer, Isolation Coat, & Varnish A seal can be applied between the substrate and gesso/primer, or between the substrate and the first layer of paint if gesso is not desired. A seal may also be

More information

Primary Hue Color Wheels

Primary Hue Color Wheels Primary Hue Color Wheels You can make your own basic six color wheels using different combinations of your primary colors, and then mixing the secondaries from your choices. This will give you a quick

More information

Extension material for Level 2 Design and Visual Communication Study Guide (page 33)

Extension material for Level 2 Design and Visual Communication Study Guide (page 33) Graphic media Extension material for Level 2 Design and Visual Communication Study Guide (page 33) ISBN 978-1-927194-15-7 For individual student use only. No other use permitted. ESA Publications (NZ)

More information

Gels, Pastes, Liquid Mediums & Additives

Gels, Pastes, Liquid Mediums & Additives Gels, Pastes, Liquid Mediums & Additives There are far more acrylic mediums available than you may ever want to explore. It can get somewhat confusing. So, I will try to simplify it as much as possible,

More information

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel SUPPLY LIST COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel Lesson 3: Adding Watercolor to Colored Pencil Strathmore 500 Series Mixed Media Board or Strathmore 400 Series Mixed Media Paper I ll be working

More information

COLORED PENCIL ART 101. An excerpt from The Ultimate Guide To Colored Pencil by Gary Greene

COLORED PENCIL ART 101. An excerpt from The Ultimate Guide To Colored Pencil by Gary Greene COLORED PENCIL ART 101 An excerpt from The Ultimate Guide To Colored Pencil by Gary Greene Colored Pencil 101 Before discussing specific techniques, there are several pointers you should know that are

More information

Archdiocese of Washington Catholic Schools Academic Standards Visual Arts

Archdiocese of Washington Catholic Schools Academic Standards Visual Arts 1 st Grade RESPONDING TO ART: History Standard 1 Students understand the significance of visual art in relation to historical, social, political, spiritual, environmental, technological, and economic issues.

More information

Times. For additional reading, Patti s book covering contemporary uses of acrylic for F+W Publications is titled Rethinking

Times. For additional reading, Patti s book covering contemporary uses of acrylic for F+W Publications is titled Rethinking 14 As Education Director for the Golden Artist Colors Certified Working Artist Program, Patti Brady has developed curriculum and taught acrylic classes for artists and art educators all over the world.

More information

DS-CD-01 Rev 3

DS-CD-01 Rev 3 Coalescers OVERVIEW There are numerous industrial applications requiring effective physical separation of two process liquids. HAT has developed a number of AlphaSEP Coalescers to handle a wide range of

More information

Atelier Mediums. NEW Atelier Mediums. New! Heavy Gel (Satin)

Atelier Mediums. NEW Atelier Mediums. New! Heavy Gel (Satin) Atelier There are several top quality brands of artist acrylic on the world market, but Atelier Interactive is the only brand that can be used in a Fast Drying Mode and in a Wet Blending Mode. There are

More information

Painting Raindrops on Roses

Painting Raindrops on Roses Painting Raindrops on Roses A Watercolor Lesson by Susie Short Supplies and materials needed for this lesson: 8 x10 Arches 140# CP Watercolor Paper, Professional Grade Watercolor Tube Paint (I use Daniel

More information

Fiona Peart

Fiona Peart Penguins using Water Colour Washes The Lunch Queue 27cms x 35cms Introduction I received my first proper wooden paint box when I was 16, it contained 16 Winsor and Newton half pan Paints and I loved using

More information

Here is a list of the work to be done, further explanation follows:

Here is a list of the work to be done, further explanation follows: Watercolor Exercises: Overview 1- COLOR WHEELS + STRIPES Using your full array of paints arrange your palette to create both a six unit, and then a twentyfour unit color wheel. Your goal is to use visual

More information

Fluid. Watercolor Paper Collection

Fluid. Watercolor Paper Collection Fluid Fluid Watercolor Paper Collection The Story Behind Fluid - The idea for this series of watercolor blocks and sheets was brought to Global Art by Rick Rousseau of Artist Hardware. The unique features

More information

Acrylic. Tools, Tips and Techniques. Painting

Acrylic. Tools, Tips and Techniques. Painting Acrylic Tools, Tips and Techniques Painting Acrylic Paint Basics History Developed in the late 1940s. In the 1950's, the waterbased acrylics were developed. They became popular in the 1960's when pop artists

More information

PAINT EFFECTS. 2 - Planning the work. 3 - Preparation

PAINT EFFECTS. 2 - Planning the work. 3 - Preparation PAINT EFFECTS There are varying levels of skill involved in paint effects, but some of the simplest techniques will produce very attractive results. Be sure all ladders are safe and correctly placed. Keep

More information

A Single view - Two Moods

A Single view - Two Moods Watercolor on Location A Single view - Two Moods Working with Edges WATERCOLOR ON LOCATION - EDGES AND MOOD 1 Introduction In this tutorial we will use a view of the center cafe at Faneuil Hall Marketplace

More information

First Semester Exam Review If packet is 100% complete and turned in the day of the exam, you can earn 10pts extra credit on your exam grade.

First Semester Exam Review If packet is 100% complete and turned in the day of the exam, you can earn 10pts extra credit on your exam grade. 2D Art NAME: First Semester Exam Review If packet is 100% complete and turned in the day of the exam, you can earn 10pts extra credit on your exam grade. PART 1 Exam Review Unit 1 Drawing: Fill in the

More information

Utrecht Art Supplies Studio Craft: Benchmark Tests for Artists' Colors

Utrecht Art Supplies Studio Craft: Benchmark Tests for Artists' Colors Utrecht Art Supplies Studio Craft: Benchmark Tests for Artists' Colors Want to know how paint performs in terms of color strength and workability? Use these tests to evaluate and compare what's inside

More information

Feel, Think, Paint - Water

Feel, Think, Paint - Water Feel, Think, Paint - Water Working with Watercolor Week 1 Still Water Watercolor Technique: The ways we use Watercolor Watercolor is remarkably simple. What I mean is that watercolors, almost all watercolors,

More information

Atelier Mediums. NEW Atelier Mediums All Have A Double Function

Atelier Mediums. NEW Atelier Mediums All Have A Double Function Atelier We have divided our mediums into two sections. The established old mediums are familiar to Atelier Interactive users, and most of them are traditional in behaviour and convert the paint mixed with

More information

Exaggeration of Facial Features in Caricaturing

Exaggeration of Facial Features in Caricaturing Exaggeration of Facial Features in Caricaturing Wan Chi Luo, Pin Chou Liu, Ming Ouhyoung Department of Computer Science and Information Engineering, National Taiwan University, Taipei, 106, Taiwan. E-Mail:

More information

What you Always Wanted to Know About Flock

What you Always Wanted to Know About Flock What you Always Wanted to Know About Flock 1 Ladies and Gentlemen, > Flocking fascinates because a textile, velvety or brushlike surface may be applied to almost any material. Flocked products are everywhere

More information

LEARN * DREAM * AWAKEN* DISCOVER * ENLIGHTEN * INVESTIGATE * QUESTION * EXPLORE

LEARN * DREAM * AWAKEN* DISCOVER * ENLIGHTEN * INVESTIGATE * QUESTION * EXPLORE Most mudcloth is made for use in Mali villages where the men weave the cotton fabric and it is then decorated by the women using a variety of symbolic designs that incorporate history, proverbs or traditional

More information

CARBORUNDUM MEZZOTYPE dark field & reductive techniques

CARBORUNDUM MEZZOTYPE dark field & reductive techniques CARBORUNDUM MEZZOTYPE dark field & reductive techniques with Akua Carborundum Gel, a platemaking medium July 2017 AKUA CARBORUNDUM GEL The Akua Carborundum Gel for platemaking is used to create collagraph

More information

Project - Harbour based on the Florida Keys (Size - 7 x 10 )

Project - Harbour based on the Florida Keys (Size - 7 x 10 ) Project - Harbour based on the Florida Keys (Size - 7 x 10 ) Materials you will need. Cotton Rag Hot Pressed (HP) Watercolour Paper - Hot Pressed paper is a smooth watercolour paper which allows the pencils

More information

Creating Watercolor Style Images Taking Into Account Painting Techniques

Creating Watercolor Style Images Taking Into Account Painting Techniques Creating Watercolor Style Images Taking Into Account Painting Techniques Henry Johan Ryota Hashimoto Tomoyuki Nishita The University of Tokyo Namco Ltd The University of Tokyo henry@is.s.u-tokyo.ac.jp

More information

Tablet overrides: overrides current settings for opacity and size based on pen pressure.

Tablet overrides: overrides current settings for opacity and size based on pen pressure. Photoshop 1 Painting Eye Dropper Tool Samples a color from an image source and makes it the foreground color. Brush Tool Paints brush strokes with anti-aliased (smooth) edges. Brush Presets Quickly access

More information

COLOR CHARTS & PIGMENT INFORMATION

COLOR CHARTS & PIGMENT INFORMATION COLOR CHARTS & PIGMENT INFORMATION Watercolors, Gouache, Fluid and Heavy-Body Acrylics, Traditional and Fast Dry Oil Colors 112 WATERCOLORS 28 GOUACHE 51 FLUID ACRYLICS Page 3 Page 5 Page 7 56 HEAVY-BODY

More information

Lesson Overview. Value: lightness or darkness of color Texture: how an actual object feels or how a 2-demensional object appears to feel.

Lesson Overview. Value: lightness or darkness of color Texture: how an actual object feels or how a 2-demensional object appears to feel. Lesson Overview Focus Artist: Winslow Homer Focus Elements: Value: lightness or darkness of color Texture: how an actual object feels or how a 2-demensional object appears to feel. Focus Principles: Contrast:

More information

Marbling Please read through the directions before starting.

Marbling Please read through the directions before starting. Marbling Please read through the directions before starting. For cotton, silk or any fabric that is absorbent including cotton/polyester blends, 100% polyester or nylon. It is possible to marble on any

More information

What paint can do Part 2

What paint can do Part 2 What paint can do Part 2 Paint raw materials How can the properties of the individual paint layers be achieved? To answer this question, let's peek into a paint can and take a closer look at the individual

More information

OIL PAINTING GLOSSARY

OIL PAINTING GLOSSARY OIL PAINTING GLOSSARY Alkyd (Pronounced: al-kid) An alkyd is a synthetic resin that can be added to oil paint to speed up the drying time of oil paints. You can buy an alkyd-based medium that you can mix

More information

Repairing Sheet-Molded Compound (SMC) With Epoxy

Repairing Sheet-Molded Compound (SMC) With Epoxy Repairing Sheet-Molded Compound (SMC) With Epoxy 1. Properties: A. It does not dent. B. It does not rust C. Panels are formed using a flat sheet or compound that is heat molded in a press. 2. Preparation

More information

Corel Painter 8 Tinting Visual Guide

Corel Painter 8 Tinting Visual Guide Corel Painter 8 Tinting Visual Guide Contents Welcome to Corel Painter 8........... 3 Introduction.................. 4 Tinting Concepts in Corel Painter 8....... 5 Layer Compositing Methods.............

More information

David Rankin Watercolor Workshop Training

David Rankin Watercolor Workshop Training A Broken-Edge Wash This unique watercolor skill requires a combination of skills. And each skill can be practiced individually so that they can be enhanced, refined, and mastered. David refers to himself

More information

'Photoshop'. "Realistic Eye Texture Painting" by Krishnamurti Martins Costa

'Photoshop'. Realistic Eye Texture Painting by Krishnamurti Martins Costa Level: intermediate Technique: digital painting Software: Adobe Photoshop 'Photoshop'. "Realistic Eye Texture Painting" by Krishnamurti Martins Costa Email: kris@antropus.com Web: http://www.antropus.com

More information

Coloured pencils are easy to work with step-by-step to avoid making mistakes. It is easy to correct mistakes once happen using an eraser.

Coloured pencils are easy to work with step-by-step to avoid making mistakes. It is easy to correct mistakes once happen using an eraser. Coloured pencil technique What makes this medium so special and supersedes pencil in drawing? Human beings eye adores both colour and light. Coloured pencils are portable and a good medium to start with

More information

Hot or Cold? Warm Colors: Yellow, Orange, Red (excitement) Cool Colors: Green, Blue, Violet (calmness)

Hot or Cold? Warm Colors: Yellow, Orange, Red (excitement) Cool Colors: Green, Blue, Violet (calmness) Art Basics The Color Wheel Primary Colors: a group of colors from which all other colors can be obtained by mixing. Ex: Yellow, Red, and Blue Secondary Colors: a color resulting from the mixing of two

More information

How to Paint a Field of Poppies with Studio Acrylic Paint

How to Paint a Field of Poppies with Studio Acrylic Paint How to Paint a Field of Poppies with Studio Acrylic Paint Copyright of Mont Marte International Pty Ltd ACN 101589897 Materials List... The materials for this lesson can be found at a Gold or above Art

More information

Creating a Watercolor Painting From a Photo. Open the photo you want to appear to be a watercolor painting. I am using the photo below:

Creating a Watercolor Painting From a Photo. Open the photo you want to appear to be a watercolor painting. I am using the photo below: Creating a Watercolor Painting From a Photo Open the photo you want to appear to be a watercolor painting. I am using the photo below: Make any adjustments as needed like cropping the photo before preceding

More information

The Basics & Common Problems

The Basics & Common Problems 1 Day 1 - Brush Techniques & Washes The Basics & Common Problems by Dawn Woleslagle Wet-on-Dry Watercolor 1. Load a brush with a color of your choice. 2. Paint directly on a dry panel of watercolor paper

More information

White paper. Exploring metal finishing methods for 3D-printed parts

White paper. Exploring metal finishing methods for 3D-printed parts 01 Exploring metal finishing methods for 3D-printed parts 02 Overview Method tested Centrifugal disc Centrifugal barrel Media blasting Almost all metal parts whether forged, stamped, cast, machined or

More information

Screen Making For Membrane Switches

Screen Making For Membrane Switches Screen Making For Membrane Switches By Wolfgang Pfirrmann, KIWO Inc. Printing membrane switches requires skill and control over the process. This industry has set fairly tight quality standards in regard

More information

1. Scope. 2. Apparatus The apparatus shall comprise at least the following individual components: IGPG Car Wash Round Robin Test Procedure

1. Scope. 2. Apparatus The apparatus shall comprise at least the following individual components: IGPG Car Wash Round Robin Test Procedure 1. Scope The intension of this round robin test is to investigate whether the car wash test described in ISO 20566 and used to validate the abrasion performance of exterior car body parts is suitable as

More information

Inspiration * Ideas * Instructions. for you. Painting Skin Tones in Watercolor by Beatriz Uribe

Inspiration * Ideas * Instructions. for you. Painting Skin Tones in Watercolor by Beatriz Uribe Inspiration * Ideas * Instructions for you Painting Skin Tones in Watercolor by Beatriz Uribe The contents of this publication may not be reproduced in whole or in part without the express permission of

More information

Fig. 5 Add blue tints to the bunny s fur. Paint the bittersweet berries.

Fig. 5 Add blue tints to the bunny s fur. Paint the bittersweet berries. Deb Henkener Color Worksheet Fig. 1 Use masking fluid to preserve the berries and highlights. Paint the background with the dark blue colors of the palette. Fig. 2 Darken the background. Paint some blue

More information

Cold curing adhesive K-X280

Cold curing adhesive K-X280 Instructions for use English Cold curing adhesive K-X280 A4048-1.0 en English 1 Safety instructions... 3 2 General information... 3 2.1 Scope of delivery for K-X280... 3 2.2 Accessories required for installation...

More information

Product Features Application Recommendations Usage Variations & FAQs

Product Features Application Recommendations Usage Variations & FAQs 1 of 5 7/27/17, 12:02 PM Print Product Features Application Recommendations Usage Variations & FAQs Stroke & Coat Palette Speckled Stroke & Coat Palette The Creative Choice Stroke & Coat (The Wonderglaze)

More information

Abstract. My subject focuses on the theme of rustic and weathered compositions. In my paintings I

Abstract. My subject focuses on the theme of rustic and weathered compositions. In my paintings I Abstract My subject focuses on the theme of rustic and weathered compositions. In my paintings I attempt to capture the true essence of old tattered objects by recreating roughness, softness, and uneven

More information

MENDING OF FIBER BASED SILVER-GELATIN

MENDING OF FIBER BASED SILVER-GELATIN Article: MENDING OF FIBER BASED SILVER-GELATIN PHOTOGRAPHS Author(s): Carolyn Long Topics in Photographic Preservation, Volume 3. Pages: 62-65 Compiler: Robin E. Siegel 1989, Photographic Materials Group

More information

WE MAKE NO EXPRESS OR IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE

WE MAKE NO EXPRESS OR IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE General Description Concerns Uses Supplies needed to prepare rabbit skin glue Instructions for Sizing Canvas Instructions for Sizing Panel Instructions for Sizing Paper Instructions for Adhering Fabric

More information

printing Layered sun before turning to fiber art, I studied printmaking by Martha Wolfe

printing Layered sun before turning to fiber art, I studied printmaking by Martha Wolfe d e eit Layered sun by Martha Wolfe Layers of sun printed fabric, left to right one through four layers of printing. printing before turning to fiber art, I studied printmaking relief printing was my go-to

More information

New PCC based Specialty Pigment for Specific Use in Newsprint Paper

New PCC based Specialty Pigment for Specific Use in Newsprint Paper New PCC based Specialty Pigment for Specific Use in Newsprint Paper R. Schneider, B. Kübler, M. Laufmann, Applied Technology Services Business Unit Paper, Omya International AG, Schweiz Content Graphical

More information

Paper Ink Preparation by Three Roll Mill

Paper Ink Preparation by Three Roll Mill Paper Ink Preparation by Three Roll Mill 1. INTRODUCTION Printing of one form or another has been with us for centuries and whilst the technologies of both the printing process and the ink formulations

More information

European Splash Mud. How to use Weathering Effects. Art

European Splash Mud. How to use Weathering Effects. Art Art. 7.801 European Splash Mud A dark brown color most commonly observed in central European terrain and humid areas of the Mediterranean countries. Most of the non alkaline grounds present this color.

More information

PHGN/CHEN/MLGN 435/535: Interdisciplinary Silicon Processing Laboratory. Simple Si solar Cell!

PHGN/CHEN/MLGN 435/535: Interdisciplinary Silicon Processing Laboratory. Simple Si solar Cell! Where were we? Simple Si solar Cell! Two Levels of Masks - photoresist, alignment Etch and oxidation to isolate thermal oxide, deposited oxide, wet etching, dry etching, isolation schemes Doping - diffusion/ion

More information

Albrecht Dürer Watercolour Marker

Albrecht Dürer Watercolour Marker Albrecht Dürer Watercolour Marker Climate protection starts with the product global CO 2 neutrality is unique in the writing instrument industry TÜV Rheinland has certified that the company is CO 2 neutral

More information

Modeling and Estimation for Surface-Spectral Reflectance of Watercolor Paintings

Modeling and Estimation for Surface-Spectral Reflectance of Watercolor Paintings odeling and Estimation for urface-pectral Reflectance of Watercolor Paintings hoji Tominaga, hingo Dozaki, Yukiko Kuma, Keita Hirai, Takahiko Horiuchi; Graduate chool of Advanced Integration cience, Chiba

More information

Get Wet. Bronwyn Hayworth September 15, 2004 Flow Visualization Prof. Hertzberg and Prof. Sweetman

Get Wet. Bronwyn Hayworth September 15, 2004 Flow Visualization Prof. Hertzberg and Prof. Sweetman Get Wet Bronwyn Hayworth September 15, 2004 Flow Visualization Prof. Hertzberg and Prof. Sweetman Images were captured of dye deposited on the edge of a bubble of Karo Light Corn Syrup as it propagated

More information

You will need a #6 or #7 round hair brush, a #1 or #2 round hair brush, a fan brush, a se o watercolors, some scrap paper, and some watercolor paper.

You will need a #6 or #7 round hair brush, a #1 or #2 round hair brush, a fan brush, a se o watercolors, some scrap paper, and some watercolor paper. Here is a great project to start learning to paint color landscapes. Once you learn the techniques you can start copying nature and masterworks and that is the last step toward becoming talented in art.scroll

More information

TangiPaint: A Tangible Digital Painting System

TangiPaint: A Tangible Digital Painting System TangiPaint: A Tangible Digital Painting System Anthony M. Blatner, James A. Ferwerda, Benjamin A. Darling, Reynold J. Bailey; Rochester Institute of Technology, Rochester, NY 14623, USA Abstract TangiPaint

More information

Tuesday Tips_Poinsettia PlaceMat_ Faux Finishing and Creating Borders by Debbie- Cole CDA - Posted on December 3, 10 & 17, 2013 by debbiecole

Tuesday Tips_Poinsettia PlaceMat_ Faux Finishing and Creating Borders by Debbie- Cole CDA - Posted on December 3, 10 & 17, 2013 by debbiecole Tuesday Tips_Poinsettia PlaceMat_ Faux Finishing and Creating Borders by Debbie- Cole CDA - Posted on December 3, 10 & 17, 2013 by debbiecole http://debbiecole.com/tuesday-tips_poinsettia-placemat_-faux-finishing-and-creating-borders-by-debbiecole-cda/

More information

IGPG Car Wash Round Robin Test Procedure

IGPG Car Wash Round Robin Test Procedure 1. Scope The intension of this round robin test is to investigate whether the car wash test described in ISO 20566 and used to validate the abrasion performance of exterior car body parts is suitable as

More information

Getting the Most Out of Airless Spray

Getting the Most Out of Airless Spray P Getting the Most Out of Airless Spray aint application using airless equipment is, and has been for many years, the method of choice for large industrial painting projects. Although the industry is aware

More information

www.faber-castell.com.my CONTENTS Colour Pencil Water Colour Pencil Oil Pastel - Soft Pastel Crayons Colour Pens Creative Studio Kits Colour Charts Technique Learn to Draw FAQ 3 6 8 9 10 11 12 14 19 20

More information

101-DAY2 101-DAY2 101-DAY2. Copyright 2012 OnlineCardClasses.com. All rights reserved.

101-DAY2 101-DAY2 101-DAY2. Copyright 2012 OnlineCardClasses.com. All rights reserved. 7 Blended Spritz & Flick: 1. Ink tag with Distress Ink using Ink Blending Tool in circular motion. 2. Repeat with additional colors. 3. Mist water in hand and flick drops on to inked tag. 4. Dry water

More information

Art Materials for Painting Yourself Free!

Art Materials for Painting Yourself Free! Art Materials for Painting Yourself Free! A hard rubber brayer is a great painting tool. Look for it in the printmaking section of your art store, or on line. You can get one for under $10. High Flow paint

More information

January Instructions Willem van Aelst Study 2008 David Jansen. For the Video Link, Please see Page 3

January Instructions Willem van Aelst Study 2008 David Jansen. For the Video Link, Please see Page 3 January Instructions Willem van Aelst Study 2008 David Jansen For the Video Link, Please see Page 3 Historical Information To start the painting we first need to establish the Ground. The ground is the

More information

Oil Painting look with the Smudge tool in Photoshop CS3.

Oil Painting look with the Smudge tool in Photoshop CS3. Oil Painting look with the Smudge tool in Photoshop CS3. This tutorial is mostly free to experiment and you don't have to follow every little thing to the letter. I never had, so why force you to. I do

More information

Offset Inks - Basics

Offset Inks - Basics Offset Inks - Basics Lithographic inks are paste inks, The press works the ink, thereby heating it and reducing its viscosity or body, making it flow readily to provide a uniform ink film to the image

More information

ART: INTRODUCTION TO PAINTING GRADES 6-8

ART: INTRODUCTION TO PAINTING GRADES 6-8 ART: INTRODUCTION TO PAINTING GRADES 6-8 EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618 Board Approval Date: June 26, 2017 Michael Nitti Produced by: Sam DeCavalcante Superintendent In accordance

More information

Printing versus coating technology Which way Printed Electronics with solution coating will go?

Printing versus coating technology Which way Printed Electronics with solution coating will go? Printing versus coating technology Which way Printed Electronics with solution coating will go? Frank Schäfer, Andrea Glawe, Dr. Daniel Eggerath, KROENERT GmbH& Co KG, Schuetzenstrasse 105, 22761 Hamburg

More information

GLOSSARY OF ART TERMS

GLOSSARY OF ART TERMS GLOSSARY OF ART TERMS The following terms are defined as they are used for acrylic and mixed media painting, and not necessarily the official definition. Some may have more than one meaning. Accent - Emphasis

More information

Art of Ancient Times, Studio 1 5

Art of Ancient Times, Studio 1 5 Art of Ancient Times, Studio 1 5 Creating a Clay Relief Sculpture and an In-the-Round Sculpture In this studio you will make a relief sculpture and an in-the-round sculpture inspired by those created by

More information

Christmas Traditions. by Tracy Meola

Christmas Traditions. by Tracy Meola Christmas Traditions by Tracy Meola Christmas Traditions By Tracy Meola Palette: DecoArt Americana Antique Maroon #13160 Buttermilk #13003 Charcoal #13088 Cool White #13240 Evergreen #13082 Light Avocado

More information