ke
2024-05-14 aa43b00c228cf9c1d514ce9dde1bdfa20c7e2b97
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/skPanorama/utils/Img4JavaUtil.java
@@ -410,7 +410,7 @@
    * @throws IOException
    * @throws InterruptedException
    * @throws IM4JavaException
    */
   public static void main(String[] args) throws IOException, InterruptedException, IM4JavaException{
      String inImgPath = "D:\\Documents\\Pictures\\1.jpg";
      String outImgPath = "D:\\Documents\\Pictures\\2.jpg";
@@ -433,6 +433,6 @@
//        test.scaleImg(inImgPath,outImgPath+"缩略图scale.jpg",100,null);
      // 自动中心化裁剪
//        test.cropCenterImg(inImgPath,outImgPath+"中心.jpg",400,300);
   }
    */
}