Multi-text
[Thai Text gen.]
[All Color Text Gen.]
[Text 2 Pic]
[GIF maker]
[Edit Picture]
[Logo Maker]
linenum = 0
time=1216840688&&& timeout=1216840388
cota=3
Text gen.
Text :
Line 1 :
font:
aftershock.ttf
aftershock
atnoon
bang_rajan
BKK
book_colic
book_r-luc
can_peesuer
catthai
chai_rajawat
d6n
deathnote
egyptian
evil
famai
gameover
ghost
GMM
gothic
gothic2
GTO
happy_i
happy_r
harrypotter
iamsudyod
ISO
jello2
kabok
kikku
kutlaimu
lenroonrang
little_stat
lugdek
lugdek-r
mang
manorah
munggonyok
narak
no-head
orawan
peak
PJ_Standard
Rexis
rukdeaw
spider
tamai
ultrashadow
unforgiven
VCD
VCD_b
VCD_l
YoGurt_DeVil
ZFImRightSir
ZoodRangmah
lanna-bora
lao-ipa
lao-new
lao-phonemic
korean-astro
starcraft
MIDNSBRG
roteflora
NIGHA___
size:
72
12
22
36
72
100
150
200
250
300
350
color :
red
red
green
blue
yellow
HotPink
tomato
salmon
lime
teal
olive
violet
purple
fuchsia
aqua
lightblue
gold
silver
gray
black
white
none
shade
>
green
red
green
blue
yellow
HotPink
tomato
salmon
lime
teal
olive
violet
purple
fuchsia
aqua
lightblue
gold
silver
gray
black
white
none
border
yellow
red
green
blue
yellow
HotPink
tomato
salmon
lime
teal
olive
violet
purple
fuchsia
aqua
lightblue
gold
silver
gray
black
white
none
style:
1
1
2
3
4
5
6
7
8
9
10
Line spacing :
allow 2 times more
Graphics Interchange Format
The Graphics Interchange Format (GIF) is an 8-bit-per-pixel bitmap image format that was introduced by CompuServe in 1987 and has since come into widespread usage on the World Wide Web due to its wide support and portability. The format uses a palette of up to 256 distinct colors from the 24-bit RGB color space. It also supports animations and allows a separate palette of 256 colors for each frame. The color limitation makes the GIF format unsuitable for reproducing color photographs and other images with continuous color, but it is well-suited for more simple images such as graphics or logos with solid areas of color. GIF images are compressed using the Lempel-Ziv-Welch (LZW) lossless data compression technique to reduce the file size without degrading the visual quality. This compression technique was patented in 1985. Controversy over the licensing agreement between the patent holder, Unisys, and CompuServe in 1994 inspired the development of the Portable Network Graphics (PNG) standard; since then all the relevant patents have expired. CompuServe introduced the GIF format in 1987 to provide a color image format for their file downloading areas, replacing their earlier run-length encoding (RLE) format, which was black and white only. GIF became popular because it used LZW data compression, which was more efficient than the run-length encoding that formats such as PCX and MacPaint used, and fairly large images could therefore be downloaded in a reasonably short time, even with very slow modems. The original version of the GIF format was called 87a. In 1989, CompuServe devised an enhanced version, called 89a,[1] that added support for multiple images in a stream, interlacing and storage of application-specific metadata. The two versions can be distinguished by looking at the first six bytes of the file, which, when interpreted as ASCII, read "GIF87a" and "GIF89a", respectively. GIF was one of the first two image formats commonly used on Web sites, the other being the black and white XBM.[citation needed] JPEG came later with the Mosaic browser. The GIF89a feature of storing multiple images in one file, accompanied by control data, is used extensively on the Web to produce simple animations. The optional interlacing feature, which stores image scan lines out of order in such a fashion that even a partially downloaded image was somewhat recognizable, also helped GIF's popularity,[citation needed] as a user could abort the download if it was not what was required.