add resize stats
This commit is contained in:
parent
16bc87b419
commit
88e3ac62c4
@ -60,6 +60,7 @@ if (!($ImagePathToProcess)) {
|
||||
FileName = $SourcePath
|
||||
'Original Size' = $SourceSize
|
||||
'New Size' = $NewSize
|
||||
'Reduction' =100 - (($NewSize / $SourceSize) * 100)
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user