John O’Grady, Pigment and Acrylic binder on Canvas, 6 x 10cm x 10cm
This is a piece for a show in Ireland
Click on the Image to reveal the texture of the piece
/*============================================ Change the image size on blog module =============================================*/ add_filter( 'et_pb_blog_image_height', 'blog_module_image_size_h' ); add_filter( 'et_pb_blog_image_width', 'blog_module_image_size_w' ); function blog_module_image_size_h($height) { return '9999'; } function blog_module_image_size_w($width) { return '9999'; } ?>