No Image Available

The Art of Impressionism: Painting Technique and the Making of Modernity

 Author: Andrea Callen  Category: Art, Impressionism (Art) -- France.  Publisher: Yale University Press  Published: January 1, 2000  Language: English More Details  Buy Now  Amazon
 Description:

This magnificent book is the first full-scale exploration of Impressionist technique. Focusing on the easel-painted work of Monet, Pissarro, Renoir, Cézanne, Cassatt, Morisot, Caillebotte, Sisley, and Degas in the period before 1900, it places their methods and materials in a historical perspective and evaluates their origins, novelty, and meanings within the visual formation of urban modernity.

Other Books From - Art


 Back
document.addEventListener('DOMContentLoaded', function () { // Function to initialize AddToAny with dynamic data function initializeShareButtons(modal) { const bookTitle = modal.querySelector('h1, h2, h3')?.textContent.trim() || document.title; const bookUrl = modal.querySelector('.book-share-url')?.value || window.location.href; // Set AddToAny configuration window.a2a_config = window.a2a_config || {}; a2a_config.linkname = bookTitle; a2a_config.linkurl = bookUrl; // Initialize AddToAny if (window.a2a) { a2a.init_all(); } } // Event listener for modal open document.querySelectorAll('.open-modal-button').forEach(button => { button.addEventListener('click', function () { const modalId = this.getAttribute('data-modal-id'); const modal = document.getElementById(modalId); if (modal) { initializeShareButtons(modal); } }); }); });