Closed HakonHarnes closed 10 months ago
Closes #9.
Added a max_base64_size option which defines the max size of the Base64 string in KB. Keep in mind embedding as Base64 will increase the file size with 33%, and 10KB of Base64 equals 10 240 characters.
max_base64_size
Related issue
Closes #9.
Summary of changes
Added a
max_base64_size
option which defines the max size of the Base64 string in KB. Keep in mind embedding as Base64 will increase the file size with 33%, and 10KB of Base64 equals 10 240 characters.