mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add a note on the convolutional matrix filter.
This commit is contained in:
parent
af38e5469f
commit
526eea41f0
1 changed files with 3 additions and 0 deletions
|
@ -397,6 +397,9 @@ namespace Jellyfin.Drawing.Skia
|
|||
|
||||
/// <summary>
|
||||
/// Resizes an image on the CPU, by utilizing a surface and canvas.
|
||||
///
|
||||
/// The convolutional matrix kernel used in this resize function gives a (light) sharpening effect.
|
||||
/// This technique is similar to effect that can be created using for example the [Convolution matrix filter in GIMP](https://docs.gimp.org/2.10/en/gimp-filter-convolution-matrix.html).
|
||||
/// </summary>
|
||||
/// <param name="source">The source bitmap.</param>
|
||||
/// <param name="targetInfo">This specifies the target size and other information required to create the surface.</param>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue