Skip to content

PyImageFuser 0.5.0

Latest
Compare
Choose a tag to compare
@hvdwolf hvdwolf released this 29 May 16:31
· 14 commits to main since this release

PyImageFuser

PyImageFuser is a Python3 PySimpleGUI program to exposure fuse bracketed images, reduce noise in stacks and do focus stacking. It uses align_image_stack and enfuse to accomplish this.

A Readme is here
The complete Changelog (1 line, first (beta) build) is here.


Below you will find several binary releases:

Linux

  • pyimagefuser-0.5.0-amd64.deb: a Linux .deb package. For all Debian based x64 systems (Debian/Ubuntu/Mint/MX Linux etc. etc.).
  • pyimagefuser-0.5.0-armhf.deb: a Linux .deb package. Theoretically For all Debian based arm systems (Debian/Ubuntu/Raspbian etc. etc.). but only tested on Raspberry Pi 3/4 raspbian/Ubuntu
  • PyImageFuser-0.5.0-x86_64.AppImage: Linux universal Appimage. Runs on every 64bit intel Linux system (and also inside Chromebook Linux and/or Chromebook Linux Crouton). Simpy do a chmod +x PyImageFuser-0.5.0-x86_64.AppImage and start with ./PyImageFuser-0.5.0-x86_64.AppImage &.

Installing the .deb package
Inside the folder where you downloaded the .deb package, do sudo dpkg -i pyimagerfuser-<version>-<arch).deb.
Most likely you will encounter an error for "missing dependencies" on the very first install. To correct this do a sudo apt-get --fix-broken install as this will install the necessary dependencies and then complete the PyImageFuser installation.

Windows

PyImageFuser-0.5.0-win-x86_64.zip: A windows 64-bit executable. Unzip with paths! It needs its tools/dependencies/files etcera in a subdirectory structure.

MacOS

PyImageFuser-x86_64_0.5.0.1.dmg: A MacOS intel 64-bit bundle. Download the dmg and open it. Drag the "PyImageFuser.app" to the Applications folder (or a folder of your liking). Note: I don't have a M1 Mac and can't make an M1 bundle.


Packages are created first with pyinstaller for the specific platform and then with the system tools (where necessary or relevant)

Changelog:

0.5.0.1 Fixes for the MacOS bundle.
0.5.0 First (beta) release

Note: If the below Assets arrow is closed, click it to open it and see the files.