Skip to content
/ bump2stl Public

Converts image with bump map to the stl mesh

Notifications You must be signed in to change notification settings

bigr/bump2stl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bump2stl

Converts bump map stored in 16 bit png file into the stl mesh.

usage: bump2stl [-h] [-H HIGH] [-S SIZE] input output

Converrt png bump map (intensity of pixel means high) to the stl mesh file.

positional arguments:
  input                 Input png file
  output                Output stl file

optional arguments:
  -h, --help            show this help message and exit
  -H HIGH, --high HIGH  Z coordinate of the maximum
  -S SIZE, --size SIZE  XY coordinate maximum

About

Converts image with bump map to the stl mesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages