-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
119 lines (73 loc) · 1.96 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
JPEG Recompress
https://github.com/ImageProcessing-ElectronicPublications/jpeg-recompress
2.6.4 "um"
Research: correct UM model: all metrics.
2023, zvezdochiot
2.6.3 "um"
Research: correct UM model.
2023, zvezdochiot
2.6.2 "sharpenbad"
reimplementation SHARPENBAD:
metric_sharpenbad
2.6.1 "msef"
Added MSE and MSEF metric.
Research: correct trends UM (44 images)
2.6.0 "sum"
Added VIFP 1 layer in SUM metric.
2.5.9 "vifp1"
Added VIFP 1 layer metric.
2.5.8 "neat"
Neat adds up all values.
2.5.7 "bisection"
Fix bisection
2.5.6 "subsample"
Fix IPEP/#1: ignores subsampling option
2.5.5 "sigma"
Move `sigma`-function from `libsmallfry` to `jmetrics.a`
Research: correct trends UM (32 images)
Remove metrics `cor` and `corsh`
2022, zvezdochiot
2.5.4 "near"
Research: correct trends UM (24 images)
2022, zvezdochiot
2.5.3 "approx"
Research: correct trends UM (16 images)
2022, zvezdochiot
2.5.2 "UM"
Research: correct trends UM (8 images)
2022, zvezdochiot
2.5.1 "saved"
Fix overflow saved.
Correct quality scale (next = (1.0 + prev) / 2)
Replacing multiplications with counters.
2022, zvezdochiot
2.5.0 "webp"
Use libwebp for WEBP format
2022, zvezdochiot
2.4.0 "nhw"
Update for libsmallfry 0.1.0
metric_nhw
2022, zvezdochiot
2.3.1 "weight"
weight average for SUM metrics
2021, zvezdochiot
2.3.0 "return"
return from mozjpeg to jpeg8
2021, zvezdochiot
2.2.1 "linearize"
jpeg-recompress: linearize metric
2018, zvezdochiot
2.2 "zfpoint"
Find ZF point quality for JPEG
Update for libsmallfry 0.0.3
2018, zvezdochiot
2.1.3 "sum"
jpeg-recompress: summary metric and linearize ssim
2018, zvezdochiot
2.1.2
Update for libsmallfry 0.0.2
sharpenbad_metric
2018, zvezdochiot
2.1.1
fork jpeg-archive 2.1.1 to jpeg-recompress for compatible libsmallfry.
Daniel G. Taylor & zvezdochiot