From 4e239e50fbcf232cb9d87ecb2b6060f74e6158ff Mon Sep 17 00:00:00 2001 From: Vort Date: Mon, 30 Oct 2023 02:33:30 +0200 Subject: [PATCH] Description of skills, which can be improved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b4cf8..5bc83bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This repository contains rules for image compression challenge. +This repository contains rules for image compression challenge, which can help to learn high level and low level program optimization techniques. In this challenge you need to create `image.slif` file, which contains compressed image. The smaller this file is, the better the solution (score is defined as file size in bytes). For solution to be valid, two of its properties must lie within certain limits: image quality (`PSNR`) and amount of steps for decompression algorithm (`Operation count`). To understand how to make such file, you need to either analyze test program and example solutions or read description in hidden section below.