Ports Search

Results 761770 of 1,309 for /graphics/.(0.017 seconds)
graphics/Image-PBMlib-2.00 (Score: 0.08697138)
Helper functions for PBM/PGM/PPM image file formats
This is primarily a library for reading portable bitmap (PBM), portable graymap (PGM), and portable pixmap (PPM) files. These image formats are only the barest step up from raw data, and have a very simple format which is the key to be "portable". Writing out images in these formats is very easy.
graphics/Image-Pngslimmer-0.30 (Score: 0.08697138)
Slims (dynamically created) PNGs
This Perl extension aims to cut down the size of PNGs. Users pass a PNG to various functions (though only one presently exists - Image::Pngslimmer::discard_noncritical($blob)) and a slimmer version is returned. Image::Pngslimmer is designed for use where PNGs are being generated on the fly and where size matters - eg for J2ME use. There are other options - probably better ones - for handling static PNGs. and more image types.
graphics/Image-Info-1.38 (Score: 0.08697138)
Perl module for getting image information
This Perl extension allows you to extract meta information from various types of image files. It currently supports JPEG, GIF, PNG and more image types.
graphics/Image-LibExif-0.04 (Score: 0.08697138)
Read EXIF module
Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF extractor, based on libexif.
graphics/Image-Magick-Iterator-0.01 (Score: 0.08697138)
Sequentially read Image::Magick object from a filehandle
Image::Magick::Iterator adds iteration support to Image::Magick. This means that if you have a stream of concatenated images, you can access each image in the stream as an independent Image::Magick object. Iteration functionality is not present in Image::Magick itself as of version 5.56. Passing a stream of concatenated images would result in essentially a "stack" of images which would all be manipulated in parallel by any Image::Magick calls. Calls to Write() either output an animated series of image (a la animated GIFs), or the first image in the series.
graphics/Image-Math-Constrain-1.02 (Score: 0.08697138)
Scaling math used in image size constraining (such as thumbnails)
Scaling math used in image size constraining (such as thumbnails)
Perl extension for GQview image metadata
This module is a abstraction to the image meta data of GQview. All internal errors will trow an error!
graphics/Image-ObjectDetect-0.12 (Score: 0.08697138)
Detects objects from picture using opencv
Image::ObjectDetect is a simple module to detect objects from picture using opencv.
graphics/Image-Scale-0.12 (Score: 0.08697138)
Perl module for fast, high-quality fixed-point image resizing
This module implements several resizing algorithms with a focus on low overhead, speed and minimal features. Algorithms available are: GD's copyResampled (floating-point) GD's copyResampled fixed-point (useful on embedded devices/NAS devices) GraphicsMagick's assortment of resize filters (floating-point) GraphicsMagick's Triangle filter in fixed-point Supported image formats include JPEG, GIF, PNG, and BMP for input, and JPEG and PNG for output.
graphics/OpenGL-0.66 (Score: 0.08697138)
Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs. Some amount of GLU is supported (I'm not quite sure what version it works out to), and GLUT should be completely supported up to API version 3. A small portion of GLX and X11 is supported, as an alternative to GLUT.