I have completed writing a new converter that will convert an SVG file into a Litchi waypoint mission which can also be converted into a DJI Fly waypoint mission.
What is an SVG file? An SVG file is one of a number of popular image formats displayable on the web. The primary difference between an SVG (Scalable Vector Graphics) file and other web-friendly image file formats such as JPG or PNG, is that an SVG file contains line drawing commands instead of raster/pixel data. As a result, SVG files can be scaled up (or down) without any loss in quality.
A number of graphics primitives are supported by the SVG format including lines, and cubic and quadratic Bezier curves. This makes it relatively easy to convert the vector data in an SVG file into other vector formats such as a waypoint mission. My converter supports most (but not all) of the primitives found in an SVG file.
You may be wondering why in the world would you want to convert a line drawing in an SVG file into a Litchi mission. I know, this seems like a silly thing to do. However, there are a number of people using my utilities to create light-painting missions. The first step in that process requires the manual creation of a path to be painted. That can be a tedious process. This conversion utility eliminates that process if an SVG file of the shape you want to paint can be found.
Here is an example of an SVG file of the Firefox logo:
Here is an example of a Litchi mission created from that Firefox SVG file using my “SVG to Litchi Mission” converter:
This, and other converters can be found here:
What is an SVG file? An SVG file is one of a number of popular image formats displayable on the web. The primary difference between an SVG (Scalable Vector Graphics) file and other web-friendly image file formats such as JPG or PNG, is that an SVG file contains line drawing commands instead of raster/pixel data. As a result, SVG files can be scaled up (or down) without any loss in quality.
A number of graphics primitives are supported by the SVG format including lines, and cubic and quadratic Bezier curves. This makes it relatively easy to convert the vector data in an SVG file into other vector formats such as a waypoint mission. My converter supports most (but not all) of the primitives found in an SVG file.
You may be wondering why in the world would you want to convert a line drawing in an SVG file into a Litchi mission. I know, this seems like a silly thing to do. However, there are a number of people using my utilities to create light-painting missions. The first step in that process requires the manual creation of a path to be painted. That can be a tedious process. This conversion utility eliminates that process if an SVG file of the shape you want to paint can be found.
Here is an example of an SVG file of the Firefox logo:
Here is an example of a Litchi mission created from that Firefox SVG file using my “SVG to Litchi Mission” converter:
This, and other converters can be found here: