Thursday, September 9th 2010, 4:15pm UTC+2

You are not logged in.

  • Login
  • Register

1

Wednesday, March 3rd 2010, 3:56pm

command line on linux

hello,
how do you send an image file to kmakemultires on the command line ?
[edit] I tried > and |
ideally I want to tag something on the end of the windows pscp line to send the file directly to kmakemultires on the linux box.

cheers

Mick

This post has been edited 1 times, last edit by "michael crane" (Mar 3rd 2010, 11:41pm)


2

Friday, March 5th 2010, 1:42pm

Hi,

as normal parameters,

e.g.

Source code

1
./kmakemultires pano.jpg


if you want to that a specifc .config file will be used just pass that too,
e.g.

Source code

1
./kmakemultires pano.jpg settings.config


or set the settings from the .config file direct on the command line (the setting must be prefixed with a '-')
e.g.

Source code

1
./kmakemultires pano.jpg -tilesize=512 -panotype=flat -hfov=1.0


best regards,
Klaus

3

Friday, March 5th 2010, 9:40pm

cheers *smile*

Similar threads