From 314b39e97a46eaf5c5a928dc51538617b9b9ecb2 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:27:05 +0800 Subject: [PATCH] Update README.md [skip ci] --- image-compressing/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/image-compressing/README.md b/image-compressing/README.md index b2556062b8..d90bb53344 100644 --- a/image-compressing/README.md +++ b/image-compressing/README.md @@ -1 +1,4 @@ -This module contains tutorials related to the image compression in Java. \ No newline at end of file +This module contains tutorials related to the image compression in Java. + +## Relevant Articles +- [Lossy and Lossless Image Compression Using Java](https://www.baeldung.com/java-image-compression-lossy-lossless)