Skip to content

Deno script that rotates all images in a directory by a specified amount.

Notifications You must be signed in to change notification settings

m1yon/deno-image-rotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno Image Rotator

This script rotates all images in a directory and all sub-directories by a specified amount using Deno and imagescript.

Prerequisites

Ensure Deno is installed.

How to use

Navigate into the root deno-image-rotator directory and run:

deno run --allow-read --allow-net --allow-write main.ts [directory] [rotation]

Examples

If you want to rotate all images in the ./img directory by 90 degrees:

deno run --allow-read --allow-net --allow-write main.ts ./img 90

About

Deno script that rotates all images in a directory by a specified amount.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published