Releases: skylab-tech/studio_client_dotnet
Releases · skylab-tech/studio_client_dotnet
v0.0.14
- add studio client option
ResizeImageIfOversized
to automatically resize oversized images to max dimension limit (max height/width 6400px)
- add upload retry to
UploadJobPhoto
and UploadProfilePhoto
methods
- add option to read from a byte array for
UploadJobPhoto
and UploadProfilePhoto
v0.0.13
- update docs for uploading background photos for a profile with replace bg enabled
v0.0.12
- append bg name to photo output downloads (only if profile has bg replacement on)
v0.0.10
- add path field for photo uniqueness (a job can have multiple photo objects of the same names, but different file paths)
v0.0.9
- fix some photos not uploading (presigned url not encoding content-md5 header)
v0.0.8
- add docs to all methods
- modify DownloadPhoto to throw exception on error
v0.0.7
- Add ability to download photo with output path + photo name
- migrate to use RestSharp for REST api calls
v0.0.6
- fix bgs not being reused for bg replaced images download
- add guard when downloading photo(s) to check output path is a valid directory
v0.0.4
v0.0.4
Add functions to download completed job photos. Supports downloading replace background jobs and dual file output.