# Litho Studio: Creating 3D Printable Lithophanes from Images
Inspiration
I have always been fascinated by 3D printing and the ability to transform digital ideas into real objects.
I wanted to create a tool that turns personal images into physical creations that can be illuminated and displayed.
What I Built
Litho Studio is a Python-based application that converts images into 3D printable lithophanes.
The application allows users to:
- Convert images into 3D models
- Generate flat and curved lithophanes
- Adjust thickness and dimensions
- Preview the 3D model
- Export STL files for 3D printing
How It Works
The application processes the image using grayscale depth mapping. Dark and bright areas are converted into different heights, creating a 3D surface that reveals the image when light passes through it.
Features
- Modern desktop interface
- Image-to-3D conversion
- 3D model preview
- Adjustable parameters
- STL export
- Support for different lithophane shapes
Screenshots
Source Code
GitHub:
https://github.com/hanicore/litho-app-stadio
Technologies Used
- Python
- PySide6
- NumPy
- Pillow
- Trimesh
Conclusion
Litho Studio combines programming, 3D printing, and creativity to transform digital memories into physical objects.
This work is for The DEV Weekend Challenge is LIVE!


Top comments (0)