Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added - (unreleased)

  • [image_editor]-[core]-[add_elements]-[add_layers] Added support to add text on image [Major]
  • [image_editor]-[utils]-[extract_text_from_image] extract_text_from_image function extracts text from an image [Patch]
  • [image_editor]-[core]-[image_processing]-[Image_Processing] Implemented Image crop feature [Major]
  • [image_editor]-[core]-[image_processing]-[Image_Processing] Added support to crop image circular shape with transparent background [Major]
  • [image_editor]-[utils]-[convert_image] transparent_background function removes black background from image and converts to png format [Minor]

Changed - (unreleased)

  • [image_editor]-[assets]-[get_assets] store_in_res function now will return the new file path after stored in resource folder [Minor]
  • [image_editor]-[core]-[add_elements]-[add_layers] Implemented create_new_image_file utility function [Patch]

Removed - (unreleased)

[0.0.1] - 2022-05-03

Added

  • [CHANGELOG] Configuration for changelog.md [Patch]
  • [README] README file for this project [Patch]
  • [requirements] Added package requirements [Patch]
  • [image-editor]-[core]-[image_processing]-[Image_Processing] Implemented extract_channel [Major]
  • [image-editor]-[core]-[add_elements]-[add_layers] Added support to add black colour border on all 4 sides [Major]