🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

simlin

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

simlin

Simple Image Manipulator for Linux

pipPyPI
Version
0.0.6
Maintainers
1

SIMLIN - Simple Image Manipulator for Linux

Version 0.0.6

Simlin Demo

This project is simply for learning. Do not use it for anything important as it could have unintended consequences.

SIMLIN is a Simple Image Manipulator for Linux. This utility does only one thing at the moment. It takes images in the current working folder and resizes them in the 'resized' subfolder.

The end goal is to have a fully functional command line utility that will do various scriptable batch image manipulations.

Usage

Resize can be completed in batch or interactive mode

batch mode
simlin -r <int> -q <int>

Where -r is the new horizontal size and -q is the image quality (0-95)

interactive mode. go to directory and type

simlin

Install

sudo pip3 install simlin.

Requires

  • Python3
  • Pillow (latest version)

FAQs

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