Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdwtf/filter-9slice
An OBS plugin to provide a filter that 9-slices sources.
https://github.com/cmdwtf/filter-9slice
Last synced: about 13 hours ago
JSON representation
An OBS plugin to provide a filter that 9-slices sources.
- Host: GitHub
- URL: https://github.com/cmdwtf/filter-9slice
- Owner: cmdwtf
- License: gpl-2.0
- Created: 2023-01-13T15:42:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T15:34:12.000Z (about 2 months ago)
- Last Synced: 2024-11-26T15:48:13.455Z (about 2 months ago)
- Language: C
- Size: 206 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filter-9slice
## Introduction
A small simple plugin that provides a "9-slice" (a.k.a. 9-slicing, 9-patch, or Scale 9 grid) filter for [OBS](https://obsproject.com).
## Preview
https://user-images.githubusercontent.com/602691/212372141-2f828531-9272-4459-87a0-514e6d49fbce.mp4
*A scaled-up 48 pixel square image where the 9-slice filter is turned on and off.*
## What is 9-slice?
9-slice scaling is a 2D image resizing technique that attempts to keep the edges of an image proportional as the size changes.
Check [the Wikipedia page](https://en.wikipedia.org/wiki/9-slice_scaling) for more information.
[![Wikipedia Image Explanation](./.meta/9slice-explain-wikipedia.png)](https://en.wikipedia.org/wiki/9-slice_scaling)
(*Image [CC BY-SA 4.0](https://commons.wikimedia.org/wiki/File:Traditional_scaling_vs_9-slice_scaling.svg)*)