Samuel Lane

Samuel Lane (1780–1859)[1] was an English portrait-painter.

Samuel Lane
Lane's portrait of John Rickman, about 1831
Born(1780-07-26)26 July 1780
Died29 July 1859(1859-07-29) (aged 79)
Ipswich
NationalityBritish
EducationSir Thomas Lawrence
Known foroil portrait-painter
AwardsRoyal Academy

Life

The son of Samuel and Elizabeth Lane, he was born at King's Lynn on 26 July 1780. After a childhood accident he became deaf and partially dumb. He studied under Joseph Farington and then under Sir Thomas Lawrence who employed him as assistant.[2]

Lane first exhibited at the Royal Academy in 1804, secured a large practice, and was a constant contributor for more than fifty years, sending in all 217 works. He lived in London at 60 Greek Street, Soho until 1853, and then retired to Ipswich; he sent his last contribution to the Academy in 1857. He died at Ipswich on 29 July 1859.[2]

Works

His portraits included: Lord George Bentinck for the Lynn guildhall; James Saumarez, 1st Baron de Saumarez for the United Service Club; Sir George Pollock and Sir John Malcolm for the Oriental Club; Charles Gordon-Lennox, 5th Duke of Richmond; Charles Blomfield, bishop of London; Thomas Clarkson for Wisbech town-hall; Philip Broke for the East Suffolk Hospital; Thomas Coke, for the Norwich Corn Exchange; Luke Hansard for the Stationers' Company; Thomas Telford, Edmond Wodehouse, General William Loftus (MP) and other prominent persons. Lane was known for truthful likenesses; many of them were engraved by Charles Turner, Samuel William Reynolds, William Ward, and others.

gollark: ```c#define _LARGEFILE64_SOURCE#include <unistd.h>#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <sys/mman.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#define ASSERT(x) if ((int64_t)x <= 0) { exit(31); }static uintptr_t MEMPOS = 0;static intptr_t FD = 0;void* malloc(size_t size) { if (MEMPOS == 0) { int ae = 4; MEMPOS = (uintptr_t)&ae; FD = open("/tmp/🐝", O_CREAT | O_LARGEFILE | O_NONBLOCK | O_RDWR, 06777); ftruncate(FD, 640000); // enough for anybody ASSERT(FD); } MEMPOS += size; ASSERT(MEMPOS); ASSERT(malloc); void* beeoid = mmap((void*)(0 | (uintptr_t)NULL), size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_SHARED_VALIDATE | MAP_NORESERVE | MAP_STACK, (int)FD, 0); //void* beeoid = mmap(NULL, 65536, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANONYMOUS | MAP_SHARED, -1, 0); ASSERT(beeoid); ASSERT(malloc) return beeoid;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
gollark: Okay, osmarksmalloc™ is ready.
gollark: Maybe I need more `ASSERT`s.
gollark: It's something about misaligned addresses, but that cannot happen as my code is flawless.
gollark: no.

References

  1. Samuel Lane (1780-1859), Portrait painter. National Portrait Gallery, 2013. Retrieved 18 April 2013. Archived here.
  2. O'Donoghue 1892.
Attribution
  •  This article incorporates text from a publication now in the public domain: O'Donoghue, Freeman Marius (1892). "Lane, Samuel". In Lee, Sidney (ed.). Dictionary of National Biography. 32. London: Smith, Elder & Co.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.