Releases: BenJuan26/OpenSkyStacker
Releases · BenJuan26/OpenSkyStacker
v0.3.1-beta
Changes:
- Fixed bugs in the image selection table
- All frames default to checked
- Faster raw processing by changing Bayer interpolation to linear
- Faster image previewing
v0.3.0-beta
Changes:
- Added command line application,
openskystacker-cl
- Moved the backend into a shared library,
libstacker
- Fixed a bug where OpenCV 2 could be used to output the wrong bit depth
v0.2.3-beta
Changes:
- Processing can now be split across threads. Note: this will use more memory.
- Further optimizations in stacking algorithm
- Read EXIF data from JPEG files
- Read metadata from FITS files
v0.2.2-beta
Changes:
- Added support for FITS images
- Fixed a bug on Linux where file extensions could be left off
- Added ability to use relative paths in image list JSON files
v0.2.1-beta
Changes:
- Fix major memory leak
- Fix stacking of non-raw images
v0.2.0-beta
Changes:
- Calibration of the light frames now happens directly on the Bayer matrix
- As a bonus, stacking of calibration frames is approximately 10x faster
- Allow for saving and loading of the image list
- Store more user preferences
- Remove 3rdparty libs from the repo
- Fix linux bug regarding file extensions
- Restructure to facilitate the creation of deb packages
v0.1.1-alpha
Changes:
- Added an option to change the star detection threshold
- User preferences are now stored for things like window size and image paths
- Optimized image size checking
- Fixed a bug where sometimes the alignment step would hang
- Fixed several miscellaneous bugs
v0.1-alpha
Initial alpha release of OpenSkyStacker