Skip to content

Basic operations on bitmaps: adding, subtracting, averaging etc. in a Powershell script + c# module

Notifications You must be signed in to change notification settings

zuzaanto/ps-basic-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ps-basic-images

Basic operations on bitmaps: adding, subtracting, averaging etc. in a Powershell script + c# module

To run, first run the psModuleImageEdition.csproj or create a C# class library project with the cs files ("cmdlet.cs" and "ImageFunctions.cs") as source files. Then compile it, and edit the Script.ps1 file to import the compiled dll (you'll find it in Release/bin or Debug/bin). You can then provide right paths to your bitmaps in the Script, and then execute it.

About

Basic operations on bitmaps: adding, subtracting, averaging etc. in a Powershell script + c# module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published