我有一个高清图像文件夹,+2000px 宽度:
+ /img/
+- /bikes/: few images here (jpg,png,svg)
+- /cars/ : few images here
+- /cats/ : few images here
+- /dogs/ : few images here
+- /...
我想将整个图像调整为 200px 宽度的图像(相同的比例),但保留文件夹结构。
怎么做?
我有一个高清图像文件夹,+2000px 宽度:
+ /img/
+- /bikes/: few images here (jpg,png,svg)
+- /cars/ : few images here
+- /cats/ : few images here
+- /dogs/ : few images here
+- /...
我想将整个图像调整为 200px 宽度的图像(相同的比例),但保留文件夹结构。
怎么做?