ImageMesh is a tool that generates colorful simplicial mesh images from input pictures. It applies the Longest-edge bisection algorithm to refine meshes and creates visually appealing outputs.
- Mesh refinement using the Longest-edge bisection algorithm.
- Outputs colorful triangular mesh images.
- Built with Gridap for mesh processing and CairoMakie for visualization.
using Pkg
Pkg.add(path="https://github.com/DimhamT/ImageMesh.jl.git")using ImageMesh
infile = "path/to/image"
outfile = "path/to/image"
img2mesh(infile, outfile)This is purely a toy project for fun and experimentation. Enjoy!

