Projects tagged ‘manipulation’


[27 total ]

8 Users
 

Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector, a great tool for .NET developers. Reflexil is using Mono.Cecil, written by Jb Evain, which is a strategic library for ... [More] the Mono project. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' c# code injection. [Less]
Created over 2 years ago.

7 Users

Asido is a PHP (PHP4/PHP5) image processing solution, with pluggabledrivers(adapters) for virtually any environment. A lot of PHP developers (both on the PHP4 and PHP5 side) need image transformation ... [More] operations for various tasks, the most mundane of which are the proportional resizing and watermarking. Asido offers such solution: uniform API for image transformations that works with various environments (GD, ImageMagick, MagickWand, etc). Asido is open-source and its LGPL license allows you to place the class in your proprietary PHP projects. Asido offers the following functionality: resize images, watermark images, rotate imates, copy images, crop images, grayscale images, convert images, etc. [Less]
Created over 3 years ago.

4 Users
 

WideImage is a PHP5 image manipulation library with a fluent interface that supports chaining operations and abstracts the normal GD2 operations from the interface into a more coherent and extendable framework.
Created about 1 year ago.

4 Users
   

Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 300 separate tools in the package including converters for about 100 graphics formats.
Created about 1 year ago.

3 Users
 

Instant Picture Creator is a wrapper to produce images on demand for Web sites. It has filter management, and it's possible to add new filters. It can cache filtered images, works independently (no ... [More] backend is needed), and is easy to integrate with existing Web sites. It includes two basic filters for resizing images and manipulating colour palettes. Currently it supports PNG, GIF, and JPEG. [Less]
Created over 2 years ago.

1 Users
 

Scooter is composed of several parts. Mostly, it is an API for XML manipulation designed for the Ruby programming language. A library implementing this API is well underway. Furthermore, there is a ... [More] specified API for interacting with a web browser (bookmarks and such). That is unlikely to be implemented in the near future due to technical limitations. Additionally, there is an effort to use the Scooter API to develop applications with GUI toolkits such as gtk, wxruby, and fxruby. Work on this has been slow. [Less]
Created over 2 years ago.

1 Users
   

The Java Mass JPEG Resizer Tool has following Features: * Resize all JPEG Images of a specified Directory * Create Webgalleries * Resize and pack Images to an ZIP File for E-Mail Attachments * ... [More] Multilingual (German/English) * A Java based program (Support for Unix, Linux, Windows, MacOs and more) [Less]
Created about 1 year ago.

0 Users

PPT is an Image Processing Suite for the Amiga microcomputer.
Created over 3 years ago.

0 Users

Simple image viewer including basic image manipulation features
Created 11 months ago.

0 Users

Página de apresentação do manual / capa. Introduçãom2brImagem versão: 0.6.2 Autor: Davi Tavares Ferreira www.m2brnet.com O que faz atualmente? converte imagens redimensiona imagens ... [More] , mantendo proporção flip horizontal / vertical girar imagem marca d'água texto marca d'água (imagem) marca d'água com posicionamento fixo Falta implementar cropagem (sem redimensionamento) posicionamento das marcas d'água por porcentagem (?) cor de fundo na legenda em texto (?) resize por porcentagem (extends?) crop por porcentagem (extends?) Exemplo de uso:// include da classe m2brImagem include('m2brimagem.class.php'); // instancia objeto e carrega imagem $oImg = new imagem('3.jpg'); // valida imagem $valida = $oImg->valida(); if ($valida == 'OK') { // redimensiona imagem, cropando $oImg->redimensiona(400,200,'crop',''); // flipa imagem horizontalmente $oImg->flip('h'); // define cor da legenda $rgb = array(255,255,255); // adiciona legenda em texto $oImg->legenda('scarlett johansson','11','20','20',$rgb,true,'ariblk.ttf'); // adiciona marca d'água $oImg->marca('marca.png',40,100,100); // cria imagem de saída no browser, sem salvar $oImg->geraDestino('1.png',false); } else { // imagem inválida die($valida); } Mais em:http://www.daviferreira.com/blog/2007/09/07/classe-imagem-php.html [Less]
Created about 1 year ago.