Elektrine lite

← Feed

@TheQuinbox@dragonscave.space

Post #2307934

2026-05-09 16:25 UTC

I've just released version 0.1.0 of txt2img, a simple program that allows you to generate images from the command line. The images are fairly basic, you can currently only draw text onto a PNG with custom colors and fonts, but it's more than good enough for me when generating app icons and other things that need an image. I do not trust or like AI image generation, so decided to make a tool that works entirely offline and uses no AI. It's also entirely statically linked, so should be able to run on pretty much any supported system, even one without libc. Downloads: ARM64 Linux: https://github.com/trypsynth/txt2img/releases/download/v0.1.0/txt2img-aarch64-linux-musl.tar.gz ARM64 macOS: https://github.com/trypsynth/txt2img/releases/download/v0.1.0/txt2img-aarch64-macos.tar.gz ARM64 Windows: https://github.com/trypsynth/txt2img/releases/download/v0.1.0/txt2img-aarch64-windows-gnu.zip X64 Linux: https://github.com/trypsynth/txt2img/releases/download/v0.1.0/txt2img-x86_64-linux-musl.tar.gz X64 macOS: https://github.com/trypsynth/txt2img/releases/download/v0.1.0/txt2img-x86_64-macos.tar.gz X64 Windows: https://github.com/trypsynth/txt2img/releases/download/v0.1.0/txt2img-x86_64-windows-gnu.zip Enjoy!

Replies (1)