Hi,

I tried to compile on Windows with MSVC. But there are a lot of errors:
1.) A lot of errors "libtiff type deprecated; please use corresponding C99 
stdint.h type" for many places.
2.) Unknown type uint at several places 
3.) " C2057: expected constant expression" in skyfill_f.c, line 1356, 1357 
and 4767
4.) M_PI is unkown.

Point 1+2 can be easily fixed.
Point 4 requires an addition #define _USE_MATH_DEFINES before #include 
<math.h>

but point 3 require some more changes.

So  I can't test further.

But I have some more questions:
* Would it be possible to extend it to also work with 8 bit images?
* What projection is expected for the images? Only equirectangular? Or 
cylindrical? Does it also work with rectilinear? (It tries to read the fov 
from the pto file, but ignores the projection.)
* What happens when the sky contains clouds? Sorry can't test this for 
myself.

Thomas

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/589f4c18-afe8-4d8e-a7f7-78790de31a80n%40googlegroups.com.

Reply via email to