libobs: Add low resolution bilinear scale effect

This effect preserves detail of images that are scaled below half size
by using sampling 9 pixels.
This commit is contained in:
jp9000
2015-04-06 07:09:47 -07:00
parent b18e957d81
commit 65517ea4cf
4 changed files with 100 additions and 0 deletions

View File

@@ -509,6 +509,9 @@ EXPORT gs_effect_t *obs_get_bicubic_effect(void);
/** Returns the lanczos scaling effect */
EXPORT gs_effect_t *obs_get_lanczos_effect(void);
/** Returns the bilinear lowres scaling effect */
EXPORT gs_effect_t *obs_get_bilinear_lowres_effect(void);
/** Returns the primary obs signal handler */
EXPORT signal_handler_t *obs_get_signal_handler(void);