Projects tagged ‘imagemagick’ and ‘python’


Jump to tag:

Projects tagged ‘imagemagick’ and ‘python’

Filtered by Project Tags imagemagick python

Refine results Project Tags ffmpeg (2) pil (2) imageprocessing (2) heatmap (1) tiff (1) perl (1) album (1) image (1) database (1) presentation (1) server (1) dvips (1)

[11 total ]

1 Users
 

Graphical uploader for Fotoalba.cz
Created about 1 year ago.

0 Users

Simple python module for image manipulation. Uses ImageMagick library. Unfortunately PyMagick almost dead and I can't build it on mac os x. PIL can't process large TIF images. I like how ... [More] ImageMagick process images. My module can crop, resize images, also it read some information from 8bim image profile. (e.g. iPhoto 8 can store Image Title in this profile) It is quite simple and goes as is without any warranty. I hope it will be useful for someone. [Less]
Created 12 months ago.

0 Users

Alcaeus is a photo album written in Python. You can upload photos through the web interface, and create collections of photos and assign collections to categories. Currently, alcaeus uses sqlite3 for ... [More] the database and convert from ImageMagick for resizing photos. [Less]
Created 4 months ago.

0 Users

These scripts add functionality to the Tesseract OCR engine by automating some tasks and by preprocessing images with other utilities such as imagemagick. The script receives an image and returns a ... [More] string. The goal of the script is to be able to process many variations of files automatically while inputting as few options as possible. Usage: The script can be called from other python scripts and the testing script allows using it from the command line (assuming you have python installed). See the wiki for more information. Added functionality to Tesseract: OCRing of color images What it does: The script takes a TIFF image, converts it to grayscale, passes it to Tesseract and then returns a string. What it will do: OCR multipage TIFF images. OCR PDF images. These scripts are written by and are used on ABillionBillion.com. A Billion Billion offers free document management and free OCR for everyone. [Less]
Created 12 months ago.

0 Users

Standalone server/script behind lighttpd or apache server that provides image processing service (PIL, Imagemagick as engines). The server caches results on file system (local, mogilefs, etc). Pyips ... [More] uses file storage specified by home directory property. Project is in the early stage of development. example urls: http://server.com/pips?name=dir/subdir/picture.jpg&width=200&height=200 &crop_type=top&requested_image_type=PNG&optimize_png=true&refresh_specific_cache=true http://eth0less.com/pyips/main.py/process?name=pic1.jpg&width=200&height=200&crop_type=top http://eth0less.com/pyips/main.py/process?name=pic1.jpg&width=200&height=200&crop_type=center http://eth0less.com/pyips/main.py/process?name=pic2.jpg&width=500&height=400 http://eth0less.com/pyips/main.py/process?name=pic2.jpg&width=600&height=600&scale_up_allowed=true http://eth0less.com/pyips/main.py/process?name=pic3.jpg&width=500&height=400&crop_type=center [Less]
Created 12 months ago.

0 Users

Django-imageresize is an extension to the Django web framework that lets you resize images on server side just by specifying the size in the url. If you want to resize an image, foo.png, to 100x100 ... [More] you simply just use the url foo.100x100.png which makes it very easy to create for example thumbnails. Django-imageresize uses Imagemagick to resize the images which ensures excellent image quality. [Less]
Created 6 months ago.

0 Users

presentex is a command-line tool that allows users to easily produce high-quality, colourful equations with LaTeX for use in presentations, etc. It is written in Python and uses LaTeX, dvips, and ... [More] imagemagick. It should run on Linux/UNIX/Mac systems (not sure about Windows), provided the appropriate software packages are installed. USAGE: from the command line $ presentex 'latex equation in quotes' options Options are: -f -fg --foreground: Foreground (text) colour, reported as 'r,g,b' (quotes are required) where r,g,b can span the integeer values [0,255]. The default is '0, 0, 0'. -b -bg --background: Background color, reported as 'r,g,b' (quotes are required) where r,g,b can span the integer values [0,255]. The default is '255, 255, 255'. -e --enlargement: Enlargement factor. The default is "1". -o --output: Name of output file. Extension (.jpg, .gif, .png, etc.) will be interpreted by Imagemagick. Note that transparency does not work for all image types, but it does work for pngs and gifs. The default is "./eqn.png" -t --transparent: Option for a transparent background. -h --help: Produces this help window -v -a --version --about: Gets information on present version -i --install: Gives help about setting up presentex on your computer. EXAMPLES: presentex '\gamma = \displaystyle{\frac{\mathcal{A}}{g\delta\sin^2\phi}}' -fg '190,75,75' -bg '200,200,200' -o 'gamma.jpg' presentex -t -o 'pi.gif' -e 3 '\pi = 3.14159\dots' -fg 200,20,20 -t [Less]
Created 12 months ago.

0 Users

The goal of Tempest is to provide a consistent, reliable, multi-language API for generating heat-map images based on coordinate data-sets. Tempest consists of separate implementations in multiple ... [More] programming languages (such as Perl, PHP, Python, et cetera) all conforming to a unified API specification. Each implementation can alternatively support any number of different image manipulation libraries (such as GD, ImageMagick, PIL). Check out the live demo to take it for a spin. [Less]
Created 4 months ago.

0 Users

sedVideo est un éditeur de vidéo non interactif qui vous laisse la possibilité de paramêtrer des rêgles de montages et des effets de transition avant, entre ou après vos vidéos. Ensuite ... [More] , toutes les opérations sont automatisées et vous pouvez librement vaquer à vos occupations pendant que votre ordinateur travailpour vous ! [Less]
Created 12 months ago.

0 Users

These are a few scripts that I put together to create a web based videobooth. Example output: You can see more results at http://videobooth.me/
Created 12 months ago.