Which version of Windows? What type of partition do you want to write
your file to (FAT32 or NTFS)?
--
Frederic Da Vitoria
(davitof)
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
Don't know Windows that well, but I believe the Windows NTFS disk format
supports files larger than that. Note: by default, Windows formats
external drives with FAT32, which can't handle files that large.
Now the question becomes, what image file format supports 4GB+ file sizes?
--
Gnome Nomad
gnome...@gmail.com
wandering the landscape of god
http://www.cafepress.com/otherend/
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
Panotools::Script has a tool called gigatile that does exactly this.
It mostly works and scales very well, you can stitch unlimited size
panoramas on a low memory machine. It doesn't join the tiles
together so you need to use something like Google maps to present
it.
The major (and unfixable) drawback is that you can see some of the
edges between tiles because of the way enblend works.
"gigatile - stitch a Hugin project as multi-resolution tiles
gigatile -o project.pto.mk -p prefix project.pto
Options:
-o | --output name Filename of created Makefile.
-p | --prefix prefix for output files, can be a directory name.
--apikey a Google Maps API key (required to use online).
-h | --help Outputs help documentation.
gigatile is a tool with the same CLI as pto2mk. Instead of
creating rules for stitching a single panorama, the project
is split into 4096x4096 tiles which are rendered
independently, these tiles are then split to a pyramid of
256x256 JPEG tiles."
The zoomable results of my only test with this tool (a gigapixel of
Sheffield) are linked from here:
http://www.flickr.com/photos/36383814@N00/5510783736/
--
Bruno
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
Sorry, I did a long time ago create Windows .exe versions of the
tools in Panotools::Script, but I'm not even sure how to do this
now since I don't have access to a suitable Windows computer.
--
Bruno
--
Bruno
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
On 18 Nov., 11:09, Emad ud din Bhatt <xyzt...@gmail.com> wrote:
>
> Kay, Nips gui download is missing on website. Can you please send it.
Have you tried at
http://www.vips.ecs.soton.ac.uk/supported/current/win32/
That's all I know. I downloaded the lates zip file
http://www.vips.ecs.soton.ac.uk/supported/current/win32/nip2-7.26.3.zip
- it has the installer inside. Directly downloading the installers
didn't work here. But I don't know if it works, since I'm on Linux.
Best of luck!
Kay
Slicer by Bernhard Vogl <http://dativ.at/slicer/index.html> allows for
overscan - an area on the right and left side of each slice which must
be cut away prior to final assembly or display. This area should help to
minimize blending errors.
--
Erik Krause
http://www.erik-krause.de
It looks like gigatile assumes everyone has a partial panorama, which
would be a bug.
But this is just a warning - The tool should continue and do the
right thing anyway. Does gigatile crash or does it create the .mk
Makefile?
--
Bruno
--
Bruno
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
gigatile creates a Makefile, which then needs to be processed on the
command-line.
So you create the Makefile with gigatile:
gigatile -o project.pto.mk -p prefix project.pto
..and process it with the 'make' tool like so (there should be a
copy of make.exe in the Hugin/bin folder):
make -f project.pto.mk
--
Bruno
--
Bruno
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
This is caused by the same bug that generates the warnings: Hugin
doesn't write a 'p'-line 'S' parameter if the crop rectangle is the
same as the image canvas, this wasn't expected.
You can fix gigatile, find the line that looks like this:
$pto->Read ($path_input);
..and insert this code directly after:
$pto->{panorama}->{S} = join (',', 0, $pto->{panorama}->{w}, 0, $pto->{panorama}->{h}) unless defined $pto->{panorama}->{S};
--
Bruno
--
Bruno
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx