-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGES.txt
48 lines (41 loc) · 1.38 KB
/
CHANGES.txt
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
Changes:
0.2.4
#######################################
- basic support for non interactive mode
- avoid crash when camera or lens is not found in the database
- support for makers which are not in the pre-defined list
0.2.3
#######################################
- mostly cleanups and small fixes
- TCA correction had no effect in previous releases,
should work now
0.2.2
#######################################
- Lanczos interpolation is now used instead of bilinear
interpolation for sharper results
- crash on unknown exif is fixed
- settings are stored an reloaded if no exif data is
present
0.2.1
########################################
- some minor changes and fixes for windows compatibility.
- a complete windows package including Lensfun library,
database and all necessary dependencies is now available
- processing is parallelized on multi core processors
using OpenMP
0.2
########################################
- A LOT of code cleanups and stability improvements
- Bilinear interpolation is now used instead of nearest
neighbor interpolation
- Added possibility to correct vignetting and CA (but
currently no lens in database has correction data for
these)
0.1.1
########################################
- Fixed crash on unknown cameras in exif
- Added option to scale corrected image
without black borders
0.1
########################################
Initial release