From 717d2fe195aacef2a6443264ae56ad4295181e42 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 28 Feb 2016 22:36:35 +1100 Subject: [PATCH] Changed no longer found URL to archive URL --- PIL/JpegPresets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/JpegPresets.py b/PIL/JpegPresets.py index c5a36b914..ece33bbbe 100644 --- a/PIL/JpegPresets.py +++ b/PIL/JpegPresets.py @@ -62,7 +62,7 @@ The tables format between im.quantization and quantization in presets differ in You can convert the dict format to the preset format with the `JpegImagePlugin.convert_dict_qtables(dict_qtables)` function. -Libjpeg ref.: http://www.jpegcameras.com/libjpeg/libjpeg-3.html +Libjpeg ref.: http://web.archive.org/web/20120328125543/http://www.jpegcameras.com/libjpeg/libjpeg-3.html """