Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjirsa/tiff-convert-demo


https://github.com/pjirsa/tiff-convert-demo

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tiff-Convert-Demo
This is a sample HTTP triggered Azure Function that uses Magick.NET nuget package to convert a .tiff image file to a PNG image. The response back from the HTTP call will be the png image.

![screenshot](./docs/tiffconvertdemo.png)

## Dev Setup
1. Install Azure Function Core Tools
1. Clone this repo to your machine.
1. run `dotnet restore` then run `func start`