shinestacker 1.0.4__tar.gz → 1.0.4.post2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of shinestacker might be problematic. Click here for more details.
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.github/workflows/release.yml +6 -6
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/CHANGELOG.md +10 -1
- {shinestacker-1.0.4/src/shinestacker.egg-info → shinestacker-1.0.4.post2}/PKG-INFO +1 -1
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/scripts/build_release.py +17 -6
- shinestacker-1.0.4.post2/src/shinestacker/_version.py +1 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2/src/shinestacker.egg-info}/PKG-INFO +1 -1
- shinestacker-1.0.4/src/shinestacker/_version.py +0 -1
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.coveragerc +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.flake8 +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.github/workflows/ci-multiplatform.yml +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.github/workflows/pylint.yml +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.github/workflows/pypi-publish.yml +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.gitignore +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.pylintrc +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/.readthedocs.yaml +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/LICENSE +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/MANIFEST.in +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/README.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/THIRD_PARTY_LICENSES.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/alignment.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/api.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/balancing.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/conf.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/focus_stacking.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/gui.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/index.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/job.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/main.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/multilayer.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/noise.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/requirements.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/docs/vignetting.md +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/coffee.gif +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/coffee_stack.jpg +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/extreme-vignetting.jpg +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/flies.gif +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/flies_stack.jpg +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/flow-diagram.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/gui-finder.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/gui-project-new.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/gui-project-run.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/img/gui-retouch.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/pyproject.toml +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/requirements.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/scripts/git-rev-list.sh +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/scripts/validate-tomli.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/setup.cfg +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/align.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/balance.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/base_stack_algo.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/denoise.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/depth_map.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/exif.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/multilayer.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/noise_detection.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/pyramid.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/sharpen.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/stack.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/stack_framework.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/utils.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/vignetting.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/white_balance.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/about_dialog.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/gui_utils.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/help_menu.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/main.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/open_frames.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/project.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/app/retouch.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/config/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/config/config.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/config/constants.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/config/gui_constants.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/core/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/core/colors.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/core/core_utils.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/core/exceptions.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/core/framework.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/core/logging.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/action_config.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/action_config_dialog.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/base_form_dialog.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/colors.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/gui_images.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/gui_logging.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/gui_run.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/ico/focus_stack_bkg.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/ico/shinestacker.icns +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/ico/shinestacker.ico +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/ico/shinestacker.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/ico/shinestacker.svg +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/close-round-line-icon.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/forward-button-icon.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/play-button-round-icon.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/plus-round-line-icon.png +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/main_window.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/menu_manager.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/new_project.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/project_controller.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/project_converter.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/project_editor.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/project_model.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/select_path_widget.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/tab_widget.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/time_progress_bar.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/__init__.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/base_filter.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/brush.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/brush_gradient.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/brush_preview.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/brush_tool.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/denoise_filter.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/display_manager.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/exif_data.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/file_loader.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/filter_manager.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/icon_container.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/image_editor_ui.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/image_viewer.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/io_gui_handler.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/io_manager.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/layer_collection.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/shortcuts_help.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/undo_manager.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/unsharp_mask_filter.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/vignetting_filter.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/white_balance_filter.py +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker.egg-info/SOURCES.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker.egg-info/dependency_links.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker.egg-info/entry_points.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker.egg-info/requires.txt +0 -0
- {shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker.egg-info/top_level.txt +0 -0
|
@@ -44,8 +44,8 @@ jobs:
|
|
|
44
44
|
uses: actions/upload-artifact@v4
|
|
45
45
|
with:
|
|
46
46
|
name: shinestacker-${{ matrix.os }}
|
|
47
|
-
path:
|
|
48
|
-
|
|
47
|
+
path: |
|
|
48
|
+
${{ matrix.os == 'windows-latest' && 'dist/shinestacker-release.zip' || 'dist/shinestacker-release.tar.gz' }}
|
|
49
49
|
create-release:
|
|
50
50
|
needs: publish-release
|
|
51
51
|
runs-on: ubuntu-latest
|
|
@@ -58,9 +58,9 @@ jobs:
|
|
|
58
58
|
- name: Prepare release assets
|
|
59
59
|
run: |
|
|
60
60
|
mkdir -p release_assets
|
|
61
|
-
cp artifacts/shinestacker-ubuntu-latest/shinestacker-release.
|
|
61
|
+
cp artifacts/shinestacker-ubuntu-latest/shinestacker-release.tar.gz release_assets/shinestacker-ubuntu.tar.gz
|
|
62
|
+
cp artifacts/shinestacker-macos-latest/shinestacker-release.tar.gz release_assets/shinestacker-macos.tar.gz
|
|
62
63
|
cp artifacts/shinestacker-windows-latest/shinestacker-release.zip release_assets/shinestacker-windows.zip
|
|
63
|
-
cp artifacts/shinestacker-macos-latest/shinestacker-release.zip release_assets/shinestacker-macos.zip
|
|
64
64
|
ls -la release_assets/
|
|
65
65
|
|
|
66
66
|
- name: Create release
|
|
@@ -68,6 +68,6 @@ jobs:
|
|
|
68
68
|
with:
|
|
69
69
|
draft: true
|
|
70
70
|
files: |
|
|
71
|
-
release_assets/shinestacker-ubuntu.
|
|
71
|
+
release_assets/shinestacker-ubuntu.tar.gz
|
|
72
|
+
release_assets/shinestacker-macos.tar.gz
|
|
72
73
|
release_assets/shinestacker-windows.zip
|
|
73
|
-
release_assets/shinestacker-macos.zip
|
|
@@ -2,13 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
This page reports the main releases only and the main changes therein.
|
|
4
4
|
|
|
5
|
+
## [v-.-.-] - 2025-08-26
|
|
6
|
+
**Bug fixes**
|
|
7
|
+
|
|
8
|
+
### Changes
|
|
9
|
+
|
|
10
|
+
* fixed release build script changing format from zip to tar.gz for macOs and Linux
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
5
14
|
## [v1.0.4] - 2025-08-26
|
|
6
15
|
**Bug fixes**
|
|
7
16
|
|
|
8
17
|
### Changes
|
|
9
18
|
|
|
10
19
|
* extensions are treated in lower case (e.g.: both jpg and JPG)
|
|
11
|
-
* added retouch menu action: import frames from current project
|
|
20
|
+
* added missing retouch menu action: import frames from current project
|
|
12
21
|
|
|
13
22
|
---
|
|
14
23
|
## [v1.0.3] - 2025-08-26
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import shutil
|
|
3
|
+
import tarfile
|
|
3
4
|
import subprocess
|
|
4
5
|
from pathlib import Path
|
|
5
6
|
import platform
|
|
@@ -35,9 +36,19 @@ for project_file in ["complete-project.fsp", "stack-from-frames.fsp"]:
|
|
|
35
36
|
shutil.copy(examples_dir / project_file, target_examples)
|
|
36
37
|
shutil.copytree(examples_dir / 'input', target_examples / 'input', dirs_exist_ok=True)
|
|
37
38
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
if sys_name == 'windows':
|
|
40
|
+
shutil.make_archive(
|
|
41
|
+
base_name=str(dist_dir / "shinestacker-release"),
|
|
42
|
+
format="zip",
|
|
43
|
+
root_dir=dist_dir,
|
|
44
|
+
base_dir=package_dir
|
|
45
|
+
)
|
|
46
|
+
else:
|
|
47
|
+
archive_path = dist_dir / "shinestacker-release.tar.gz"
|
|
48
|
+
with tarfile.open(archive_path, "w:gz") as tar:
|
|
49
|
+
tar.add(
|
|
50
|
+
dist_dir / package_dir,
|
|
51
|
+
arcname=package_dir,
|
|
52
|
+
recursive=True,
|
|
53
|
+
filter=lambda info: info
|
|
54
|
+
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.4.post2'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.4'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/base_stack_algo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/noise_detection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/stack_framework.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/algorithms/white_balance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/action_config_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/ico/focus_stack_bkg.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/close-round-line-icon.png
RENAMED
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/forward-button-icon.png
RENAMED
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/play-button-round-icon.png
RENAMED
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/gui/img/plus-round-line-icon.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/layer_collection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/unsharp_mask_filter.py
RENAMED
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/vignetting_filter.py
RENAMED
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker/retouch/white_balance_filter.py
RENAMED
|
File without changes
|
|
File without changes
|
{shinestacker-1.0.4 → shinestacker-1.0.4.post2}/src/shinestacker.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|