Skip to content

Commit 2a20f38

Browse files
updates README
1 parent 9b55954 commit 2a20f38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[![Build Status](https://dev.azure.com/robertoprevato/Nest/_apis/build/status/RobertoPrevato.Gallerist-AzureStorage?branchName=master)](https://dev.azure.com/robertoprevato/Nest/_build/latest?definitionId=27&branchName=master) [![pypi](https://img.shields.io/pypi/v/gallerist-azurestorage.svg?color=blue)](https://pypi.org/project/gallerist-azurestorage/)
22

33
# Gallerist-AzureStorage
4-
Gallerist classes for Azure Storage: implements reading image files from Azure Blob Service and write there resized pictures.
4+
Gallerist classes for Azure Storage: implements reading image files from Azure Blob Service, and writing of resized pictures to the same.
55

66
```bash
77
$ pip install gallerist-azurestorage
88
```
99

10+
This library is used in [Gallerist-AzureFunctions](https://github.com/RobertoPrevato/Gallerist-AzureFunctions), an Azure Functions front-end that uses [`Gallerist`](https://github.com/RobertoPrevato/Gallerist) library, to resize pictures
11+
in Azure Storage Blob Service.

0 commit comments

Comments
 (0)