Software Santa

FREE and/or Open Source Desktop Software! => Graphics Creation and Editing => Topic started by: Software Santa on March 18, 2014, 10:29:17 AM

Title: Background Remover lets you remove images backgrounds easily
Post by: Software Santa on March 18, 2014, 10:29:17 AM
Background Remover lets you remove images' backgrounds easily - cross platform Java .JAR file.

Quote
This program can automatically remove the background from images, replace it with any color you want (including transparent), scale the image to a desired size, and save it. Best of all, it can do it in bulk, so if you have hundred images to crop, this processor can do them all at once.

What I learned:

    how to load images (jpg, png, and gif)
    how to manipulate an image with alpha (transparency)
    write an efficient, modular GUI based on JOptionPane
    use jspinners to get integer inputs
    use file choosers to get a file location from the user
    check files for validity (see if they are images)

Copyright 2008-2012 [BensProjects]. All rights reserved.
Last Edited: August 18, 2012 12:19 PM

http://bensprojects.com/nebware/background_remover/background_remover.php (http://bensprojects.com/nebware/background_remover/background_remover.php)