Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigmasoldi3r/sbci-tool
https://github.com/sigmasoldi3r/sbci-tool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sigmasoldi3r/sbci-tool
- Owner: sigmasoldi3r
- Created: 2024-01-28T18:41:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T09:59:13.000Z (9 months ago)
- Last Synced: 2024-05-20T15:12:09.210Z (8 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sigmasoldi3r's binary computer image
What? Yeah just a toy image format. Why? For fun only, and to use it in
ComputerCraft.So? You can download binaries and use it as:
```
./sbci your_image.jpg -s=40
```Then you'll have two images: `your_image-quantized.png` and `your_image.sbci`.
You can use the latter to draw it in ComputerCraft using the viewer.
> [!WARNING]
> Work is being done, the format is not ready!> [!NOTE]
> The interpreter is also not done.The idea is that you'll have some sort of thumbnails and such embed inside of
each image, so your computer can render fast for all computer sizes, and you can
have previews or full resolution images.Intended future embeddings:
- Original (Full target resolution)
- 0.2
- 0.4
- 0.8
- Thumbmnail 32x32
- Mini thumbnail 16x16
- Micro thumbnail 8x8Those are meant to be drawn at the target's terminal full resolution.