项目作者: Aniruddha-Deb

项目描述 :
recreate a bitmap image using zeroes and ones
高级语言: Java
项目地址: git://github.com/Aniruddha-Deb/HackerFX.git
创建时间: 2017-12-13T03:27:28Z
项目社区:https://github.com/Aniruddha-Deb/HackerFX

开源协议:

下载


HackerFX

recreate a bitmap image using zeroes and ones

From

input

to

output

This is a small script that reads from a specified bitmap image and writes a zero or one depending on whether the pixel is black or white.

Installation

  1. wget https://github.com/Aniruddha-Deb/HackerFX/releases/download/v.1.1.0/HackerFX.jar
  2. java -jar HackerFX.jar -h

Usage

  1. Usage:
  2. hackerfx -i IN_FILE [-o OUT_FILE] [-s FONT_SIZE] [-f FG_COLOUR] [-b BG_COLOUR]
  3. hackerfx -h | --help
  4. hackerfx -v | -version
  5. Options:
  6. -i IN_FILE input file name
  7. -o OUT_FILE output file name [default: hackerfx_img.png]
  8. -s FONT_SIZE font size in pixels [default: 24]
  9. -f FG_COLOUR font colour in hex without alpha (eg. #33DD29) [default: #00FF00]
  10. -b BG_COLOUR background colour in hex without alpha (eg. #33DD29) [default: #000000]
  11. -h --help show this information
  12. -v --version show version information

Changelog

29 Jan 2018 - Added command line arguments
27 Mar 2018 - Packaged the app

Improvements

Improvements are tracked through the issues section. Have a suggestion for an improvement? Post an issue!