forked from miklo/svg2ild
1
0
Fork 0
svg2ild/README.md

2.1 KiB

svg2ild

Table of contents

About

Converts a series of .svg files to .ild animation for laser shows. Supports both static and animated images.

ILDA - image data transfer format for laser shows.

Description of the format:

Installation

How does it work

Optimizations:

  • Order of objects in the input SVG file is not important — svg2ild finds nearest edges after each object.
  • Palette: ?

How to

How to detect an internal format of .ild file

You can use file tool from package file (sources):

 % file ./*.ild
./hs.ild:         ILDA Image Data Transfer Format 3D Coordinates with Indexed Color, company MIKLO, number of records 88, palette number 0, number of frames 1
./opos.ild:       ILDA Image Data Transfer Format 3D Coordinates with Indexed Color, company MIKLO, number of records 2137, palette number 0, number of frames 1
./rgb.ild:        ILDA Image Data Transfer Format 3D Coordinates with Indexed Color, company MIKLO, number of records 18, palette number 0, number of frames 1
./text-paths.ild: ILDA Image Data Transfer Format 3D Coordinates with Indexed Color, company MIKLO, number of records 102, palette number 0, number of frames 1

License

AGPL v3.0