Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic overlay update #4

Merged
merged 10 commits into from
Jul 24, 2024

Conversation

WojciechBarczynski
Copy link
Member

@WojciechBarczynski WojciechBarczynski commented Jul 22, 2024

Adds ability to dynamically update overlay

@WojciechBarczynski WojciechBarczynski force-pushed the @WojciechBarczynski/add_dynamical_overlay_update branch from c96ea72 to 0c5166a Compare July 22, 2024 10:14
@WojciechBarczynski WojciechBarczynski force-pushed the @WojciechBarczynski/add_dynamical_overlay_update branch from a6a3029 to 46f17ca Compare July 22, 2024 10:19
@WojciechBarczynski WojciechBarczynski force-pushed the @WojciechBarczynski/add_dynamical_overlay_update branch from 2c8fbc2 to 5e62e22 Compare July 22, 2024 10:31
Copy link
Contributor

@varsill varsill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! I believe we are safe to publish a new release as well.
I can apply the suggested changes before merging or you can do it on your own, just let me know what you prefer ;)

.circleci/config.yml Show resolved Hide resolved
Comment on lines 13 to 16
overlay: Path.t() | Vix.Vips.Image.t(),
x: integer() | :center | :left | :right,
y: integer() | :middle | :top | :bottom,
blend_mode: Image.BlendMode.t()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we could unify the typespecs for the filter options and for the update overlay struct.

Copy link
Contributor

@varsill varsill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@varsill varsill merged commit 878d43e into master Jul 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants