Exemple #1
0
 protected override bool CanExecute(ResizeOptions options)
 {
     return(Shell.CanInvokeImageMagick() && _capabilities.Supports(options.SourceFile));
 }