/autopano-path-relativizer

Manipulate Autopano Giga .pano files to get relative paths to the images instead absolute paths

Primary LanguageJava

Autopano Path Relativizer

Problem

Autopano Giga stores its project files with absolute paths to the images.
That means, everything has to be forever at the same place (I meant: path).

Solution

Use this program to switch to relative paths.
A file called test.pano gets a brother called test.relative.pano who is basically the same except the relative paths to the images.

Usage

Requires Java 11 or higher

$ java -jar apr.jar -u
$ java -jar apr.jar <panofile>
$ java -jar apr.jar <dir>