Image filters with paramaters from template

Author Message

Piotr Switkowski

Thursday 06 October 2005 2:19:06 am

Hi,

Is there any way to define image filter, that accepts parameters from template? I need to add a text to images displayed from template. Text is generated in template. Any ideas?

Regards

Kristian Hole

Friday 07 October 2005 8:47:46 am

If you use attribute_view_gui to display a image of the Image datatype, you can pass variable to it. That is done like this:

{attribute_view_gui attribute=$node.data_map.my_image text="This is a passed string"}

Inside the view of the datatype (/content/datatype/view/ezimage.tpl) the variable $text is then available.

Did this answer your question?

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Piotr Switkowski

Sunday 09 October 2005 2:43:53 am

Hi Kristian,

unfortunately that is not exactly what I need. What I need is image.ini related problem. In this file you could define Filters[] ie. command line commands for imageMagick. In filter definition you could use parameters. Then in [image class] section in this same file you could define the use filters and provide values for attributes. However as I see the actual value of attribute must be provided in image.ini. My question is if there is any way to provide the value in template and get image generated with that value of parameter

Regards

Kristian Hole

Monday 10 October 2005 2:21:14 am

So, you are thinking of doing something like specifying the size of the image from the template. As far as i know, there is no way to do what you want without changing the kernel/libraries.

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

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:38:09
Script start
Timing: Jan 18 2025 18:38:09
Module start 'layout'
Timing: Jan 18 2025 18:38:09
Module start 'content'
Timing: Jan 18 2025 18:38:10
Module end 'content'
Timing: Jan 18 2025 18:38:10
Script end

Main resources:

Total runtime1.1040 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.0068 592.1250152.6406
Module start 'layout' 0.00680.0033 744.765639.4766
Module start 'content' 0.01011.0924 784.2422542.9219
Module end 'content' 1.10240.0015 1,327.164112.1250
Script end 1.1039  1,339.2891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.3251160.0002
Check MTime0.00150.1314160.0001
Mysql Total
Database connection0.00090.083010.0009
Mysqli_queries1.054195.4809600.0176
Looping result0.00060.0577580.0000
Template Total1.063596.320.5318
Template load0.00220.199920.0011
Template processing1.061396.135120.5307
Template load and register function0.00030.022810.0003
states
state_id_array0.00220.200310.0022
state_identifier_array0.00180.160120.0009
Override
Cache load0.00180.1592190.0001
Sytem overhead
Fetch class attribute can translate value0.00130.115720.0006
Fetch class attribute name0.00120.111050.0002
XML
Image XML parsing0.00070.059420.0003
class_abstraction
Instantiating content class attribute0.00000.001360.0000
General
dbfile0.00090.0779160.0001
String conversion0.00000.000640.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/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/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: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs