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

Ability to resize images. #83

Open
woj1993 opened this issue Oct 2, 2020 · 1 comment
Open

Ability to resize images. #83

woj1993 opened this issue Oct 2, 2020 · 1 comment
Assignees

Comments

@woj1993
Copy link

woj1993 commented Oct 2, 2020

I would want to propose possible fix for #70 and enchantment feature that I would want to see.
It it ability to resize screenshot that we took.
It's pros are:
-we can compare elements that really changed in size.
-we can use Java image manipulation functions
-we wouldn't need to rewrite comparison algorithm which might be harder.
Cons:
-it's more code to menage
-we would dependent on Java image manipulation functions
-it would take some time to resize image.

I imagine it would be a method something like this .resizeImage(newHeight,newWidth,algoritm)

Please give your opinion about this idea here.

@ABHammad
Copy link

I would like to have this feature implemented

@glibas glibas self-assigned this Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants