first commit
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
App/Hugin
|
||||||
|
Data/settings
|
||||||
|
*.exe
|
||||||
6
App/AppInfo/Launcher/HuginPortable.ini
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[Launch]
|
||||||
|
ProgramExecutable64=Hugin\bin\hugin.exe
|
||||||
|
WaitForEXE2=hugin.exe
|
||||||
|
DirectoryMoveOK=yes
|
||||||
|
SupportsUNC=yes
|
||||||
|
|
||||||
33
App/AppInfo/appInfo.ini
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
[Format]
|
||||||
|
Type=PortableAppsFormat
|
||||||
|
Version=3.7
|
||||||
|
|
||||||
|
[Details]
|
||||||
|
Name=Hugin Portable
|
||||||
|
AppID=HuginPortable
|
||||||
|
Publisher="Pablo d'Angelo & Contributors & PortableApps.com"
|
||||||
|
Homepage=https://portableapps.com/apps/development/hugin_portable
|
||||||
|
Category=Graphics & Pictures
|
||||||
|
Description=Panorama photo stitcher
|
||||||
|
Language=Multilingual
|
||||||
|
InstallType=LanguagesIncluded
|
||||||
|
|
||||||
|
[License]
|
||||||
|
Shareable=true
|
||||||
|
OpenSource=true
|
||||||
|
Freeware=true
|
||||||
|
CommercialUse=true
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
PackageVersion=2022.0.0.0
|
||||||
|
DisplayVersion=2022.0.0
|
||||||
|
Requires64bitOS=yes
|
||||||
|
|
||||||
|
[Control]
|
||||||
|
Icons=1
|
||||||
|
Start=HuginPortable.exe
|
||||||
|
BaseAppID64=%BASELAUNCHERPATH%\App\Hugin\bin\hugin.exe
|
||||||
|
|
||||||
|
[Associations]
|
||||||
|
FileTypes=pto
|
||||||
|
|
||||||
BIN
App/AppInfo/appicon.ico
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
App/AppInfo/appicon_128.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
App/AppInfo/appicon_16.png
Normal file
|
After Width: | Height: | Size: 604 B |
BIN
App/AppInfo/appicon_256.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
App/AppInfo/appicon_32.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
App/AppInfo/appicon_48.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
App/AppInfo/appicon_75.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
Other/Help/Images/Donation_Button.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Other/Help/Images/Favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Other/Help/Images/Help_Background_Footer.png
Normal file
|
After Width: | Height: | Size: 168 B |
BIN
Other/Help/Images/Help_Background_Header.png
Normal file
|
After Width: | Height: | Size: 269 B |
BIN
Other/Help/Images/Help_Logo_Top.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# HuginPortable
|
||||||
|
|
||||||
|
PortableApps launcher for the Hugin panorama stitcher.
|
||||||
155
help.html
Normal file
@@ -0,0 +1,155 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Hugin Portable Help</title>
|
||||||
|
<link rel="alternate" href="https://portableapps.com/feeds/general" type="application/rss+xml" title="PortableApps.com">
|
||||||
|
<link rel="shortcut icon" href="Other/Help/Images/Favicon.ico">
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
font-family : Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-size : 76%;
|
||||||
|
color : black;
|
||||||
|
margin : 20px;
|
||||||
|
background : #e6e8ea;
|
||||||
|
text-align : center;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color : #b31616;
|
||||||
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
a:link, a:visited, a:active {}
|
||||||
|
a:hover {
|
||||||
|
color : red;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family : Arial, sans-serif;
|
||||||
|
font-weight : normal;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color : #b31616;
|
||||||
|
font-weight : bold;
|
||||||
|
letter-spacing : -2px;
|
||||||
|
font-size : 2.2em;
|
||||||
|
border-bottom : 1px solid silver;
|
||||||
|
padding-bottom : 5px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size : 1.5em;
|
||||||
|
border-bottom : 1px solid silver;
|
||||||
|
padding-bottom : 3px;
|
||||||
|
clear : both;
|
||||||
|
}
|
||||||
|
h3 { font-size : 1.2em; }
|
||||||
|
h4 { font-size : 1.1em; }
|
||||||
|
h5 { font-size : 1.0em; }
|
||||||
|
h6 { font-size : 0.8em; }
|
||||||
|
img { border : 0; }
|
||||||
|
ol, ul, li, p, pre, table, tr, td, th { font-size : 1.0em; }
|
||||||
|
pre { font-family : monospace; }
|
||||||
|
strong, b { font-weight : bold; }
|
||||||
|
td, th {
|
||||||
|
border : 1px solid #aaaaaa;
|
||||||
|
border-collapse : collapse;
|
||||||
|
padding : 3px;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
background : #3667a8;
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
|
ol ol { list-style-type : lower-alpha; }
|
||||||
|
.content {
|
||||||
|
text-align : left;
|
||||||
|
margin-left : auto;
|
||||||
|
margin-right : auto;
|
||||||
|
width : 780px;
|
||||||
|
background-color : white;
|
||||||
|
border-left : 1px solid black;
|
||||||
|
border-right : 1px solid black;
|
||||||
|
padding : 12px 30px;
|
||||||
|
line-height : 150%;
|
||||||
|
}
|
||||||
|
.logo {
|
||||||
|
background : white url("Other/Help/Images/Help_Background_Header.png") repeat-x;
|
||||||
|
width : 840px;
|
||||||
|
margin-top : 20px;
|
||||||
|
margin-left : auto;
|
||||||
|
margin-right : auto;
|
||||||
|
text-align : left;
|
||||||
|
border-right : 1px solid black;
|
||||||
|
border-left : 1px solid black;
|
||||||
|
}
|
||||||
|
.footer {
|
||||||
|
background : white url("Other/Help/Images/Help_Background_Footer.png") repeat-x;
|
||||||
|
width : 840px;
|
||||||
|
height : 16px;
|
||||||
|
margin-left : auto;
|
||||||
|
margin-right : auto;
|
||||||
|
text-align : left;
|
||||||
|
border-right : 1px solid black;
|
||||||
|
border-left : 1px solid black;
|
||||||
|
}
|
||||||
|
.logo img {
|
||||||
|
padding-left : 0px;
|
||||||
|
border : none;
|
||||||
|
position : relative;
|
||||||
|
top : -4px;
|
||||||
|
}
|
||||||
|
* html .content { width : 760px; }
|
||||||
|
* html .logo, * html .footer { width : 820px; }
|
||||||
|
.content h1 { margin : 0px; }
|
||||||
|
h1.hastagline { border : 0; }
|
||||||
|
h2.tagline {
|
||||||
|
color : #747673;
|
||||||
|
clear : none;
|
||||||
|
margin-top : 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* printer styles */
|
||||||
|
@media print {
|
||||||
|
body, .content {
|
||||||
|
margin : 0;
|
||||||
|
padding : 0;
|
||||||
|
}
|
||||||
|
.navigation, .locator, .footer a, .message, .footer-links { display : none; }
|
||||||
|
.footer, .content, .header { border : none; }
|
||||||
|
a {
|
||||||
|
text-decoration : none;
|
||||||
|
font-weight : normal;
|
||||||
|
color : black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="logo"><a href="https://portableapps.com/"><img src="Other/Help/Images/Help_Logo_Top.png" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="hastagline">Hugin Portable Help</h1>
|
||||||
|
|
||||||
|
<h2 class="tagline">panorama stitcher</h2>
|
||||||
|
|
||||||
|
<p><img src="App\AppInfo\appicon_128.png" width="128" height="128" style="float:right;">Hugin Portable is an Open Source panorama stitcher and graphical user interface (GUI) for Panorama tools. It also provides a number of additional components and command line tools. It's packaged with a PortableApps.com launcher as a <a href="https://portableapps.com/about/what_is_a_portable_app">portable app</a>, so you can use it from a cloud folder, portable drive, or local folder without needing to install it on each PC. <a href="https://hugin.sourceforge.io/">Learn more about Hugin...</a></p>
|
||||||
|
|
||||||
|
<p><a href="https://www.getHugin/donate.html"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support Hugin Development</p>
|
||||||
|
|
||||||
|
<p><a href="https://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>
|
||||||
|
|
||||||
|
<p><a href="https://portableapps.com/apps/Huginportable">Go to the Hugin Portable Homepage >></a></p>
|
||||||
|
|
||||||
|
<p><a href="https://portableapps.com/">Get more portable apps at PortableApps.com</a></p>
|
||||||
|
|
||||||
|
<p>The PortableApps.com Launcher that portablizes this application and the PortableApps.com Installer used to package this application are OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative. The base application is under a different license.</p>
|
||||||
|
|
||||||
|
<h2>Portable App Issues</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://portableapps.com/support/portable_app#downloading">Downloading a Portable App</a></li>
|
||||||
|
<li><a href="https://portableapps.com/support/portable_app#installing">Installing a Portable App</a></li>
|
||||||
|
<li><a href="https://portableapps.com/support/portable_app#using">Using a Portable App</a></li>
|
||||||
|
<li><a href="https://portableapps.com/support/portable_app#upgrading">Upgrading a Portable App</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>You can read about advanced configuration options for the PortableApps.com Launcher in its <a href="Other/Source/Readme.txt">readme file</a>.</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||