This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 0825f7c5af179314d44a5ce71e5928cff7d5209b (commit) from bb4ceb0a3292d5eebec518820141e1690142585d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/0825f7c5af179314d44a5ce71e5928cff7d52...
commit 0825f7c5af179314d44a5ce71e5928cff7d5209b Author: Cyril Hrubis metan@ucw.cz Date: Sun Apr 21 13:00:23 2013 +0200
doc: Update and reformat implemented filters tables
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/doc/general.txt b/doc/general.txt index 260e186..a8b6438 100644 --- a/doc/general.txt +++ b/doc/general.txt @@ -129,12 +129,12 @@ image filters. .Currently Implemented Linear Filters [width="100%",options="header"] |============================================================================= -| Filter Name | Supported Pixel Type | Mutithreaded -| Convolution | RGB888 | Yes -| Separable Convolution | RGB888 | Yes -| Gaussian Blur | RGB888 | Yes -| Sobel Edge Detection | RGB888 | Yes -| Prewitt Edge Detection | RGB888 | Yes +| Filter Name | Supported Pixel Type | Mutithreaded +| Convolution | RGB888 | Yes +| Separable Convolution | RGB888 | Yes +| Gaussian Blur | RGB888 | Yes +| Sobel Edge Detection | RGB888 | Yes +| Prewitt Edge Detection | RGB888 | Yes |=============================================================================
NOTE: Linear filters are implemented using generic convolution filters, once @@ -155,41 +155,41 @@ NOTE: Linear filters are implemented using generic convolution filters, once .Currently Implemented Ditherings [width="100%",options="header"] |============================================================================= -| Filter Name | Supported Pixel Type | Multithreaded -| Floyd Steinberg | RGB888 -> Any | No -| Hilbert Peano | RGB888 -> Any | No +| Filter Name | Supported Pixel Type | Multithreaded + | Floyd Steinberg | RGB888 -> Any | No +| Hilbert Peano | RGB888 -> Any | No |=============================================================================
.Currently Implemented Resamplings [width="100%",options="header"] |============================================================================= -| Filter Name | Supported Pixel Type | Multithreaded -| Nearest Neighbour | All | No -| Bilinear (Integer Arithmetics) | RGB888 | No -| Bicubic (Integer Arithmetics) | All | No -| Bicubic (Float Arithmetics) | RGB888 | No +| Filter Name | Supported Pixel Type | Multithreaded +| Nearest Neighbour | All | No +| Bilinear (Integer Arithmetics) | All | No +| Bicubic (Integer Arithmetics) | All | No +| Bicubic (Float Arithmetics) | RGB888 | No |=============================================================================
.Rotation and mirroring [width="100%",options="header"] |============================================================================= -| Filter Name | Supported Pixel Type | Multithreaded -| Rotate 90 | All | No -| Rotate 180 | All | No -| Rotate 270 | All | No -| Mirror Vertically | All | No -| Mirror Horizontally | All | No +| Filter Name | Supported Pixel Type | Multithreaded +| Rotate 90 | All | No +| Rotate 180 | All | No +| Rotate 270 | All | No +| Mirror Vertically | All | No +| Mirror Horizontally | All | No |=============================================================================
.Misc filters [width="100%",options="header"] |============================================================================= -| Filter Name | Supported Pixel Type | Multithreaded -| Histogram | All | No -| Additive Gaussian Noise | All | No -| Median | RGB888 | No -| Weighted Median | RGB888 | No -| Sigma Lee | RGB888 | No +| Filter Name | Supported Pixel Type | Multithreaded +| Histogram | All | No +| Additive Gaussian Noise | All | No +| Median | RGB888 | No +| Weighted Median | RGB888 | No +| Sigma Lee | RGB888 | No |=============================================================================
Backends
-----------------------------------------------------------------------
Summary of changes: doc/general.txt | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.