Skip to content

A Python script to generator normal map images from height map images.

Notifications You must be signed in to change notification settings

carlmartus/normalmap-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Normal Map Generator

Normal Map Generator is a tool written in Python

Required

  • Python
  • Scipy
  • Numpy
  • ImageIO

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

About

A Python script to generator normal map images from height map images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%