What is the best way to use Images in an ezpublish site ???

Author Message

Patrice DUCLAUD

Tuesday 03 January 2006 8:09:03 am

I've an image, image.png which is about 11 ko (612*486).
if i use <img src={"image.png|ezimage"} /> there is no problem, image.png appear in my page and is still 11 ko .

when i import this image in the media library (object_id = 88), i have 5 images in var/cache/siteaccess/storage/
large.png 77 ko (360*288)
small.png 14 ko (110*87)
reference.png 136 ko (600*476)
listitem.png 16 ko (110*87)
image.png 11 ko (612*486)

and when i use <object id="88" /> in one page of my site,
it's large.png which is choosen (77 ko) and i consider it's not the best choice for me.

What is the best way to manage image in an ezpublish site ?
Is it possible to indicate the image i want to be downloaded in my page, not an image bigger than the original by example.

Thanks

Patrice.

bisk

Tuesday 03 January 2006 12:13:48 pm

Use the size parameter to specify the image size. Use size="original" to get the original image file. Or use any of the other sizes you've listed.

Example:

<object id="88" size="original" /> 

or

<object id="88" size="small" />

The sizes are defined (and can be altered) in your image.ini and in the image.ini overrides.

-------------------------------
http://www.kookfijn.nl & http://www.magento.be

Patrice DUCLAUD

Wednesday 04 January 2006 8:22:37 am

Thanks Bisk,

"size="original" works fine for me.

Patrice

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 30 2025 22:27:42
Script start
Timing: Jan 30 2025 22:27:42
Module start 'layout'
Timing: Jan 30 2025 22:27:42
Module start 'content'
Timing: Jan 30 2025 22:27:43
Module end 'content'
Timing: Jan 30 2025 22:27:43
Script end

Main resources:

Total runtime1.1792 sec
Peak memory usage8,192.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 588.3750151.2422
Module start 'layout' 0.00600.0040 739.6172220.7500
Module start 'content' 0.01001.1682 960.36724,304.2266
Module end 'content' 1.17830.0008 5,264.59387.7813
Script end 1.1791  5,272.3750 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.3228160.0002
Check MTime0.00130.1142160.0001
Mysql Total
Database connection0.00080.065110.0008
Mysqli_queries1.100293.3000570.0193
Looping result0.00060.0470550.0000
Template Total1.120495.020.5602
Template load0.00190.162220.0010
Template processing1.118594.851220.5592
Template load and register function0.00120.102210.0012
states
state_id_array0.00140.117210.0014
state_identifier_array0.00170.142220.0008
Override
Cache load0.00160.1386270.0001
Sytem overhead
Fetch class attribute can translate value0.00200.173820.0010
Fetch class attribute name0.00180.149630.0006
XML
Image XML parsing0.00020.018320.0001
class_abstraction
Instantiating content class attribute0.00000.000630.0000
General
dbfile0.00160.1331100.0002
String conversion0.00000.000740.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.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: 18
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs