top of page

              NEWS

SHOW "Stay On It" KEYSTONE ART SPACE GALLERY

see link https://sites.google.com/view/stay-on-it/home 

Lenticular images are made with ribbed lenses and interlaced images. When a viewer walks by the images may animate, morph or create 3-D breaking the surface of the picture plane. My work in lenticular is like my early painting--experimental, working in visual illusion and moving toward a new expression of the medium.

 

You are Too Far Away, 3d lenticular (one view), 2017

HeatherLowe-instudio-portrait.jpg
bottom of page
//sketch1 for transparency_Heather Lowe void setup() { size(500,400); } void draw() { background(24, 200, 150); stroke(255, 255, 255); fill(160, 220, 90, 70); ellipse(200, 200, 300, 300); fill(252, 246, 115); ellipse(200, 200, 175, 175); fill(160, 210, 230, 50); rect(mouseX, mouseY, 200, 200, 20); fill(240, 30, 0, 80); ellipse (200, mouseY, 100, 100); fill(240, 30, 0, 50); ellipse (300, mouseX, 90, 90); fill(240, 30, 0, 30); ellipse (mouseX, 50, 70, 70); fill(160, 210, 230, 50); rect(mouseY, mouseX, 100, 100, 20); }