
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Zinmage is a minimalist and beginner-friendly Python library and CLI Program for image conversion.
Itβs designed to be clean, modular, and super easy to use β perfect for devs who just want things to work. β¨
π‘ Current Feature: Convert
.png
to.jpg
to.webp
or vice versa using one line of code.
pip install zinmage
Or install from source:
git clone https://github.com/tinprogrammers/zinmage.git
cd zinmage
pip install .
from zinmage import convert_png_to_jpg
convert_png_to_jpg("example.png") # Output: example.jpg
You can also provide a custom output path:
convert_png_to_jpg("example.png", "converted/my-image.jpg")
Features | Methods |
---|---|
PNG β JPG | convert_png_to_jpg |
JPG β PNG | convert_jpg_to_png |
JPG β Webp | convert_jpg_to_webp |
Features | Methods |
---|---|
PNG β JPG | zinmage convert input.png --to jpg |
JPG β PNG | zinmage convert photo.jpg --to png |
JPG β Webp | zinmage convert photo.jpg --to webp |
Azeem Akhtar
Founder of Zinmage and Tin Programmers, π
GitHub | LinkedIn | Youtube
This project is licensed under the MIT License.
If you like the project, star it β on GitHub, and share it with your dev friends.
Pull requests and contributions are most welcome!
FAQs
Python library for image conversion
We found that zinmage 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socketβs AI scanner detected the supply chain attack and flagged the malware.