You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notebooks/Unmap_data_from_an_image.ipynb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@
16
16
"- **You don't have a lot of pixels.** Small images are hard to rip data from. We'd always like more pixels.\n",
17
17
"- **There are a lot of annotations.** Usually these get in the way of the data.\n",
18
18
"- **The image is lossily compressed.** Most PDFs contain JPEGs and JPEG is [lossy](https://en.wikipedia.org/wiki/Lossy_compression). This means the colours are a bit garbled, especially around abrupt edges (like annotations!).\n",
19
-
"- **The image has hillshading.** The cute shadow effect adds another layer of complexity... but we can still have a go. \n",
19
+
"- **The image has dithering.** If the number of colours in the image has been reduced at some point, there's a good chance it has been [dithered](https://en.wikipedia.org/wiki/Dither).\n",
20
+
"- **The image has hillshading or specularity.** Cute 3D effects add another layer of complexity... but we can still have a go. \n",
20
21
"- **It's a 3D perspective plot.** You might be able to recover the data from what you can _see_, but 3D perspective views add another type of distortion that I daresay could be undone, but not by me. \n",
21
22
"- **The image is poor.** If it's a photo or scan of a paper document... well, now you 've got the unknown transform from the data to the image, then the unknown transform of the image to the physical plot, then the unknown transform of the plot to the image you have. I mean, come on.\n",
0 commit comments