Commit graph

7 commits

Author SHA1 Message Date
7f4c3ace09
feat: bump pix360_krpano version to 0.0.2
This minor version increment reflects the latest enhancements and fixes introduced to the pix360_krpano project. It ensures users have access to the most up-to-date features and improvements, maintaining the project's commitment to quality and reliability.
2024-04-13 08:53:31 +02:00
ba08266351
feat(krpano): support directional image downloads
Enhanced the KRPanoDownloader and KRPanoConverter classes to handle downloads and conversions for directional images specified by characters (e.g., 'f' for front, 'r' for right, etc.) in addition to the existing numeric tile-based system. This update adds a new regex pattern to match directional images and updates the URL schema logic to accommodate character-based tile descriptions, improving support for a wider range of image types in panoramic views. This change allows for more flexible and intuitive handling of different image naming conventions, making the module more adaptable to various krpano configurations.
2024-04-12 12:10:57 +02:00
2fb338917c
Update homepage URL to pix360-krpano repository
The homepage URL for Pix360-eyerevolution has been updated to point to
the new repository for Pix360-krpano. This change is made in order to
ensure that the correct URL is used when accessing the project's
documentation and other resources. Additionally, this update helps to
maintain consistency and accuracy in our URLs throughout the project's
codebase.
2024-03-07 15:30:47 +01:00
4ad1982d60
Add file name assignment to File.object.create in export_simple 2024-03-07 13:48:17 +01:00
e7a1e5a440
Add CI Pipeline and Skeleton for KrPano Tests
Introduced a GitLab CI configuration to automate the testing process, which includes the setup of a Python 3.11 environment, cloning the project repository, installing dependencies, and executing migrations and tests specifically for the KrPano module. Also added a barebones TestCase for KrPano without implementation to lay groundwork for future tests.
2024-01-13 11:37:14 +01:00
518a01052c
Add mime type to generated File objects 2023-10-27 20:03:33 +02:00
14a0c12457
Pix360 krpano exporter - Current status 2023-10-26 09:51:54 +02:00