You are here: Home Plone products Image Magazine

Image Magazine (1.0)

1
by Olha Pelishok last modified 2009-02-10
0.0
0.0
0.0
0.0
Released on 2007-02-25 by zindep, Nicolas Laurance for Plone 2.5 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
ImageMag lets you arrange different images into several nice layouts.

it is inspired directly from this article :
http://alistapart.com/articles/magazinelayout

ImageMag content type acts both as a folder and as an image.

you populate it with 2 to 4 images, and optionnaly select a layout.

options include width, background color, padding and margin, and layout mode

ImageMag then merges the images into a layout while keeping the aspect ratios.

2 images

+-----------+-----------+
|           |           |
|  Image 1  |  Image 2  |
|           |           |
+-----------+-----------+

3 images
+-----------+-----------+
|           |           |
|  Image 1  |           |
|           |           |
+-----------+  Image 3  +
|           |           |
|  Image 2  |           |
|           |           |
+-----------+-----------+

4 images

mode 0
+-----------+-----------+
|           |           |
|  Image 1  |           |
|           |           |
+-----------+           +
|           |           |
|  Image 2  |  Image 4  |
|           |           |
+-----------+           |
|           |           |
|  Image 3  |           |
|           |           |
+-----------+-----------+

mode 1
+-----------+-----------+
|           |           |
|  Image 1  |  Image 3  |
|           |           |
+-----------+-----------+
|           |           |
|  Image 2  |  Image 4  |
|           |           |
+-----------+-----------+

You can then use and call your ImageMag as a standard ploneImage, this mean you can :

  • use instance/image_thumbnail, instance/image_large, and so on suffixes to call its different sizes
  • call it directly from kupu to illustrate your articles (see readme.txt)
Document Actions
Powered by Plone