Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ShrekshelleraiserCC/BIMG-Generator
A Java program to convert images to the BIMG blit format for CC
https://github.com/ShrekshelleraiserCC/BIMG-Generator
computercraft
Last synced: 10 days ago
JSON representation
A Java program to convert images to the BIMG blit format for CC
- Host: GitHub
- URL: https://github.com/ShrekshelleraiserCC/BIMG-Generator
- Owner: ShrekshelleraiserCC
- License: mit
- Created: 2022-06-02T05:33:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T22:45:12.000Z (over 1 year ago)
- Last Synced: 2024-08-06T10:12:32.756Z (3 months ago)
- Topics: computercraft
- Language: Java
- Homepage:
- Size: 1.66 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-computercraft - BIMG-Generator - A Java program to convert images to the BIMG format. (Non-Lua programs / Tools)
README
# BIMG Generator
This is a java program to convert just about any format of image
to the [BIMG](https://github.com/SkyTheCodeMaster/bimg) blit image
format for ComputerCraft. Also has support for
[bbf](https://github.com/9551-Dev/BLBFOR), a binary blit image format.GIF animations are supported, though I've noticed sometimes
frames go missing. You can optionally scale images to fit on a default terminal,
or any larger terminal by putting in the screen resolution in characters.Compiled on Java 17 using
[Apache Commons CLI](https://commons.apache.org/proper/commons-cli/) 1.5and [Apache Commons IO](https://commons.apache.org/proper/commons-io/) 2.11.
## Usage
To use this program simply run it. If you want to use the CLI version, simply pass in any arguments.
After you make changes in your setting push the refresh button in the top right to refresh
the preview.The save preview button will save the current preview as an image,
in the case of gifs this only saves the first frame.The save button will save the image in
the specified format, matching the settings that are currently in the preview.