PHP Code

WebSafeColors :: Lookup and retrieve colors of the Web Safe palette

This class has a built-in database of information about all the colors of the so called ‘Web Safe’ palette. It can lookup the palette to determine whether a given color is web safe or not. It can also return the RGB components of a web safe color in decimal or hexadecimal representation. It can also … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 416 Comments

Text To Image :: Render a text string as an image

This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size. It can take the text foreground and background color parameters by value or by name. The … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 459 Comments

Test On Image :: Render text on image using images of letters

This class can be used to render text on a background image. The letters of the text are made of graphics defined by separate image files. The letter image files can be loaded from a configurable directory. This way different text font images can be used. Download: http://www.phpclasses.org/browse/package/2836.html http://phpclasses.dmwtechnologies.com/browse/package/2836.html (mirror)

Categories: Downloads, PHP Code | Tags: , , , | 336 Comments