Skip to content

Commit 74e933a

Browse files
authored
Update README.md
1 parent 34f92d1 commit 74e933a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Function Name | Parameters | Returns
1212
**isImageExists** | **imageName** : *str* | **isExists** : *bool* |
1313
**deleteImage** | **imageName** : *str* | - |
1414
**updateImage** | **imageName** : *str* <br> **newImageBytes** : *bytes* <br> **newExtensionType** : *str* | - |
15+
[See definitions](#-definitions)
1516

1617
# Usage
1718
- <h3> Importing & Creating Handler </h3>
@@ -68,6 +69,9 @@ bytesOfImage, extensionType = handler.imageSelector(path=r"C:\Users\mozancetin\D
6869
print("Bytes Length: " + str(len(bytesOfImage)) + "\nExtension Type: " + extensionType)
6970
```
7071

72+
# Definitions
73+
74+
7175
# TODO's
7276
- [x] Write a readme file
7377
- [x] Add different types of images (Right now just png is supported)

0 commit comments

Comments
 (0)