4 projects tagged "PNG"
DatePNG is a PHP class can be used to generate a PNG image with a given time. It opens a template image in PNG format and renders text with a time in one or more formats. The font, size, position, angle, and color of the text are configurable parameters. The resulting image is generated in the PNG format as the current script output.
SVGpage is an application that will render PNG images as SVG files or convert an SVG file to a PNG image. It uses an internal version of Autotrace. This is not a straight conversion to SVG (as there really is no such converter) but it does a fairly literal job with simple shapes, and renders a "painterly" effect for more photographic-style images.
Animmerger stitches 2D images together into either a static image or an animation, while attempting to preserve a global frame of reference (static background). That is, for a movie that follows an actor around (and the background scrolls to follow them), it creates a movie that has a fixed background, and the camera moves around in the scene. The most obvious application of animmerger is in automatic map stitching for 2D video games, but there are many general purposes for which the program can be used. Its color quantization and dithering algorithm set is particularly advanced.