CREDITS.txt |
CREDITS.txt |
|
This module was originally written by Marco Molinari <marco@porciletto.org>.
Since I committed it many others have contributed (in random order):
Gerhard Killesreiter
Moshe Weitzman
Alastair Maw
Bruno Rocci
Craig Courtney
Gordon Heydon
Eric… |
image.imagemagick.inc |
image.imagemagick.inc |
|
|
image.info |
image.info |
|
name = Image
description = Allows uploading, resizing and viewing of images.
package = Image |
image.install |
image.install |
|
|
image.module |
image.module |
|
|
image_attach.css |
contrib/image_attach/image_attach.css |
|
.image-attach-body {
float: right;
margin-left: 1em;
}
.image-attach-teaser {
float: right;
margin-left: 1em;
}
.node {
clear: both;
} |
image_attach.info |
contrib/image_attach/image_attach.info |
|
name = Image Attach
description = Allows easy attaching of image nodes to other content types.
package = Image
dependencies = image |
image_attach.install |
contrib/image_attach/image_attach.install |
|
|
image_attach.module |
contrib/image_attach/image_attach.module |
|
image_attach.module |
image_gallery.css |
contrib/image_gallery/image_gallery.css |
|
ul.galleries {
list-style-type : none;
margin : 0;
padding : 0;
}
ul.galleries li {
position : relative;
background : #eeeeee;
border : 1px #cccccc solid;
margin : 1em 0;
padding : 1em;
}
ul.galleries li img {
float : left;
… |
image_gallery.info |
contrib/image_gallery/image_gallery.info |
|
name = Image Gallery
description = Allows sorting and displaying of image galleries based on categories.
package = Image
dependencies = image taxonomy |
image_gallery.install |
contrib/image_gallery/image_gallery.install |
|
|
image_gallery.module |
contrib/image_gallery/image_gallery.module |
|
|
image_import.info |
contrib/image_import/image_import.info |
|
name = Image Import
description = Allows batches of images to be imported from a directory on the server.
package = Image
dependencies = image |
image_import.install |
contrib/image_import/image_import.install |
|
|
image_import.module |
contrib/image_import/image_import.module |
|
|
image_im_advanced.info |
contrib/image_im_advanced/image_im_advanced.info |
|
name = ImageMagick Advanced Options
description = Adds advanced options to the ImageMagick image toolkit.
package = Image |
image_im_advanced.module |
contrib/image_im_advanced/image_im_advanced.module |
|
|
INSTALL.txt |
INSTALL.txt |
|
Image module installation instructions
1.) Copy this directory to a suitable modules directory, such as
sites/all/modules
2.) Enable the module at: Administer > Site building > Modules
3.) Configure the module settings at: Administer… |
README.txt |
README.txt |
|
IMAGE MODULE
-------------
Image.module is responsible for the creation & maintenance of "image
nodes" that can be used for several purposes - such as embedding in
other nodes, or used on their own to display photographs, screenshots… |
views.inc |
views.inc |
|
|