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

Support for setting the Least Significant Bit (LSB) #1352

Closed
Elycin opened this issue May 12, 2024 · 1 comment
Closed

Support for setting the Least Significant Bit (LSB) #1352

Elycin opened this issue May 12, 2024 · 1 comment

Comments

@Elycin
Copy link

Elycin commented May 12, 2024

Describe the feature you'd like
Simply put, a way to set the LSB.

There are solutions that exist that can be called directly with the core drivers, but I feel like having that easy abstraction in the library could be a nice touch.

Is your feature request related to a problem? Please describe.
I work on projects for content creators where a common issue in the industry is preventing unauthorized use or stealing content, having the capability to encode some data that could be used to identify sources of where material was copied from would be useful.

@olivervogel
Copy link
Member

Thanks for sharing that idea. I think it's an interesting feature, and I've actually thought about including it several times. However, I think that due to the added complexity and the rather niche nature of the feature, steganography is better placed in a package separate from this library. This can of course use the capabilities of Intervention Image and integrate it as a dependency.

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

2 participants