try
           {
            File file = new File('파일경로');
            BufferedImage bi = ImageIO.read(file);
            System.out.println("width : " + bi.getWidth() + " height : " + bi.getHeight() );
           } catch( Exception e ) {
            System.out.prinln("이미지 파일 아님");
           }

 

생각중

  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기