|
|
@@ -750,7 +750,7 @@ namespace TeamAAS_VP.Views.Home
|
|
|
|
|
|
if (isCompress)
|
|
|
{
|
|
|
- ImageHelper.CompressImage(reimage, Recordedpath, 100);
|
|
|
+ ImageHelper.CompressImage(reimage, Recordedpath, 20);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
@@ -857,7 +857,7 @@ namespace TeamAAS_VP.Views.Home
|
|
|
|
|
|
if (isCompress)
|
|
|
{
|
|
|
- ImageHelper.CompressImage(reimage, Recordedpath, 100);
|
|
|
+ ImageHelper.CompressImage(reimage, Recordedpath, 20);
|
|
|
}
|
|
|
else
|
|
|
{
|