Skip to content

Releases: astrowander/acmb

acmb v1.0.0.4-alpha

26 Nov 10:37
Compare
Choose a tag to compare
acmb v1.0.0.4-alpha Pre-release
Pre-release

What's new

  • Support of Cyrillic characters
  • bugfixes

acmb v1.0.0.3-alpha

26 Nov 07:50
Compare
Choose a tag to compare
acmb v1.0.0.3-alpha Pre-release
Pre-release

What's new

A critical bug is fixed. Now interface is blocked during processing. Also UI has become more user-friendly, all controls have tooltips.

acmb v1.0.0.1-alpha

25 Nov 05:47
Compare
Choose a tag to compare
acmb v1.0.0.1-alpha Pre-release
Pre-release

acmb-v1.0.0.1.windows.x64.zip
acmb-v1.0.0.1.linux.x64.zip

What's new

  • GUI. A lightweight cross-platform graphic interface based on Dear ImGui library. In Windows you need DirectX 11 installed. In Linux GLFW3 and Vulkan are required.

  • GPU acceleration. It is available if your computer has a graphic adapter from Nvidia and CUDA installed.

acmb v0.0.3.11

06 Nov 09:53
Compare
Choose a tag to compare

What's new

ResizeTransform is multi-threaded now
Introduced CropTransform

acmb v0.0.3.5

27 Oct 09:57
Compare
Choose a tag to compare
acmb v0.0.3.5 Pre-release
Pre-release

What's new

Fixed a bug with large number of input files (no aligner error)
Fixed a bug with reading of empty directory
Added resize transform

acmb v0.0.2.16

16 Oct 10:30
Compare
Choose a tag to compare

What's new

  • Support more cameras and lenses
  • Flat field calibration
  • change parameters for --stack key

acmb v0.0.2.1

09 Oct 15:21
Compare
Choose a tag to compare

What's new

Now you can create masterdarks and subtract them from the light frames without debayering. Use stack mode for this, for example:

//Stack all dark frames in dark mode (without debayering and alignment) and create masterdark
acmb --input "path/to/darks/" --stack darks --output "path/to/darks/masterdark.tif"
//Subtract masterdark from each light frame, and stack them in light mode (with debayering and alignment)
acmb --input "path/to/lights/" --subtract "path/to/darks/masterdark.tif" --stack lights --output "path/to/result.tif"

acmb v0.0.1.1

03 Oct 05:30
Compare
Choose a tag to compare

What's new

Fixed saving images to JPEG
Versioning updated

acmb v0.0.1

02 Oct 13:31
Compare
Choose a tag to compare

The first release of acmb. Don't hesitate to try!