Peter Paillou (the younger)
Peter Paillou (1757–1831 or 1832), was a British painter of portraits including miniatures.[1][2]
Peter Paillou (the younger) | |
---|---|
Self portrait | |
Born | 1757 |
Died | 1831 or 1832 |
Nationality | British |
Known for | Portrait painting |
Life and work
Paillou was the son of a natural history painter and illustrator also named Peter Paillou, who is believed to have been born in France before migrating to England.
He practised in London for 20 years before moving to Glasgow for some years, where an 1803 advertisement states that he charged eight guineas for a miniature and ten guineas for a three quarter length portrait in oils.[3]
Works in national collections
- National Portrait Gallery (Mary, Queen of Scots; Ralph Wardlaw)
- Victoria and Albert Museum (William Rowley, miniatures)
- Art UK (Ann Ruthven Leven Bell, Robert Findlay)
- Fitzwilliam Museum (Susannah Wedgwood, the mother of Charles Darwin)
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file).replace("filename", "filenamefilename"))```This one definitely works and does things.
gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
References
- "Peter Paillou (British, 1757-1831)". Bonhams. 2001–2013. Retrieved 12 April 2013.
- "Peter Paillou the younger paintings". Art UK. 2013. Retrieved 12 April 2013.
- "Peter Paillou". Advertisement "Portrait Painting" in The Glasgow Courier, 23 April 1803. The Glasgow Art Index. Retrieved 12 April 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.