Skip to content

ImgExp is a simple .net 4.0 cmd line app for image manipulation , easely extensible to your own image processing needs by using extension design patterns like factory and command Pattern

Notifications You must be signed in to change notification settings

fsoteras/ImgExp

Repository files navigation

ImgExp

ImgExp is a .NET 4.0 command lina app useful to do batch image modification to a set of files. It has implemented a resize command , this calls linked imageProcessor library ( http://imageprocessor.org ) This command line app is implemented using CommandPattern so you can extended with your own calls to imageProcessor API.

About

ImgExp is a simple .net 4.0 cmd line app for image manipulation , easely extensible to your own image processing needs by using extension design patterns like factory and command Pattern

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages