From 8484ed7ed42b46d5128f29bd9fbbca6ec16529ec Mon Sep 17 00:00:00 2001 From: Jason Summers Date: Tue, 15 Nov 2022 15:18:16 -0500 Subject: [PATCH] technical.txt: Updated some links --- technical.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/technical.txt b/technical.txt index 73af5a7..0b7c449 100644 --- a/technical.txt +++ b/technical.txt @@ -17,13 +17,13 @@ Some of the inspiration for this project came from these web pages: Information about resampling functions and other algorithms was gathered from many sources, but ImageMagick's page on resizing was particularly helpful: - http://www.imagemagick.org/Usage/resize/ + https://www.imagemagick.org/Usage/resize/ Alternatives ------------ There are many applications and libraries that do image processing, but in the -free software world, the leader is ImageMagick (http://www.imagemagick.org/). +free software world, the leader is ImageMagick (https://imagemagick.org/). Or you might prefer ImageMagick's conservative alter-ego, GraphicsMagick (http://www.graphicsmagick.org/). @@ -32,10 +32,10 @@ Installing / Building from source Dependencies (optional): libpng - zlib - libjpeg + zlib + libjpeg libwebp - + Here are three possible ways to build ImageWorsener: