Jump to content

Jerry

Community Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Jerry

  1. I mostly work in C# but here's my attempt working with what you posted.

     

    public boolean operate_on_file(java.util.ArrayList<java.io.File> files,File current_dir)   {
            try{
                for (File file : files) {
                    BufferedImage image = ImageIO.read(file);
                    File output = new File(current_dir+"/"+file.getName());            
                    ImageIO.write(image, "png", output);
                }
            }
            catch(Exception e){
                return false;
            }
            return true;
        }
    }
  2. Case: COOLER MASTER HAF X Blue Edition

    GPU: 2 EVGA GeForce GTX 560 Ti SLI

    CPU: Intel Core i7-2600K Sandy Bridge 3.4GHz - OC 4.2GHz

    MOBO: MSI P67A-GD65 (B3) LGA 1155 Intel P67 SATA 6Gb/s USB 3.0 ATX Intel

    CPU Cooler: COOLER MASTER V8 120mm

    Ram: G.SKILL Ripjaws X Series 8GB

    Monitors: ASUS VW246H 24" Widescreen LCD

    PSU: COOLER MASTER GX Series 750W

    HHD: Western Digital WD 1TB

    SSD: Crucial  2.5" 64GB

    OS: Windows 8 64bit

     

    WP_20130512_021_zps9d4fa37c.jpgWP_20130512_019_zpsafc046c8.jpg

×
×
  • Create New...