File:66 Ivory-billed Woodpecker (half size) - pseudo detoned.jpg
Original file (5,584 × 8,064 pixels, file size: 3.57 MB, MIME type: image/jpeg)
This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
Author |
creator QS:P170,Q182882 |
|||||||||||||||||||||||
Description |
Plate 66 of Birds of America by John James Audubon depicting Ivory-billed Woodpecker. |
|||||||||||||||||||||||
Date | 1827-1838 (publication; from painting in Louisiana c. 1824 - 1826) | |||||||||||||||||||||||
Notes |
This file is a derivative work based on Plate 66 of Birds of America by John James Audubon depicting the Ivory-billed Woodpecker. The starting point is that the original image at the University of Pittsburg may be rather toned (i.e. yellowed with age). This might indeed not be so, but comparison with reference works such as the Duke of Portland's edition or the edition at Amherst College suggests that it is so. The file uses routines in Mathematica 9 to perform a pseudo detone, "pseudo" because toning is a very complicated process that cannot be compensated for by simple means (at the very least one would need to know how different pigments are affected). Essentially the routine works by subtracting the yellow background. The result compares quite well with reference images and is offered as a starting point for users wishing to make their own restorations. A half-size image was used because of memory restraints on the uploader's computer. The routine below should work just as well on a full-size image (after adjusting for the sample boundaries- times 2!) if adequate computer memory is available. The Mathematica code used for this file was: (* Import file (the semicolon prevents it being displayed, best for large files) *) Woodpecker = Import["66_Ivory-billed_Woodpecker (half size).jpg"]; (* Determine page sample - this is a sample strip below the leftmost Woodpecker's beak in a half-size file measuring 5584 x 8064 pixels) *) StartRow = 4600; EndRow = 4950; StartColumn = 2350; EndColumn = 2750; (* Get page sample *) PageSample = ImageTake[Woodpecker, {StartRow, EndRow}, {StartColumn, EndColumn}]; (* Get a list of pixel values in sample *) SampleData = Flatten[ImageData[PageSample], 1]; (* Separate color channels *) DataSeparate = Transpose[SampleData]; (* Get the lightest pixel, virtual by channel (or you could use MeanPixel={Mean[DataSeparate[[1]]],Mean[DataSeparate[[2]]], Mean[DataSeparate[[3]]]}) *) LightestPixel = {Max[DataSeparate[[1]]], Max[DataSeparate[[2]]], Max[DataSeparate[[3]]]}; (* Display LightestPixel as RGB bytes (or you could use IntegerPart[MeanPixel * 255 + 0.5])*) IntegerPart[LightestPixel * 255 + 0.5] (* Pseudo detone image by subtracting LightestPixel (or by subtracting MeanPixel using WoodpeckerDetoned= ImageAdd[Woodpecker, 1-MeanPixel]) *) WoodpeckerDetoned = ImageAdd[Woodpecker, 1 - LightestPixel]; (* Export file *) Export["66_Ivory-billed_Woodpecker (half size) Detoned.jpg", WoodpeckerDetoned]; |
|||||||||||||||||||||||
Source/Photographer | University of Pittsburgh | |||||||||||||||||||||||
Permission (Reusing this file) |
|
|||||||||||||||||||||||
Other versions |
|
Items portrayed in this file
depicts
image/jpeg
7c583a82fb09ba4952907dbf71e2cecd24705739
3,740,948 byte
8,064 pixel
5,584 pixel
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 18:18, 2 July 2014 | 5,584 × 8,064 (3.57 MB) | Coat of Many Colours | User created page with UploadWizard |
File usage
The following 2 pages use this file: