Page 1 of 1

Nobjecter - a horrible name for a neat image to n-art tool

Posted: 2014.10.10 (02:49)
by DaggaFork
Nobjecter - n-art mapping tool
simple java program i wrote to create n-art

How to set-up
1. download the program here *link to be added
2. extract it into a folder
3. put an image file (jpeg) into the same folder as the run.bat
* the image file must be 744 * 552 px for a perfect fit. Larger and smaller image files won't crash the program, but won't fit properly in N.
4. double click run.bat
5. this should appear:
Image
6. follow How to use instructions

How to use

Code: Select all

Enter input file:
enter yourimage.jpg (use your image name, and your image extension)

Code: Select all

Enter output file:
enter the name of the file your map data should be outputted to. No extension will create a file that you must open with a text editor, however adding .txt to output file will create a text document that can be simply opened

Code: Select all

Enter bright break point:
this is a number from 0-255 that handles where the program decides the split between "white space"(nothing) and "grey space"(gold) is. Lower number means more nothing, and less gold. Higher numbers means more gold, less nothing.

Code: Select all

Enter dark break point:
this is a number from 0-255 that handles where the program decides the split between "grey space"(gold) and "black space"(mines) is. Lower numbers mean less mines, more gold. Higher numbers mean more mines, less gold.

Example of break points in action:
brightbreakpoint: 170, darkbreakpoint: 85
Image
brightbreakpoint: 200, darkbreakpoint: 40
Image

if there's something i can change to make this better, please tell me

Re: Nobjecter - a horrible name for a neat image to n-art to

Posted: 2014.10.13 (21:12)
by Ors
Comparing to my one his program is easier and it seems to convert pictures better and straight, so that's enough to tell that this AWESOMELY better. Good job!
My program has better quality but it would be an easy change in this one too.