TF-3084 Handle drop image to identity editor for public asset
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
|
||||
class IdentityCreatorConstants {
|
||||
static const int maxKBSizeIdentityInlineImage = 128; // Kilobyte
|
||||
static const double maxWidthInlineImageDesktop = 800; // Pixel
|
||||
static const double maxWidthInlineImageOther = 700; // Pixel
|
||||
static const String prefixCompressedInlineImageTemp = 'compressed_';
|
||||
static const int qualityCompressedInlineImage = 50; // 0 - 100
|
||||
static const int qualityCompressedInlineImage = 80; // 0 - 100
|
||||
}
|
||||
Reference in New Issue
Block a user