An open API service indexing awesome lists of open source software.

https://github.com/cedws/superimager

Expression 2 script + backend to display images in Garry's Mod
https://github.com/cedws/superimager

image-processing

Last synced: about 1 year ago
JSON representation

Expression 2 script + backend to display images in Garry's Mod

Awesome Lists containing this project

README

          

# Superimager
![Example](images/example.jpeg)

Superimager is the product of countless of hours of research and experimentation. It is capable of displaying images significantly faster than other scripts by offloading as much work as possible to the backend, and writing to the screen's image buffer directly through a previously undiscovered method.

If you want to use Superimager yourself, you will need to compile the Rust backend, and run it on a server which publicly exposes port 8080. You should also modify some variables in the Expression 2 script, such as the `URL`, `Limit` and `Chunk`.

Further potential improvements includes data streaming, better chunk processing, and faster resizing on the backend.