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

Migration to binary_image crate and algorithm fix #9

Merged
merged 16 commits into from
Dec 14, 2024
Merged

Migration to binary_image crate and algorithm fix #9

merged 16 commits into from
Dec 14, 2024

Conversation

salam99823
Copy link
Collaborator

@salam99823 salam99823 commented Dec 13, 2024

Changes

Added

Changed

  • rayon marked as optional dependencies
    (6dab192).
  • Functions factored out.
    • translate
    • translate_objects
  • Now UVec2, Vec2 is inner
    (ba68b6c).
  • Function names have been shortened
    (0266d7e):
    • single_image_edge_translated to single_translated.
    • single_image_edge_raw to single_raw.
    • multi_image_edge_translated to multi_translated.
    • multi_image_edge_raw to multi_raw.
  • Now Edges is unit
    (10397be).

Fixed

  • Work with channels of pixels
    (10397be).

Removed

  • Functions image_edges, new
    (10397be).

@salam99823 salam99823 marked this pull request as ready for review December 14, 2024 07:38
@salam99823 salam99823 requested a review from shnewto December 14, 2024 07:38
Copy link
Owner

@shnewto shnewto left a comment

Choose a reason for hiding this comment

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

thank you for the excellent notes in the PR description 💯 🙏 and thanks for all of your effort improving the usefulness of this crate!

@shnewto shnewto merged commit 3f5ece4 into main Dec 14, 2024
8 checks passed
@shnewto shnewto deleted the dev branch December 14, 2024 13:52
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