waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.57k stars 355 forks source link

Picamera.camera.capture documentation: Broken link for "definitions of quality" #612

Closed luxedo closed 4 years ago

luxedo commented 4 years ago

In the picamera documentation for the camera object there is a link in the quality section and it's broken:

quality - Defines the quality of the JPEG encoder as an integer ranging from 1 to 100. Defaults to 85. Please note that JPEG quality is not a percentage and definitions of quality vary widely.

I searched for the article and couldn't find it. I have no idea how was the original article, any suggestions?

6by9 commented 4 years ago

The Wayback Machine is your friend https://web.archive.org/web/20161221193944/http://photo.net/learn/jpeg//#qual

luxedo commented 4 years ago

Thanks a lot! I submitted a for updating this link