816 projects tagged "Linux"
HGL is a compiler/interpreter suite for developing images. It features its own simple but powerful language, an output format configurable by plugins, runtime input handled by plugins, and easy integration into various environments like Web servers or graphical applications. The input is taken from a source file, which has to be compiled for quick and frequent access by the interpreter. An interpreter then runs the compiled files, takes input from custom plugins (if neccessary), and outputs its result via custom plugins.
PyParticles is a particle simulation toolbox entirely written in Python. It simulates a particle-by-particle model with the most popular integrations methods, including Euler, Runge Kutta, and Midpoint. It represents the results on an OpenGL or Matplotlib plot, and offers an easy-to-use API.
PunyPNG PHP API compresses images using the PunyPNG Web service. It sends HTTP requests to upload one or more image files to the PunyPNG Web services API Web server so it can compress them. It can download the images compressed by PunyPNG individually or in a group in a .zip archive. The downloaded images are stored in a configurable download directory.
Multipe Image Resizer Script is a PHP class which can resize images in several ways. It can take an image in JPEG, PNG, or GIF format and resize it to exactly the given width and height, the given width, keeping the original proportions of the height, the given height, keeping the original proportions of the width, an automatically-determined given width or height, keeping the proportions of the other dimension, or a cropped area, keeping the original proportions. The class comes with a script which can call the class to resize many images at once.