Matthew Petroff
972e7e4f3d
Drop alpha channel to work with Pillow >4.2 ( fixes #455 ).
před 7 roky
Matthew Petroff
e0a108a504
Allow Pannellum instance created by Video.js plugin to be accessed (implements #371 ).
před 7 roky
Matthew Petroff
cd72d775b1
Handle PATH not being set ( fixes #336 ).
před 7 roky
Matthew Petroff
f5acb2e8d7
Bump copyright year.
před 8 roky
Matthew Petroff
24ef32fb33
Prep for release.
před 8 roky
Matthew Petroff
3df2ea3d2d
Modified Video.js plugin to accept Pannellum configuration.
před 8 roky
Matthew Petroff
3ca79600ba
Add Pillow to the requirement list for the multires `generate.py` script.
před 8 roky
Matthew Petroff
f430bbfc34
Don't explicitly type out pi.
před 8 roky
Matthew Petroff
929a4797a1
Fix bug with video in Chrome.
před 8 roky
Matthew Petroff
5e3006e860
Update documentation generation script for Documentation.js 3.0.
před 8 roky
Matthew Petroff
bab9e91fe1
Place Git hash as version in development builds.
před 9 roky
Matthew Petroff
e2f68b6273
Clean up configuration generator.
před 9 roky
Matthew Petroff
4da84b3194
Don't add iframe title attribute in configuration generator and fix line endings.
před 9 roky
Matthew Petroff
eadd558a81
Encapsulate Video.js plugin.
před 9 roky
Matthew Petroff
eb5a0891cd
Greatly improve video support.
před 9 roky
Matthew Petroff
994c3a9f49
Better separate minified standalone version from minified library version.
před 9 roky
Benjamin BERNARD
e5daf70234
Update CSS and JS so that the dimentions are correct in embeded mode
před 9 roky
Matthew Petroff
82258028b8
Added API documentation generation script and documentation improvements.
před 9 roky
Matthew Petroff
3a916c3021
Add library version to build system.
před 9 roky
Matthew Petroff
9fabafc433
Restructure location of standalone viewer.
před 9 roky
Johannes Lehtinen
ce5e6d4b81
Added a -q/--quality option to specify output JPEG quality.
před 9 roky
Johannes Lehtinen
69908bc449
Added a -c/--cubesize option for specifying the cube size to the multires generation script. Default is to automatically determine cube size as before.
před 9 roky
mko
04ca9d02ab
Do not prefix paths with dot
Extra dot in front of paths like 'path' and 'fallbackPath' are not necessary and may cause unexpected errors.
před 9 roky
Matthew Petroff
ab0e1fe9b4
Use Git version hash instead of version number when not building a release.
před 9 roky
Didac
124d6a6199
Extra space not matching the replace condition on build
Hello,
the minified built version of pannellum.htm was not correct cause this space in the replace line was not replacing the corresponding line in src/pannellum.htm
<link type="text/css" rel="Stylesheet" href="css/pannellum.css"/>
před 9 roky
Matthew Petroff
7bc51fc6b7
Create the rest of the elements dynamically.
před 9 roky
Matthew Petroff
b268d29c42
Make CSS 3D renderer work with cubemaps, fix its edge flickering bug, and remove need for extra row of pixels in multires fallback images.
před 9 roky
Matthew Petroff
9d4f8deb4d
Add comment about needing nona.
před 9 roky
Matthew Petroff
ca34dfa60a
Updated parameters in configuration.htm.
před 9 roky
Matthew Petroff
bb3b6bd1e3
Bump copyright year.
před 10 roky
Matthew Petroff
16a2afe223
Add Python 2.7 support to multires generation script.
před 10 roky
Matthew Petroff
42b97e682b
Use correct extension in generated multires config.
před 10 roky
Matthew Petroff
6c5fc192c3
Add check to multires generation script to try to make sure the input isn't a partial panorama.
před 10 roky
Matthew Petroff
435d90f2a5
Supressed build warning.
před 10 roky
Matthew Petroff
39256edd3a
Use true instead of 'yes'.
před 10 roky
Matthew Petroff
f543017f33
Explictly specify Python 3.
před 10 roky
Matthew Petroff
8068462402
Update configuration script fullscreen attributes.
před 10 roky
Matthew Petroff
8872fbbeec
Add fallback parameter to multires generator script.
před 10 roky
Matthew Petroff
062b01f754
Add 1px border to remove thin lines visible in CSS renderer.
před 10 roky
Matthew Petroff
901726e3a4
Add fallback tiles to multires generation script.
před 10 roky
Johannes Wienke
91005f8e61
Replace system calls with subprocess
Replaces the os.system call for nona with a subprocess.check_call call
to get informed about errors when calling nona instead of silently
ignoring them before failing with missing files.
před 10 roky
Johannes Wienke
27f48187b6
Let argparse print default values
Use a formatter for argparse to print default values instead of doing
this manually.
před 10 roky
Johannes Wienke
35dd023509
Check for nona and add command line argument
Checks for a nona executable and adds a command line argument to specify
an executable. The argument is required from the user in case nona
cannot be found on the path.
před 10 roky
Johannes Wienke
11b60f1f00
Require python3 in shebang line
Encode the explicit requirement on python 3 in the shebang line for
script usage.
před 10 roky
Matthew Petroff
1ba1595d1c
Fixed generate.py bug (thanks wolke).
před 10 roky
Matthew Petroff
d45840b0d2
Updated examples.
před 10 roky
Matthew Petroff
6c23017395
Added compass heading support.
před 10 roky
Matthew Petroff
3969fffade
New theme.
před 10 roky
Matthew Petroff
e40cb5de95
Moved "configuration.htm" to utils folder.
před 10 roky
Matthew Petroff
f39b5c45dd
Added multires tile set generator.
před 10 roky