equestrian

image

Alle Einträge mit dem Tag "image"

WideImage – An open-source PHP library for image manipulation

WideImage is an object-oriented library for image manipulation. It requires PHP 5.2.x or 5.3.x with GD2 extension. It’s E_ALL + E_STRICT compliant and fairly well tested with Simpletest.<br />
The library focuses on ease of use of the most common image operations. It provides a simple and unified way to loading and saving images from/to files, strings, database, uploads and URL addresses. Supports the most common image formats.

PHP PSD Reader – PHP Classes

PHP comes with built-in support to read and write images in many formats using the GD library. However, it does not support the Photoshop image format: PSD.<br />
<br />
This class fill partly that void by reading Photoshop PSD image files and creating a GD image resource from the Photoshop image bitmaps.

Pictaculous – A Color Palette Generator

Lade eine Bild hoch und Du bekommst eine Farbpalette zurück. Das Bild wird analysiert und in einzelne Farbwerte zerlegt. Zusätzlich bekommst Du auch Vorschläge von kuler.com und colorlovers.com. Funktioniert auch per E-Mail (z.B. vom iPhone).

Google Similar Images

Similar Images allows you to search for images using pictures rather than words. Click the "Similar images" link under an image to find other images that look like it. Try a search of your own or click on an example below.

Image Processing Tricks

I thought I’d contribute a few UIImage routines that I’ve found useful:
- Combine two UIImages
- Create a UIImage from a part of another UIImage
- Save UIImage to Photo Album

Simple iPhone Image Processing

I've written a simple C++ class with an Objective-C wrapper that provides a set of common image processing tasks along with conversion to and from UIImage.

jquery-imagetool – Google Code

Imagetool is a simple plugin for jQuery providing basic panning and zooming capabilities for images. It works by wrapping the selected image in a <div> (the viewport) and manipulates css properties based on user input.