Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
master
master
Switch branch/tag
sbbs
src
conio
xbr.h
Find file
Normal view
History
Permalink
xbr.h
102 Bytes
Edit
Web IDE
Newer
Older
Add smooth scaling to X11 output
Deucе
committed
May 13, 2021
1
2
3
4
#include <inttypes.h>
void
xbr_filter
(
uint32_t
*
data
,
uint32_t
*
out
,
int
width
,
int
height
,
int
n
);