Add mirror, flip, gaussian blur and unsharpen masking transformations.

This commit is contained in:
Roberto Rosario
2017-01-18 03:01:27 -04:00
parent 9cb5758245
commit 92d2f9cbdd
2 changed files with 77 additions and 16 deletions

View File

@@ -52,7 +52,15 @@ Other changes
- Document page transformation navigation bug fixed.
- Move test total to 359.
- Increase test coverage to 81%.
- 3 new "prepared" transformations added: Rotate 90 degrees, Rotate 180 degrees, and Rotate 270 degrees.
- New transformations added:
- Rotate 90 degrees
- Rotate 180 degrees
- Rotate 270 degrees
- Mirror (horizontal)
- Flip (vertical)
- Gaussian blur
- Unsharp masking
Removals
--------