https://github.com/openscad/image-generator
Generate animated images from OpenSCAD files
https://github.com/openscad/image-generator
Last synced: 12 months ago
JSON representation
Generate animated images from OpenSCAD files
- Host: GitHub
- URL: https://github.com/openscad/image-generator
- Owner: openscad
- License: mit
- Created: 2019-06-02T15:56:24.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T17:33:14.000Z (about 1 year ago)
- Last Synced: 2025-05-01T18:37:19.152Z (about 1 year ago)
- Language: OpenSCAD
- Size: 27.3 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-generator
This is just a simple Makefile to generate animated images from OpenSCAD
files as input. It takes a list of `.scad` files, converts those to `PNG`
relying on the OpenSCAD script to set the camera position and then joins
the images with morphing transition using ImageMagick.
Tested on Debian/Testing with ImageMagick 7.0.8-39.
```
$ convert --version
Version: ImageMagick 7.0.8-39 Q16 x86_64 2019-04-11 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): bzlib fontconfig freetype pangocairo png x xml zlib
```