Posts tagged image
write text on image using php
Aug 10th
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 [...]
Ever Needed to find similler pictures ?!
Jul 24th
I think it is common problem that sometimes you have a picture but it is low quality and you start searching for higher quality pictures on the net (isn’t hard !!)
isnt easier if you can just upload your picture to a search engine and let the search engine do the hard work of finding similler [...]
my batch Image Converter using java imageIO
Jul 10th
how many times you wanted to convert a batch of images from jpg/gif/png/ico to jpg/gif/png/ico?
this happens to me very rarely, still i want to solve this problem my way.
Once i was surfing the net and i found a software called “batch image converter”. it was a simple one. really i liked it so i decided [...]
convert images using java imageIO
Jun 14th
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 [...]
java imageBox (0.0.6)
May 28th
hi all,
this is the new virsion of java imageBox. it is numbered as 0.0.6.
compared to older versions, this one has more flexiblity. add to that, it supports design time image rendering.
you can download it from this link: imagebox(0.0.6)
here are the steps to add imageBox to your netBeans project:
create new project
add new Jframe to [...]
easy java image Box, my way
Feb 9th
Hi there,
I believe that a lot of new comers found it hard to use images in JAVA, especially who came from .Net world. So I decided to simplify things out by providing this simple tool.
I call it imageBox to make it sound like VB Picture box. this imageBox is a hacked version of JPanel.
All what [...]
