Graphics & Multimedia scripts - Top 4 Download

Graphics & Multimedia script downloads

Winamp TV Guide

WTG is a small php script to get the tv listings from shoutcast.com. If you are a linux user, just set up you browser to open the pls files with xine or mplayer. Also in this package you will find a modified version muxine named muxinepls. You can set up the ...

ODARS

ODARS is an Open Digital Assets Repository System. Is is used to store and index large number of digital assets (music, picture, video, etc).Main features - Asset can consist of several files (source file, binary file etc) - Assets have versions - Assets have categories and keywords - ...

phpCDLabelPS

Creating labels for your data/MP3 CDs using PHP and PostScript (output will be a postscript file), controled by a frontend and a PostScript template. ...

WACS

WACS is a suite of programs which manage photo sets and video clips of "an adult nature" (or any other tactful euphemism for porn you prefer). It runs on a Linux/Unix server and creates a personalized adult web server in which to store, preuse and catalogue a personal collection of adult ...

CHOMP3

CHOMP3 is a web based media player. Using DHTML, FLASH and XML it enables web developper to easilly integrate music and playlist in their web sites. CHOMP actually stands for "Cooperative Hyperlinking Media Protocol". ...

Swfdec1

Swfdec is the library for decoding and rendering Flash animations. It is still in heavy development. The intended audience are developers or people using it for pretested Flash animations (think embedded here). If you use it on unknown content, expect it to have issues and don't be surprised if it crashes. ...

PHPCad Drawing Program

PHPCad Drawing Program is a CAD/painting program written in PHP. The user requires no detailed drawing skill. All objects are functions placed on the screen by defining one or two points with parameters for the object. Produces .png-.jpg-.gif(animated)-.mpg-.pov pictures. This program is mainly used off the web as an application to design ...

Using try except unexpected input

This script uses as example Minesweeper that expects the user to enter properly bounded integers for moves. If the user enters something unexpected, the resulting exception can be caught and handled in some way other than exiting. ...
Python

Get actual sizes of all monitors

This script gets the sizes of all the monitors on a multi-monitor Windows PC.It gets both the actual resolution and the usable ("work") resolutions. The usable resolution excludes the taskbar and docked applications. Requirements: · ctypes module ...
Python

Easily creating dialog boxes from XRC files

This module allows you to create and run a custom dialog box with a single function call. The custom dialog box must first be defined in an external XRC file. Editors like XRCed and wxGlade allow easily designing custom dialog boxes. You can then invoke the dialog box even if your application ...
Python

Integrating XML and FlashViewing portfolio holding

When the user issues the View Portfolio command, the client Flash movie transmits the following XML to the server.The server responds with an XML element called PORTFOLIO , that contains the contents of the user's portfolio in zero or more HOLDING elements. ...

ccAudio

GNU ccAudio2 is a stand-alone portable C class framework for manipulating audio data. It has existed for some time as GNU GPL licensed package and has most recently been designated a GNU package. GNU ccAudio2 offers platform indipendent classes for directly accessing audio files from disk. These classes are endian aware ...

Bingo card

Bingo card is a printing program fot numeric, letter bingo and picture bingo.It also prints a calling sequence (equivalent to the output from a barrel full of balls).It provides you XML output for later linking to multimedia engine. ...

khtml2png

khtml2png is a command line program that allows you to create screenshots of webpages. It uses libkhtml (the library that is used in the KDE webbrowser Konqueror). In khtml2png  "convert" from the ImageMagick graphic conversion toolkit is used to create the output files in various image file formats. ...

SDL gfx

This library provides you SDL graphics drawing primitives and other support functions wrapped up in an addon library for the Simple Direct Media (SDL) cross-platform API layer. The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented ...

Determine the available desktop area

This script is the Python implementation of the SystemParametersInfoA() invocation required to retrieve the area that application windows can inhabit. On multi-monitor setups, the windows code returns the area on the primary monitor only. ...
Python