Bulk Image Resizer
A simple vscode extension to resize a lot of images by a pattern to a pre-specified quality and width.
Installation
Go to the VSCode Marketplace and install the extension
Alternatively, package this extension yourself:
Clone this repo
Run the following command to install the Visual Studio Code Extension Manager
npm install --global @vscode/vsce
Package the extension
vsce package
Usage
Single file resizing
Right click a png file and click BulkImageResizer: Resize
Bulk resizing
You can do this one of two ways:
- Specific Directory
- Right click a directory
- Click
BulkImageResizer: Bulk Resize
- Workspace
- Open the command pallete (cmd + shift + p)
- Search for
BulkImageResizer: Bulk Resize and click enter
| |