Seesmic API

Component type

module

Downloads

1276

Component created

Component changed

Seesmic is a video conversation platform. Seesmic API module provides a Drupal wrapper for Seesmic API (see more about on their wiki).

The module cannot be used directly on your site. This API is mainly designed to provide an entry point for other modules inside Seesmic universe. Seesmic comment is one of those modules.

Seesmic comment

Component type

module

Downloads

1747

Component created

Component changed

Seesmic comment is module based on Seesmic API module, so you'll need to download and install it first.

Bring video easily to your site! People can in few seconds record a video message and let it as a normal comment on your website. The power of Seesmic technology is that you don't need several steps to record & upload your video, everything is performed inside their flash application and the video is immediately available for everybody.

Image Annotate

Component type

module

Categories

Downloads

6033

Component created

Component changed

Image Annotate allows users to attach notes or user references to areas of a picture. This is what Flickr and Facebook already do.

This module is based on jQuery UI and works with CCK's Imagefield module; if you have comment to make, please post an issue or a feature request. The more feedback I get, the better the final version will be.

ImageAPI Reflect

Component type

module

Downloads

1182

Component created

Component changed

A plugin for the imageapi.module to generate reflections.

Features:

  • adds reflections to images
  • allows background reflection color to be set
  • allows height of reflection to be set
  • allows for beginning and ending of gradient to be set

Fast Gallery

Component type

module

Maintenance status

Development status

Downloads

61523

Component created

Component changed

Fast Gallery is a simple, lightweight, and fast image gallery. Making albums is as easy as putting images or videos into folders and uploading them to the gallery directory. It is fast because it is not based on nodes and doesn't implement some of the more complex features of larger gallery systems.

Image FUpload

Component type

module

Maintenance status

Development status

Downloads

91433

Component created

Component changed

Image FUpload (Multiupload) which is an addition to image and CCK's imagefield module, gives the ability to every user who is allowed to upload images by using image module or imagefield module, to upload multiple images with one simple click. All selected images are uploaded via a flash module (swfupload) and are automatically processed.
So, there’s no need any more to upload image by image.

Features

  • Upload multiple images with one click
  • Fully integrates in image and imagefield module (thumbs creation [also using imagecache module] / file size limit) + using Drupals AJAX
  • Every user can upload images depending on permission (Not only restricted to administrator)
  • Preview list of all uploaded images in which title, body, taxonomy and imagefield specific fields can be edited all at once (customisable [decide which fields should be provided] / themeable / preview image handling customisable / additional permission restrictions)
  • Taxonomy and all other modules (for example CCK fields like node reference) are supported
  • Automatic node title creation and predefining of imagefield fields (customisable / themeable / editable by user / token support [imagefield])

Image Import Zip

Component type

module

Development status

Downloads

2505

Component created

Component changed

This module extends image_import (part of Image module) so a user can upload a zip file containing images instead of uploading them by FTP.

This module depends on the image module and on the image_import module.

Idea based on http://drupal.org/node/251096 and thanks to Dimm for the excellent code :p

Warning: this module uses php_zip, so your host has to support/enable this.

Sprite

Component type

module

Maintenance status

Development status

Downloads

721

Component created

Component changed

This module provides an API to consolidate images into a single sprite image.

When an image hits the sprite registry, it will be entered into a static array. At the end of a page load, all so entered images will be consolidated into a single image made up of them all, and a CSS file will be generated to properly display the image. The registry array will be saved to the cache with its md5 hash, so that future sprite images of the same composition may be retrieved without rebuilding that image.