Windows command line ImageMagick filter for eZ

Author Message

olagato olagato

Tuesday 19 February 2008 11:20:39 am

Next filter works fine in Windows Command Line, it takes 2 images (foto.jpg anf logo.png) and merges them like a watermark adding a "Tomato border" to the resultant image:

convert foto.jpg ( logo.png -resize 50% ) -gravity southeast -compose Multiply -composite -mattecolor Tomato -frame 10x10+5+5 output.jpg

I need to translate this filter to eZ.
The nearest I have is:

In settings/siteacces/esl/image.ini.append.php, I have this:
Filters[]=watermark=( design/ezwebin_site/images/logo.png -resize 50% ) -gravity southeast -compose Multiply -composite -mattecolor Tomato -frame 10x10+5+5

This filter only displays the Tomato border but not the logo.png as watermark image.

Any idea will be appreciated.

Ɓukasz Serwatka

Wednesday 20 February 2008 8:16:50 am

This topic might be useful (how to add watermark):
http://ez.no/developer/forum/setup_design/watermark_images/re_watermark_images

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

olagato olagato

Thursday 21 February 2008 12:28:04 am

Thanks Lukasz,

As far as I know, the "texttoimage" command involves the use of GD library and It would be another way to composite watermarks. In our case, we'd like to use ImageMagick for our imagery feedback not GD.

Is there a way to "translate" complex native ImageMagick filters to an "ini.file" in eZ ?
I can't get the way to "translate" filters like this from a Window's command line:
convert foto.jpg ( design/ezwebin_site/images/logo.png -resize 50% ) -gravity southeast -compose Multiply -composite -mattecolor Tomato -frame 10x10+5+5 output.jpg

If not:
a) Should we use frameworks like Wand-PHP for this ?
b) Is GD the only alternative to make watermarks ?

olagato olagato

Tuesday 26 February 2008 9:27:14 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 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

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 18:30:31
Script start
Timing: Jan 18 2025 18:30:31
Module start 'layout'
Timing: Jan 18 2025 18:30:31
Module start 'content'
Timing: Jan 18 2025 18:30:32
Module end 'content'
Timing: Jan 18 2025 18:30:32
Script end

Main resources:

Total runtime1.2793 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 589.1641152.6406
Module start 'layout' 0.00720.0033 741.804739.4766
Module start 'content' 0.01061.2673 781.2813566.9375
Module end 'content' 1.27780.0015 1,348.218812.1250
Script end 1.2793  1,360.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.2692160.0002
Check MTime0.00140.1132160.0001
Mysql Total
Database connection0.00110.087810.0011
Mysqli_queries1.216595.0875600.0203
Looping result0.00060.0448580.0000
Template Total1.239196.920.6196
Template load0.00210.167720.0011
Template processing1.237096.688520.6185
Template load and register function0.00010.006510.0001
states
state_id_array0.00210.164910.0021
state_identifier_array0.00230.179420.0011
Override
Cache load0.00180.1372360.0000
Sytem overhead
Fetch class attribute can translate value0.00090.069720.0004
Fetch class attribute name0.00100.081960.0002
XML
Image XML parsing0.00110.083220.0005
class_abstraction
Instantiating content class attribute0.00000.001080.0000
General
dbfile0.00170.1363240.0001
String conversion0.00000.000840.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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/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: 27
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs