Skip to content

Releases: skylab-tech/studio_client_dotnet

v0.0.14

07 Oct 18:34
7c995ee
Compare
Choose a tag to compare
  • 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

21 Jun 05:44
a27481c
Compare
Choose a tag to compare
  • update docs for uploading background photos for a profile with replace bg enabled

v0.0.12

17 Jun 21:55
8ff0755
Compare
Choose a tag to compare
  • append bg name to photo output downloads (only if profile has bg replacement on)

v0.0.11

12 Mar 23:09
597bd01
Compare
Choose a tag to compare
  • introduce photo name uniqueness through renaming the image to a UUID and re-mapping back to the original name via the path value

v0.0.10

08 Mar 19:28
505fccd
Compare
Choose a tag to compare
  • add path field for photo uniqueness (a job can have multiple photo objects of the same names, but different file paths)

v0.0.9

02 Mar 02:03
089d177
Compare
Choose a tag to compare
  • fix some photos not uploading (presigned url not encoding content-md5 header)

v0.0.8

01 Mar 01:15
5626de4
Compare
Choose a tag to compare
  • add docs to all methods
  • modify DownloadPhoto to throw exception on error

v0.0.7

29 Feb 01:43
cb6f994
Compare
Choose a tag to compare
  • Add ability to download photo with output path + photo name
  • migrate to use RestSharp for REST api calls

v0.0.6

21 Feb 01:25
c0cbfc5
Compare
Choose a tag to compare
  • 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

31 Jan 00:45
ace0565
Compare
Choose a tag to compare

v0.0.4

Add functions to download completed job photos. Supports downloading replace background jobs and dual file output.