Adding watermark to an Event Image

Author Message

olagato olagato

Thursday 20 December 2007 4:02:18 am

Hi,
I'm newbie with eZ.
I'm trying to modify "Event.tpl" in order to apply a watermark image to all our images in Event objects. I'm trying to edit this file: "C:\eZpublish\ezpublish\extension\ezwebin\design\ezwebin\override\templates\full\event.tpl"

Next line shows an Image embedded in a XML-block attribute called "ronaldinho" in an Event object:
<span>{attribute_view_gui attribute=$node.object.data_map.ronaldinho}</span>
This Image is displayed correctly.

In order to merge this image with a watermark, i'm trying next:

<span>
{let postkarte=imagefile($node.object.data_map.ronaldinho.url)
  logo=imagefile('design/ezwebin_site/images/watermark.png')
}
{attribute_view_gui attribute=image( $postkarte, array($logo, hash(halign, right, valign, bottom, transparency, 0.5)))}
</span>

But this doesn´t works. I can't catch the image path with this:
$node.object.data_map.ronaldinho.url
Any idea will be appreciated-

Ekkehard Dörre

Friday 21 December 2007 4:13:17 am

Hi olagato olagato,

you tried this?

http://ez.no/developer/forum/setup_design/watermark_images

or any of these postings:
http://ez.no/content/advancedsearch?&SearchText=watermark&SearchDate=-1&SearchPageLimit=2

Greetings, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

paul bolger

Friday 21 December 2007 2:24:45 pm

Another approach is to add an image alias and stack your watermark on top of the image in ImageMagick.

See
http://ez.no/developer/forum/setup_design/rounded_corners_on_images/re_rounded_corners_on_images__14
for the general idea.

Paul Bolger

olagato olagato

Tuesday 26 February 2008 9:00:09 am

SOLVED !!!

ImageMagick's "swap" command was the solution:

At "extension\ezwebin\design\ezwebin\override\templates\full\event.tpl" I wrote this:

{attribute_view_gui attribute=$node.data_map.image image_class=medium lightbox_class=large}

"image_class=medium" is the style for the thumbnail image
"lightbox_class=large" is the style for the big image with lightbox (clicked image)

At "settings\siteaccess\esl\image.ini.append.php" I wrote this:

[ImageMagick]
Filters[]=pictoric_watermark=+swap -charcoal 1 -compose Multiply -gravity northeast -resize 60% -composite design/ezwebin_site/images/logo.png

Filters[]=watermark_resize_60=+swap -compose Multiply -gravity northeast -resize 60% -composite design/ezwebin_site/images/logo.png

Filters[]=watermark_resize_100=+swap -compose Multiply -gravity northeast -composite design/ezwebin_site/images/logo.png

[medium]
Reference=
Filters[]
Filters[]=watermark_resize_60

[large]
Reference=
Filters[]
Filters[]=watermark_resize_100

Andy Caiger

Monday 01 November 2010 4:30:58 am

The above doesn't work for me.

All I get is the watermark image, not the original image I want watermarked. I have:

[large]
Reference=
Filters[]
Filters[]=geometry/scaleheight=488
Filters[]=picturewatermark

[ImageMagick]
Filters[]=picturewatermark=+swap -compose Multiply -gravity northeast -composite extension/sre/design/sre/images/copyright.gif

Any ideas?

Andy

EAB - Integrated Internet Success
Offices in England, France & China.
http://www.eab.co.uk http://www.eab-china.com http://www.eab-france.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 15:05:37
Script start
Timing: Jan 18 2025 15:05:37
Module start 'layout'
Timing: Jan 18 2025 15:05:37
Module start 'content'
Timing: Jan 18 2025 15:05:38
Module end 'content'
Timing: Jan 18 2025 15:05:38
Script end

Main resources:

Total runtime1.5634 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 589.3516152.6250
Module start 'layout' 0.00560.0027 741.976639.4609
Module start 'content' 0.00831.5537 781.4375662.8359
Module end 'content' 1.56200.0013 1,444.273416.7813
Script end 1.5633  1,461.0547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.2108160.0002
Check MTime0.00130.0825160.0001
Mysql Total
Database connection0.00090.059410.0009
Mysqli_queries1.480594.6943670.0221
Looping result0.00070.0452650.0000
Template Total1.517797.120.7588
Template load0.00230.146120.0011
Template processing1.515496.927220.7577
Template load and register function0.00010.007910.0001
states
state_id_array0.00130.081010.0013
state_identifier_array0.00220.141620.0011
Override
Cache load0.00200.1296460.0000
Sytem overhead
Fetch class attribute can translate value0.00060.040640.0002
Fetch class attribute name0.00220.139090.0002
XML
Image XML parsing0.00420.266140.0010
class_abstraction
Instantiating content class attribute0.00000.0008100.0000
General
dbfile0.00410.2600340.0001
String conversion0.00000.000540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 33
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs