Skip to content

bbonkr/Example.ImageConvert

Repository files navigation

Example of converting image file

Configuration

Create appsettings.Development.json file on src/Example.ImageConverter.App directory.

  • App__Source: Directory which images files placed
  • App__Filter: Filter of image file to convert
{
  "App": {
    "Source": "/path/to/images/directory",
    "Filter": "*.png"
  }
}
  • Find .png`` file from /path/to/images/directory` directory then converts them.
  • Output is /path/to/images/directory/output

Run

Please use .NET Core Launch (console) on your vscode Run and debug.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages