Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjirsa/tiff-convert-demo
https://github.com/pjirsa/tiff-convert-demo
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjirsa/tiff-convert-demo
- Owner: pjirsa
- Created: 2023-05-09T16:45:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-13T01:20:36.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:33:57.283Z (about 2 months ago)
- Language: C#
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`