Skip to content

Releases: RooTender/augmentator

v0.1.2

08 Oct 15:36

Choose a tag to compare

Changelog:

  • Fixed bugs in image generation that previously caused undefined behavior — results are now predictable and consistent for image-to-image tasks.
  • Improved transformation logic: adjustments (e.g. contrast shifts) now use smarter value ranges, ensuring augmentations are meaningful instead of producing unusable outputs (such as completely black images).
  • Implemented parallelization of augmentation routines for significantly faster processing.

v0.1.1

01 Apr 12:35
cda0ff1

Choose a tag to compare

Added Windows build

What's Changed

  • Migrated from bun to node.js

Full Changelog: v0.1...v0.1.1

v0.1

01 Apr 11:03
08b9213

Choose a tag to compare

First official release of Augmentator 🎉.

Available transformations

  • horizontal & vertical shift
  • rotations (90, 180 and 270 degrees)
  • mirror & flip
  • playing with colors: hue, saturation, brightness
  • contrast modifications
  • grayscale
  • inverting colors