|
|
@ -64,8 +64,8 @@ public class AbpImagingProcesserContributor : IOssObjectProcesserContributor |
|
|
!height.IsNullOrWhiteSpace()) |
|
|
!height.IsNullOrWhiteSpace()) |
|
|
{ |
|
|
{ |
|
|
resizeArgs = new ImageResizeArgs( |
|
|
resizeArgs = new ImageResizeArgs( |
|
|
int.Parse(width), |
|
|
uint.Parse(width), |
|
|
int.Parse(height)); |
|
|
uint.Parse(height)); |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
resizeArgs = null; |
|
|
resizeArgs = null; |
|
|
|