<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: hani kh</title>
    <description>The latest articles on DEV Community by hani kh (@hani_kh_663971b685c152964).</description>
    <link>https://dev.to/hani_kh_663971b685c152964</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4003913%2F91118399-a8dc-4469-a846-f1a3a33c0e80.jpg</url>
      <title>DEV Community: hani kh</title>
      <link>https://dev.to/hani_kh_663971b685c152964</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hani_kh_663971b685c152964"/>
    <language>en</language>
    <item>
      <title>I Built Litho Studio: Turning Images into 3D Printable Lithophanes</title>
      <dc:creator>hani kh</dc:creator>
      <pubDate>Sat, 11 Jul 2026 12:45:08 +0000</pubDate>
      <link>https://dev.to/hani_kh_663971b685c152964/i-built-litho-studio-turning-images-into-3d-printable-lithophanes-18i4</link>
      <guid>https://dev.to/hani_kh_663971b685c152964/i-built-litho-studio-turning-images-into-3d-printable-lithophanes-18i4</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh7u3o33urf34r6jbq85t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh7u3o33urf34r6jbq85t.png" alt=" " width="130" height="107"&gt;&lt;/a&gt;# Litho Studio: Creating 3D Printable Lithophanes from Images&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;I have always been fascinated by 3D printing and the ability to transform digital ideas into real objects. &lt;br&gt;
I wanted to create a tool that turns personal images into physical creations that can be illuminated and displayed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Litho Studio is a Python-based application that converts images into 3D printable lithophanes.&lt;/p&gt;

&lt;p&gt;The application allows users to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Convert images into 3D models&lt;/li&gt;
&lt;li&gt;Generate flat and curved lithophanes&lt;/li&gt;
&lt;li&gt;Adjust thickness and dimensions&lt;/li&gt;
&lt;li&gt;Preview the 3D model&lt;/li&gt;
&lt;li&gt;Export STL files for 3D printing&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Modern desktop interface&lt;/li&gt;
&lt;li&gt;Image-to-3D conversion&lt;/li&gt;
&lt;li&gt;3D model preview&lt;/li&gt;
&lt;li&gt;Adjustable parameters&lt;/li&gt;
&lt;li&gt;STL export&lt;/li&gt;
&lt;li&gt;Support for different lithophane shapes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Screenshots
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpcrwyw8mjdurusgpat28.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpcrwyw8mjdurusgpat28.png" alt=" " width="800" height="422"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm6071goyfmqlcf0h4a2q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm6071goyfmqlcf0h4a2q.png" alt=" " width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Source Code
&lt;/h2&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/hanicore/litho-app-stadio" rel="noopener noreferrer"&gt;https://github.com/hanicore/litho-app-stadio&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Technologies Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;PySide6&lt;/li&gt;
&lt;li&gt;NumPy&lt;/li&gt;
&lt;li&gt;Pillow&lt;/li&gt;
&lt;li&gt;Trimesh&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Litho Studio combines programming, 3D printing, and creativity to transform digital memories into physical objects.  &lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;This work is for The DEV Weekend Challenge is LIVE!&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>hi</title>
      <dc:creator>hani kh</dc:creator>
      <pubDate>Fri, 26 Jun 2026 11:48:03 +0000</pubDate>
      <link>https://dev.to/hani_kh_663971b685c152964/hi-51ac</link>
      <guid>https://dev.to/hani_kh_663971b685c152964/hi-51ac</guid>
      <description></description>
    </item>
    <item>
      <title>Hey guys</title>
      <dc:creator>hani kh</dc:creator>
      <pubDate>Fri, 26 Jun 2026 11:30:24 +0000</pubDate>
      <link>https://dev.to/hani_kh_663971b685c152964/hey-guys-4nmj</link>
      <guid>https://dev.to/hani_kh_663971b685c152964/hey-guys-4nmj</guid>
      <description></description>
    </item>
  </channel>
</rss>
