[hugin-ptx] Re: using PTmender.exe on Windows

2009-10-05 Thread Bob

Thanks Kornel
I've got the executable files, but I don't know how to run the
PTmender.exe in a correct way.
My system is windows ,so I use nmake to make the build directory using
the command below,but nothing happened.

nmake Makefile.am


Cheers!

Bob

On Oct 5, 1:51 pm, Kornel Benko kornel.be...@berlin.de wrote:
 Am Monday 05 October 2009 schrieb Bob:







  Hi all,
  I compiled libpano and got the executable files.
  So I tried to run the PTmender.exe on tests\simpleStitch to see the
  result,

  Here is the command line I used:
     libpano\pano13\tests\simpleStitchPTmender.exe simple.txt

  And I got these errors
      Feathering is ignored.  Use PTmasker
      Feathering is ignored.  Use PTmasker
      Feathering is ignored.  Use PTmasker
      No support for this output image format(JPEG).Output will be
  TIFF_m
      Could not create Window
      Feathering is ignored.  Use PTmasker
      Could not create Window
      Could not create Window

  What is the correct command line to run the PTmender.exe on
  simpleStitch?

 The correct way should be
         make test
 from the build directory.

  Is there any document about this problem?

  Cheers!

  Bob

         Kornel

 --
 Kornel Benko
 kornel.be...@berlin.de

  signature.asc
  1KViewDownload- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: using PTmender.exe on Windows

2009-10-05 Thread Jim Watters

Bob wrote:
 Hi all,
 I compiled libpano and got the executable files.
 So I tried to run the PTmender.exe on tests\simpleStitch to see the
 result,

 Here is the command line I used:
libpano\pano13\tests\simpleStitchPTmender.exe simple.txt
   
That is correct.
PTmender [options] script filename

Options:
-o prefix Prefix for output filename, defaults to pano
-q  Quiet run
-h  Show this mes

 And I got these errors
 Feathering is ignored.  Use PTmasker
 Feathering is ignored.  Use PTmasker
 Feathering is ignored.  Use PTmasker
 No support for this output image format(JPEG).Output will be TIFF_m
 Could not create Window
 Feathering is ignored.  Use PTmasker
 Could not create Window
 Could not create Window

 What is the correct command line to run the PTmender.exe on
 simpleStitch?
   
There are features included in the test script file that PTmender does 
not support.
PTmender does not do feathering.  This is the u10 option on the o lines.
PTmender only supports outputing as tiff.  This should work. nTIFF_m 
r:CROP c:LZW
I do not know why you are getting the Could not create Window 
message.  But it comes from trying to create a window.  Possibly a 
progress window.

The current way of building the tools are as command line tools not 
Graphic Windows. 

I use the following predefines to build the command line tools
WIN32;_CONSOLE

and for the Graphic tools
WIN32;_WINDOWS
I have not successfully built the tools in this form for a while.  This 
might be what you are attempting.

-- 
Jim Watters
http://photocreations.ca


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
hugin and other free panoramic software group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: using PTmender.exe on Windows

2009-10-05 Thread Kornel Benko
Am Tuesday 06 October 2009 schrieb Bob:
 Thanks Kornel
 I've got the executable files, but I don't know how to run the
 PTmender.exe in a correct way.
 My system is windows ,so I use nmake to make the build directory using
 the command below,but nothing happened.
 
 nmake Makefile.am
 
 
 Cheers!
 
 Bob
 
As i know almost nothing about windows, I ca'nt help you here. But maybe the 
answer from Jim Watters?

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


[hugin-ptx] Re: using PTmender.exe on Windows

2009-10-04 Thread Kornel Benko
Am Monday 05 October 2009 schrieb Bob:
 
 Hi all,
 I compiled libpano and got the executable files.
 So I tried to run the PTmender.exe on tests\simpleStitch to see the
 result,
 
 Here is the command line I used:
libpano\pano13\tests\simpleStitchPTmender.exe simple.txt
 
 And I got these errors
 Feathering is ignored.  Use PTmasker
 Feathering is ignored.  Use PTmasker
 Feathering is ignored.  Use PTmasker
 No support for this output image format(JPEG).Output will be
 TIFF_m
 Could not create Window
 Feathering is ignored.  Use PTmasker
 Could not create Window
 Could not create Window
 
 What is the correct command line to run the PTmender.exe on
 simpleStitch?

The correct way should be
make test
from the build directory.

 Is there any document about this problem?
 
 Cheers!
 
 Bob

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.