1826 in art

List of years in art (table)

Events in the year 1826 in Art.

Events

Works

Nicéphore NiépceView from the Window at Le Gras, the first permanent photograph of a natural subject

Births

Deaths

gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
gollark: There, much better.

References

  1. Oleg Neverov; Mikhail Borisovich Piotrovskiĭ (1997). The Hermitage: essays on the history of the collection. Slavia Art Books. p. 72. ISBN 978-5-88654-026-0.
  2. Marvin S. Sadik; Christian Gullager (1976). Christian Gullager: Portrait Painter to Federal America. National Portrait Gallery, Smithsonian Institution. p. 25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.