Image treatement

Author Message

guiguivts guiguivts

Monday 01 December 2008 3:33:58 am

Hello,

I saw that we can easily resize an image with eZ.

I'd like to know if we can add text over an image ? ( and the result is a new image with the added text)

Bye

Arnaud Lafon

Monday 01 December 2008 4:02:31 am

Hi,

eZpublish is able to use ImageMagick command. Maybe you could use the -caption operator to add this text. You'll need to override the image.ini and add some filters in the [ImageMagick].Filters array and then create an alias that use this filter.

I didn't use kind of filters and don't know If it works, but this would looks like this :

image.ini.append.php


# Adding the new image alias
[AliasSettings]
AliasList[]=mynewalias
...
# Alias settings
[mynewalias]
Filters[]
Filters[]=caption=My text
....
# ImageMagick settings
[ImageMagick]
Filters[]=caption=-caption %1
...

in your template

{attribute_view_gui attribute=$node.data_map.image image_class="mynewalias"}

There are severall convert operator as you can see in http://www.imagemagick.org/Usage/annotating/. Don't know If all can be used in eZpublish.

Looking for information about SQLI ?
Looking for a new job in Paris ?
Please contact me at alafon [at] sqli [dot] com

guiguivts guiguivts

Monday 01 December 2008 4:48:04 am

Thks,

In fact, i'd like to create these images dynamically.

What i'd like to do is to create a template which get from an object an image and a text and create from this 2 attributes the result image.

So the text can't be in an ini file.

Bye

Arnaud Lafon

Monday 01 December 2008 5:13:04 am

Then you'll have to create your own template operator which will be called on a image variation and will return a modified image. I think this is quite simple.

Looking for information about SQLI ?
Looking for a new job in Paris ?
Please contact me at alafon [at] sqli [dot] com

guiguivts guiguivts

Monday 01 December 2008 5:43:35 am

Ok thanks

I don't know how to create template opertor but i'm going to search in this direction

bye

Arnaud Lafon

Monday 01 December 2008 7:50:39 am

You'll find more information and a simple "how to" at this url : http://ez.no/ezpublish/documentation/development/extensions/template_operator

Looking for information about SQLI ?
Looking for a new job in Paris ?
Please contact me at alafon [at] sqli [dot] 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 10:54:11
Script start
Timing: Jan 18 2025 10:54:11
Module start 'layout'
Timing: Jan 18 2025 10:54:11
Module start 'content'
Timing: Jan 18 2025 10:54:11
Module end 'content'
Timing: Jan 18 2025 10:54:11
Script end

Main resources:

Total runtime0.6833 sec
Peak memory usage4,096.0000 KB
Database Queries66

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 594.3594152.6094
Module start 'layout' 0.00640.0034 746.968839.4063
Module start 'content' 0.00970.6720 786.3750563.8281
Module end 'content' 0.68180.0014 1,350.203116.1953
Script end 0.6832  1,366.3984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.5224160.0002
Check MTime0.00150.2158160.0001
Mysql Total
Database connection0.00110.157610.0011
Mysqli_queries0.619990.7292660.0094
Looping result0.00070.0968640.0000
Template Total0.645594.520.3228
Template load0.00210.303320.0010
Template processing0.643494.168720.3217
Template load and register function0.00020.027210.0002
states
state_id_array0.00180.270010.0018
state_identifier_array0.00130.195720.0007
Override
Cache load0.00180.2590330.0001
Sytem overhead
Fetch class attribute can translate value0.00110.158220.0005
Fetch class attribute name0.00100.139670.0001
XML
Image XML parsing0.00230.336320.0011
class_abstraction
Instantiating content class attribute0.00000.003190.0000
General
dbfile0.00330.4777170.0002
String conversion0.00000.001540.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.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: 21
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs