Beispiel #1
0
 private void Rotate(string inPath, string outPath, bool isBackRotate, Data.Storage.IDataStore store)
 {
     if (store.IsFile(inPath))
     {
         ImageHelper.RotateImage(inPath, outPath, isBackRotate, store);
     }
 }