我有一個父文件夾。 因爲我有更多的子文件夾。 在此子文件夾,我有我需要的文件(.jpg文件) 例如:父文件夾:測試 子文件夾:Folder1中,文件夾2,文件夾3 內部各子文件夾的我有文件作爲1.JPG ,2.JPG,3.JPG 我已經寫一個批處理文件得到這個圖片路徑, for i in D:\Test\*\*.jpg; do convert -strip -interlace Plane -qu
我有用於轉換圖像的此方法。我這樣做是這樣的: /// <summary>
/// Converts any image to png and uploads it to azure
/// </summary>
/// <param name="data">The byte array of the image</param>
/// <returns>Th