New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

resizeme

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resizeme

An ImageMagic CLI for resizing images quickly

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

Introduction

A small ImageMagick script to resize an image to many target resolutions.

Usage

Simply pass an image path as your first argument and a target path to store the resized results.

npx resizeme ~/Pictures/frame.png ./images/
✔ Select one or more target widths for the resized images 576, 640
✔ Select the output image format WebP
ℹ Created /home/jeremy/images/frame-576.webp
ℹ Created /home/jeremy/images/frame-640.webp
✔ All done!

Note: Since this is basically a wrapper for ImageMagick, please make sure that you have installed it beforehand.

Keywords

imagemagick

FAQs

Package last updated on 26 May 2025

Did you know?

Socket

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.

Install

Related posts