Posts tagged using

write text on image using php

hello,
this is a simple method to write text on image using php. in fact, my friends asked me to create a php page that will take a specific information about their website visitors and return an image of a certificate with the visitor information written on it.
the logic of the program has three steps:

read input [...]

convert images using java imageIO

Hi all,
I learned how to use java ImageIO to convert images formats. It makes me happy, so I wanted to share my experience with all of you.
As NetBeans told me, ImageIO is a class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding. ImageIO supports most common formats such [...]

Scan your system using external anti-virus

Hi,
Is your computer is full with viruses, and your anti-virus is just watching them playing around?
If so, you may consider changing it and use a better one.
The problem is when you cannot do such a thing since viruses are controlling your system. I believe you do not want to lose your data, so you [...]

playing music using java audioClip

Hi all,

I was thinking of a way to play audio in java. I am using NetBeans, so it did not take me more than five (Ctrl-Space) until I figured out the way.

Today we will discuss creating of simple audio player which can play a (WAV) file.

There are many ways to play audio in java. The [...]