Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 581 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 581 Bytes

Normal Map Generator

Normal Map Generator is a tool written in Python

Required

  • Python
  • Scipy
  • Numpy

Usage

./normal_map_generator.py input_file output_file --smooth SMOOTH_VALUE -- intensity INTENSITY_VALUE

Required arguments:

input_file

input image path

output_file

output image path

Optional arguments:

-h, --help

Show help message

-s SMOOTH_VALUE, --smooth SMOOTH_VALUE

Smooth gaussian blur applied on the image

-it INTENSITY_VALUE, --intensity INTENSITY_VALUE

Intensity of the normal map