niljub / pic2stl

pic2stl is a Python package that converts images to 3D STL models.
MIT License
2 stars 0 forks source link

invert feature #3

Closed sugizo closed 3 months ago

sugizo commented 5 months ago

nice to have invert feature with True or False value

e.g. invert : True (1) image

invert : False (0) image

best regards

niljub commented 3 months ago

Invert feature has been added with the latest version, the argument is called invert_image and is set to False by default