png

JRobin: Not able to save graph as a PNG file

Error: Not able to save graph as a PNG file. Compilation error: cannot find symbol [javac] symbol : method saveAsPNG(java.lang.String,int,int) Solution: saveAsPNG does not seem to be there in JRobin anymore. Use the RrdGraph.render (java.awt.Graphics g) method. For example, // Create a buffered image in which the graph would be drawn BufferedImage bImage = new …

JRobin: Not able to save graph as a PNG file Read More »

Watermarking images using GIMP

After having created images with hard work, you wish to protect your copyright on the images. Watermarking the images is an excellent method prevent any commercial misuse of images. And it can be done easily using the wonderful open source image editing software, Gimp. We will look at the process of watermarking images with an …

Watermarking images using GIMP Read More »