Skip to content

Commit

Permalink
0.1.0: nhw
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Aug 3, 2022
1 parent fb5341e commit 92f3938
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 109 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
libsmallfry.

0.1.0

Expand Version:
metric_nhw
2022, zvezdochiot

0.0.4

Verify version:
cppcheck
splint
2019, zvezdochiot

0.0.3

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RM = @rm -fv
RMDIR = @rm -frv
PLIB = lib$(PNAME)
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_RELEASE = 4
VERSION_MINOR = 1
VERSION_RELEASE = 0
PREFIX = /usr/local
INCPREFIX = $(PREFIX)/include
LIBPREFIX = $(PREFIX)/lib
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ If you want a nice graphical interface and simplified automation of batch proces

**Update**

In addition to the SmallFry metric, this library contains the SharpenBad metric, not jpeg-oriented, but more general.
This metric, though more labor-intensive than SmallFry, but well reflects both the visual quality of the image, and the "badness" of its further processing.
The complexity of this metric is due to the use of the Sharpen filter.
In addition to the SmallFry metric, this library contains the SharpenBad and NHW metrics, not jpeg-oriented, but more general.
These metrics, though more labor-intensive than SmallFry, but well reflects both the visual quality of the image, and the "badness" of its further processing.
The complexity of these metrics is due to the use of the Sharpen filter.

---
2018
2022
zvezdochiot
https://github.com/zvezdochiot/libsmallfry
2 changes: 1 addition & 1 deletion smallfry.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ includedir=${prefix}/include

Name: smallfry
Description: Library Smallfry metric for JPEG Optimization
Version: 0.0.4
Version: 0.1.0
Libs: -L${libdir} -lsmallfry -lm
Cflags: -I${includedir}
Loading

0 comments on commit 92f3938

Please sign in to comment.