Nobjecter - a horrible name for a neat image to n-art tool
Posted: 2014.10.10 (02:49)
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:

6. follow How to use instructions
How to use
enter yourimage.jpg (use your image name, and your image extension)
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
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.
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

brightbreakpoint: 200, darkbreakpoint: 40

if there's something i can change to make this better, please tell me
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:

6. follow How to use instructions
How to use
Code: Select all
Enter input file:
Code: Select all
Enter output file:
Code: Select all
Enter bright break point:
Code: Select all
Enter dark break point:
Example of break points in action:
brightbreakpoint: 170, darkbreakpoint: 85

brightbreakpoint: 200, darkbreakpoint: 40

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