Report as inappropriate.
Three methods for removing the background from an image. Not anywhere near perfect, but if you don't want to spend the time downloading photoshop or similar, it might be worth giving this a try :)
Method 1: Removes any color in the image that is equal to java.awt.Color.WHITE - aka perfectly white.
Method 2: Removes any color in the images that is pretty much white - to modify _how_ pretty much white you want to look for, modify line 27 in Actor2.class (int range).
Method 3: Removes whatever color occurs most often in the image.
6220 views / 12 in the last 7 days
2 votes | 0 in the last 7 days
This scenario is a member of: Image manipulation
Want to leave a comment? You must first log in.