You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: