image
Alle Einträge mit dem Tag "image"
Webdevelopment und was vom Leben übrig bleibt
Alle Einträge mit dem Tag "image"
Donnerstag, 15. Juli 2010
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.
Donnerstag, 1. April 2010
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.
Sonnabend, 20. Juni 2009
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).
Dienstag, 5. Mai 2009
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.
Mittwoch, 1. April 2009
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
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.
Montag, 30. März 2009
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.