Skip to content

AugLy v0.1.7

Choose a tag to compare

@zpapakipos zpapakipos released this 13 Sep 11:02
· 173 commits to main since this release

Changes

Image

  • New augmentations: apply_pil_filter, clip_image_size, overlay_onto_background_image, overlay_onto_background_image_with_blurred_mask, apply_pil_filter, clip_image_size, overlay_onto_background_image
  • New unit tests: Compose, overlay_image
  • Fixed color_jitter_intensity
  • Don't modify input image in overlay_stripes
  • Added metadata arg to Compose operator
  • Added support to overlay_text for multi-line text
  • Added resize_src_to_match_template option to overlay_onto_screenshot
  • Improved meme_format error message

Text

  • New augmentation: insert_whitespace_chars
  • Add metadata arg to Compose operator
  • Added more font options to replace_fun_fonts

Video

  • Added metadata arg to Compose operator, added unit test