SkillAgentSearch skills...

NormalMapTool

No description available

Install / Use

/learn @Chaosinism/NormalMapTool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NormalMapTool

Script: Convert a Normal Map to a Height (Displacement) Map

Dependencies: Python3, Numpy, Scipy

Usage:

python N2H.py [Number of iterations] [NormalMapFile] [MaskFile (optional)]
  • Number of iterations: An integer, increasing the precision of generated height map, while requiring more execution time.

  • NormalMapFile: A PNG or JPG image

  • MaskFile: A PNG or JPG image, optional. If not provided, the script generates a mask based on the alpha channel of the normal map.

Description:

This is an unofficial implementation of the methods proposed in the following paper:

Hudon, Matis, et al. "Augmenting Hand-Drawn Art with Global Illumination Effects through Surface Inflation." European Conference on Visual Media Production. 2019.

Related Skills

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated5mo ago
Forks4

Languages

Python

Security Score

67/100

Audited on Oct 23, 2025

No findings