Ports Search

Results 871880 of 1,309 for /graphics/.(0.003 seconds)
graphics/gimp-2.8.18 (Score: 0.08697138)
GNU Image Manipulation Program
Networking shapes for blockdiag designed by Cisco
A plugin for blockdiag that provides shapes for networking. The shapes are using Network Topology Icons designed by Cisco Systems, Inc. o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html o Cisco Systems, Inc: http://www.cisco.com/
graphics/cairo-1.10.0 (Score: 0.08697138)
Python 2 bindings for Cairo
Python 2 bindings for Cairo.
graphics/chart-1.39 (Score: 0.08697138)
Create high quality Encapsulated Postscript, PDF, or PNG charts
PyChart is a Python library for creating high quality Encapsulated Postscript, PDF, or PNG charts. It currently supports line plots, bar plots, range-fill plots, and pie charts. Because it is based on Python, you can make full use of Python's scripting power.
graphics/easy-thumbnails-2.3 (Score: 0.08697138)
Easy thumbnails for Django
The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. So whenever a thumbnail does not exist or if the source was modified more recently than the existing thumbnail, a new thumbnail is generated (and saved). Thumbnail aliases can be defined, providing predefined thumbnail options. This also allows for generation of thumbnails when the source image is uploaded.
graphics/editobj-0.5.7 (Score: 0.08697138)
Create and display a Tkinter dialog box for editing any Python object
EditObj can create and display a Tkinter dialog box for editing any Python object (similarly to what Java call a Bean editor, but for Python object). EditObj is a usefull tool for writing (text or non-text) editors of all kinds, including GUI editor, 3D editor,... It also includes a Python console (thanks to Ka-Ping Yee).
graphics/ExifRead-2.1.2 (Score: 0.08697138)
Read Exif metadata from tiff and jpeg files
Easy to use Python module to extract Exif metadata from tiff and jpeg files. Originally written by Gene Cash & Thierry Bousch.
graphics/exiv2-0.3.2 (Score: 0.08697138)
Python bindings for exiv2
pyexiv2 is a python binding to exiv2, the C++ library for manipulation of EXIF and IPTC image metadata. It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...). It is designed as a high level interface to the functionalities offered by exiv2 (and is built on top of it). Using python's built-in data types and standard modules, it provides easy manipulation of image metadata.
graphics/freeimagepy-2.0.1 (Score: 0.08697138)
FreeImage library python wrapper
This library wrap the FreeImage library functions so a python developer can easy drive FreeImage.
graphics/GChartWrapper-0.9 (Score: 0.08697138)
Python Google Chart Wrapper
Python wrapper for the Google Chart API. The wrapper can render the URL of the Google chart, based on your parameters, or it can render an HTML img tag to insert into webpages on the fly. Made for dynamic python websites (Django,Zope,CGI,etc.) that need on the fly chart generation without any extra modules. Can also grab the PIL Image instance of the chart for manipulation