https://github.com/iokg04/tilize
Do you think your images have too many distinct pixel groups? This might help :3
https://github.com/iokg04/tilize
art ascii-art image-processing
Last synced: 5 months ago
JSON representation
Do you think your images have too many distinct pixel groups? This might help :3
- Host: GitHub
- URL: https://github.com/iokg04/tilize
- Owner: IOKG04
- License: mit
- Created: 2024-11-15T14:07:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T10:51:57.000Z (over 1 year ago)
- Last Synced: 2025-02-08T00:32:53.793Z (over 1 year ago)
- Topics: art, ascii-art, image-processing
- Language: C
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tilize
> Do you think your images have too many distinct pixel groups? This might help :3
## For Users
If you plan on using Tilize, [this](for_users.md) is your file to read, please do so before wondering why stuff doesn't work :3
But in short, download the newest version of Tilize from the [Releases](https://github.com/IOKG04/Tilize/releases) section,
open the directory containing it in the terminal (or the command line, depending on how you want to call it),
run `.\Tilize help` and then use it as you would any other terminal software.
## For Developers
If you are planning to develop for Tilize, [this](for_devs.md) is the file for you, please read through it :3
In short though, clone the repo, run `premake5 [your build system]` and then build it,
write any c code in strictly complient c11 and any scripts in Lua.
Also read though [for_users.md](for_users.md) of course, it might be pretty helpful to know what it is supposed to do.
## Credit
This project uses [cJSON](https://github.com/DaveGamble/cJSON) by [DaveGamble](https://github.com/DaveGamble) and others, distributed under the [MIT License](https://github.com/DaveGamble/cJSON/blob/master/LICENSE),
[tinycthread](https://github.com/tinycthread/tinycthread), distributed under a license which's name i cant find, it's [here](https://github.com/tinycthread/tinycthread/blob/master/README.txt) though,
and parts of [stb](https://github.com/nothings/stb), distributed under the [MIT License and the Unlicense](https://github.com/nothings/stb/blob/master/LICENSE) (where you just choose which one you prefer, and cause I don't have opinions on that I'll just show both :3).
The [rounded_6x6](resources/round_6x6.png) font is from [here](https://frostyfreeze.itch.io/pixel-bitmap-fonts-png-xml), licensed under CC0,
the color palette used for the [melody_16](resources/melody_16.json) and [melody_16_big](resources/melody_16_big.json) configurations comes from [here](https://lospec.com/palette-list/melody-16), and I hope it's okay to use...