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

Corrupted Watermark IMG #19

Open
WillCaton2350 opened this issue Nov 21, 2024 · 1 comment
Open

Corrupted Watermark IMG #19

WillCaton2350 opened this issue Nov 21, 2024 · 1 comment

Comments

@WillCaton2350
Copy link

Once the package is installed and the code snippet is compiled, the new image still shows a corrupted watermark despite using different file types. Is this an issue with the library?

@WillCaton2350
Copy link
Author

If you are on a Mac and the Brew install fails with the error: Error: No such keg: /opt/homebrew/Cellar/opencv, you will need to run the following commands:

brew update
brew install opencv

Once OpenCV is installed, try to force the symlink to your site-packages directory with:

brew link --force opencv

If you still encounter a ModuleNotFoundError: No module named 'cv2', try installing wheel with:

pip install wheel

After that, you should be able to install nowatermark with:

pip install nowatermark

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

No branches or pull requests

1 participant