Matthew Petroff
4d1c54f248
Fix Video.js controls regression in Pannellum 2.4 and add support for Video.js 7.
vor 6 Jahren
matejsoukup
a99d4eaa1c
Partial panorama default cube size fix
Change computation of cube size - taking haov into account
vor 6 Jahren
Matthew Petroff
60c4d5d606
Don't add extra parameters to JSON config file ( fixes #624 ).
vor 6 Jahren
Matthew Petroff
8934629cbb
Generate all multires tiles when using full panorama, and when skipping tiles, make sure the tile color matches the background color.
vor 6 Jahren
Matthew Petroff
ed05162933
Allow for generating large multires images with Pillow >5.0.
vor 6 Jahren
David von Oheimb
0c92d85b11
support also partial cubemap/fallback images: backgroundColor for missing face(s) ( #570 )
* support also partial cubemap/fallback images: backgroundColor for missing face(s)
* extend multires/generate.py to cylindrical input and partial panoramas
* fixed a few typos in new help strings of generate.py
* Missing cubemap faces now need to be defined as null in the configuration
* made generate.py strict again on existing output directory, printing descriptive error message
* replaced unsafe eval by ast.literal_eval in generate.py
* a couple of minor improvements regarding 'undefined' in libpannellum.js
* made generate.py allow existing output directory in debug mode
for convenience, no need to delete output directory every time while testing
vor 6 Jahren
Matthew Petroff
2341ef6b2b
Bump copyright year.
vor 6 Jahren
Matthew Petroff
972e7e4f3d
Drop alpha channel to work with Pillow >4.2 ( fixes #455 ).
vor 7 Jahren
Matthew Petroff
e0a108a504
Allow Pannellum instance created by Video.js plugin to be accessed (implements #371 ).
vor 7 Jahren
Matthew Petroff
cd72d775b1
Handle PATH not being set ( fixes #336 ).
vor 7 Jahren
Matthew Petroff
f5acb2e8d7
Bump copyright year.
vor 8 Jahren
Matthew Petroff
24ef32fb33
Prep for release.
vor 8 Jahren
Matthew Petroff
3df2ea3d2d
Modified Video.js plugin to accept Pannellum configuration.
vor 8 Jahren
Matthew Petroff
3ca79600ba
Add Pillow to the requirement list for the multires `generate.py` script.
vor 8 Jahren
Matthew Petroff
f430bbfc34
Don't explicitly type out pi.
vor 8 Jahren
Matthew Petroff
929a4797a1
Fix bug with video in Chrome.
vor 8 Jahren
Matthew Petroff
5e3006e860
Update documentation generation script for Documentation.js 3.0.
vor 8 Jahren
Matthew Petroff
bab9e91fe1
Place Git hash as version in development builds.
vor 9 Jahren
Matthew Petroff
e2f68b6273
Clean up configuration generator.
vor 9 Jahren
Matthew Petroff
4da84b3194
Don't add iframe title attribute in configuration generator and fix line endings.
vor 9 Jahren
Matthew Petroff
eadd558a81
Encapsulate Video.js plugin.
vor 9 Jahren
Matthew Petroff
eb5a0891cd
Greatly improve video support.
vor 9 Jahren
Matthew Petroff
994c3a9f49
Better separate minified standalone version from minified library version.
vor 9 Jahren
Benjamin BERNARD
e5daf70234
Update CSS and JS so that the dimentions are correct in embeded mode
vor 9 Jahren
Matthew Petroff
82258028b8
Added API documentation generation script and documentation improvements.
vor 9 Jahren
Matthew Petroff
3a916c3021
Add library version to build system.
vor 9 Jahren
Matthew Petroff
9fabafc433
Restructure location of standalone viewer.
vor 9 Jahren
Johannes Lehtinen
ce5e6d4b81
Added a -q/--quality option to specify output JPEG quality.
vor 9 Jahren
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.
vor 9 Jahren
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.
vor 9 Jahren
Matthew Petroff
ab0e1fe9b4
Use Git version hash instead of version number when not building a release.
vor 9 Jahren
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"/>
vor 9 Jahren
Matthew Petroff
7bc51fc6b7
Create the rest of the elements dynamically.
vor 9 Jahren
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.
vor 9 Jahren
Matthew Petroff
9d4f8deb4d
Add comment about needing nona.
vor 9 Jahren
Matthew Petroff
ca34dfa60a
Updated parameters in configuration.htm.
vor 9 Jahren
Matthew Petroff
bb3b6bd1e3
Bump copyright year.
vor 10 Jahren
Matthew Petroff
16a2afe223
Add Python 2.7 support to multires generation script.
vor 10 Jahren
Matthew Petroff
42b97e682b
Use correct extension in generated multires config.
vor 10 Jahren
Matthew Petroff
6c5fc192c3
Add check to multires generation script to try to make sure the input isn't a partial panorama.
vor 10 Jahren
Matthew Petroff
435d90f2a5
Supressed build warning.
vor 10 Jahren
Matthew Petroff
39256edd3a
Use true instead of 'yes'.
vor 10 Jahren
Matthew Petroff
f543017f33
Explictly specify Python 3.
vor 10 Jahren
Matthew Petroff
8068462402
Update configuration script fullscreen attributes.
vor 10 Jahren
Matthew Petroff
8872fbbeec
Add fallback parameter to multires generator script.
vor 10 Jahren
Matthew Petroff
062b01f754
Add 1px border to remove thin lines visible in CSS renderer.
vor 10 Jahren
Matthew Petroff
901726e3a4
Add fallback tiles to multires generation script.
vor 10 Jahren
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.
vor 10 Jahren
Johannes Wienke
27f48187b6
Let argparse print default values
Use a formatter for argparse to print default values instead of doing
this manually.
vor 10 Jahren
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.
vor 10 Jahren