
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
ManipuIMG is a small image manipulation tool that allows hiding text in images, converting text to images, creating histograms, and more!
Install via pip install manipuimg on Windows, pip3 install manipuimg on MacOS/Linux, or !pip install manipuimg on Jupyter Notebook.
import manipuimg
# Example usage of ImageStore
store = manipuimg.ImageStore('base')
store.text_to_image('Hello, world!')
print(store.image_to_text()) # Should print 'Hello, world!'
# Example usage of ImageHistogram
histogram = manipuimg.ImageHistogram('path/to/image.png')
histogram.calculate_histogram()
histogram.save_histogram('histogram.png')
# Example usage of ImageSteganography
steganography = manipuimg.ImageSteganography('path/to/image.png')
steganography.encode('Secret message')
print(steganography.decode()) # Should print 'Secret message'
steganography.save('stegano.png')
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
FAQs
A simple image manipulation library
We found that manipuimg demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.