Generates light effects (neons) from pixels.
##Arguments:
- input file (*.png files preferred)
- output file (also *png)
- pixel colour white list (pixels with different RGBA values are discarded - turned into (0,0,0,0) )
- standard deviation (floating-point number)
- radius towards X axis
- radius towards Y axis
- light intensity amplifier (how much more bright it is)
##White list file Separate colours with return character (\n). Separate RGBA values with space.
example:
0 255 255 255
255 0 0 255
255 0 255 255
0 255 174 255
255 0 228 255
0 198 255 255
##Example use
neon_generator.exe cyan_charge.png output.png whitelist.txt 4 11 11 200.0f
whitelist.txt is the same as in example above.
Original file:
Output file: