
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
blopic (for blog-post image converter ) is a CLI tool developed to convert and resize image to good format & size for blog post.
pip
pip install blog-post-image-converter
docker pull romaiiiinnn/blopic
Usage: blopic [OPTIONS] IMAGE_PATH
Resizes an image based on a target width passed as a parameter, then
converts it to the WebP format.
Options:
--version Show the version and exit.
-w, --width INTEGER RANGE Target width of the image [default: 1200; x>0]
-o, --output-dir DIRECTORY Output directory [default: .]
-d, --delete Delete source image after conversion.
--help Show this message and exit.
Following command will create image named image.webp
with a width of 1200px in current directory.
blopic image.jpeg
docker run --rm -v ${PWD}:/data -w /data romaiiiinnn/blopic image.jpeg
Got questions?
You could open an issue here.
This is an active open-source project. I am always open to people who want to use the code or contribute to it.
Thank you for being involved! :heart_eyes:
The original setup of this repository is by Romain RICHARD.
Every details about licence are in a separate document.
FAQs
Tool to convert and resize image for blog post.
We found that blopic 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
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.