Skip to content

Commit 1179e52

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
added example for transformation
1 parent e4a93bc commit 1179e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ options = UploadFileRequestOptions(
411411
overwrite_tags=False,
412412
overwrite_custom_metadata=True,
413413
custom_metadata={'testss': 12},
414+
transformation={ 'pre': 'l-text,i-Imagekit,fs-50,l-end', 'post': [{'type': 'transformation', 'value': 'w-100'}]}
414415
)
415416

416417
result = imagekit.upload_file(file='<url|base_64|binary>', # required

0 commit comments

Comments
 (0)