Multimedia Archive
14 Nov 2016
SepiaToned and Posterized Pictures

Make a Sepia Toned Picture We have discussed a lot about color changing and altering pictures. Let’s start with bit more sophisticated color swapping. We can look for a range of colors and can replace them with some other colors or computed values of original colors. Results are very interesting. For example, Older prints sometimes
10 Apr 2016
Manipulating Pictures in Java- I

As we know, pictures are very popular media, used for communication purposes. To understand picture manipulation, you must be familiar with java arrays, metrics, pixels, colors and type of images used to store and display. You are also require to read my previous article written about bookClasses from here. An interface describing digital picture with
07 Feb 2016
Customize and use BookClasses in eclipse

If you are familiar with eclipse and don’t want to use DrJava. Follow the below mentioned steps to setup eclipse environment to use same examples in eclipse. Download BookClasses from following link. http://home.cc.gatech.edu/TeaParty/47 Once downloaded, unzip into a folder. Create new project in eclipse. I assume you are familiar with eclipse environment Include given folder