-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEWS, configure.ac: Bump version to 0.7.3
- Loading branch information
1 parent
f64b8c0
commit 78184d8
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,21 @@ Copyright (C) Artyom V. Poptsov <[email protected]> | |
are permitted in any medium without royalty provided the copyright | ||
notice and this notice are preserved. | ||
|
||
* Unreleased | ||
* Changes in version 0.7.3 (2024-03-30) | ||
** Implement image transformation methods | ||
The methods below can be found in =(png image-processing rotate)= module: | ||
- =png-image-rotate-90/cw=: 90 degrees clockwise rotation | ||
- =png-image-rotate-90/ccw=: 90 degrees counter-clockwise rotation | ||
- =png-image-flip-vertical=: Vertical flip. | ||
- =png-image-flip-horizontal=: Horizontal flip. | ||
** New high-level API for manipulating image pixels | ||
=(png graphics pixel)= now provides two high-level procedures for manipulating | ||
the image pixels: | ||
- =png-image-pixel-for-each= | ||
- =png-image-pixel-map= | ||
- =png-image-pixel-fold= | ||
** Update and improve the documentation | ||
** Add new tests | ||
|
||
* Changes in version 0.7.2 (2024-02-10) | ||
** Fix ellipse drawing :BUGFIX: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License | |
along with Guile-PNG. If not, see <http://www.gnu.org/licenses/>. | ||
]]) | ||
|
||
AC_INIT([Guile-PNG], [0.7.2], [[email protected]], [guile-png], | ||
AC_INIT([Guile-PNG], [0.7.3], [[email protected]], [guile-png], | ||
[https://github.com/artyom-poptsov/guile-png]) | ||
|
||
AC_COPYRIGHT(GUILE_PNG_CONFIGURE_COPYRIGHT) | ||
|