
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last weekβs supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.