You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,17 @@
2
2
3
3
## Image 0.59.0
4
4
5
-
This is the changelog for Image version 0.59.0 released on March 13th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-image/image/tags)
5
+
This is the changelog for Image version 0.59.0 released on March 14th, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-image/image/tags)
6
6
7
7
### Breaking Change
8
8
9
-
*Rename `Image.barrel_correction/5`to`Image.radial_distortion_correction/5` since it applies to both barrel and pincushion distortion.
9
+
*`Image.radial_distortion_correction/5`and`Image.vignette_correction/4` have moved to a new library [image_lens_correction](https://github.com/elixir-image/image_lens_correction).
10
10
11
11
### Enhancements
12
12
13
13
* Tolerate non-compliant null-terminated datatime strings in Exif. Thanks to @hansihe for the PR. Closes #181.
14
14
15
-
* Add `Image.vignette_correct/4` to apply a vignette correction to an image - typically a digital photograph.
16
-
17
-
* Add `Image.Math.max/1`, `Image.Math.min/1`, `Image.Math.max!/1` and `Image.Math.min!/1`
15
+
* Add `Image.Math.max/1`, `Image.Math.min/1`, `Image.Math.max!/1`, `Image.Math.min!/1` and `Image.Complex.polar/1`.
0 commit comments