Merge branch 'krille/thumbnail-fix-quality' into 'master'
Fix thumbnail quality and update e2ee See merge request famedly/famedlysdk!274
This commit is contained in:
commit
12303f51fe
|
@ -480,7 +480,7 @@ class Room {
|
||||||
bool waitUntilSent = false,
|
bool waitUntilSent = false,
|
||||||
int thumbnailMaxWidth = 800,
|
int thumbnailMaxWidth = 800,
|
||||||
int thumbnailMaxHeight = 600,
|
int thumbnailMaxHeight = 600,
|
||||||
int thumbnailQuality = 50,
|
int thumbnailQuality = 10,
|
||||||
}) async {
|
}) async {
|
||||||
Image fileImage;
|
Image fileImage;
|
||||||
Image thumbnailImage;
|
Image thumbnailImage;
|
||||||
|
|
|
@ -271,11 +271,11 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: HEAD
|
ref: "1.x.y"
|
||||||
resolved-ref: b043fcc29031979dc65e5b08e10ebb9b8d2fae30
|
resolved-ref: "32edeff765369a7a77a0822f4b19302ca24a017b"
|
||||||
url: "https://gitlab.com/famedly/libraries/matrix_file_e2ee.git"
|
url: "https://gitlab.com/famedly/libraries/matrix_file_e2ee.git"
|
||||||
source: git
|
source: git
|
||||||
version: "1.0.2"
|
version: "1.0.3"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -21,7 +21,7 @@ dependencies:
|
||||||
matrix_file_e2ee:
|
matrix_file_e2ee:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git
|
url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git
|
||||||
#ref: 1.x.y
|
ref: 1.x.y
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.0.0
|
test: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue