How can I manually set EZ to use GD and do net use ImageMagick ?

Author Message

Ruslan Inozemtsev

Friday 10 October 2003 3:31:52 am

I'm trying to install EZ, but EZ don't display images in articles, gallerys e/t/c, Installation program shows Image Magick as ImageConversion type, how can i manually set EZ to use GD for image conversion, may be it will solve my problem :(

or is any other way to solve this problem ?

Hans Melis

Friday 10 October 2003 5:27:02 am

Edit image.ini.append(.php) in settings/override and look for similar settings:

[ConverterSettings]
UseConvert=true
UseGD=true

UseConvert means it uses ImageMagick
UseGD means it uses the GD library of PHP. If you have GD enabled in PHP, you can set UseConvert to false. ImageMagick can do more conversions than the GD library though.

--
Hans

Hans
http://blog.hansmelis.be

Roy Bøhmer

Tuesday 13 April 2004 7:31:39 am

image.ini seems to be ok.
I did check phpinfo() before I did the post, and did wonder why no note about gd showed up. Anyway... this is what I did:

- uncommented extension=php_gd2.dll in php.ini
- downloaded php_gd2.dll and placed it inside ...\php\extensions
- restarted apache

Now it seems to work all right. At least I've managed to get one text rendered :-)

Thanks!

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 21:14:54
Script start
Timing: Jan 18 2025 21:14:54
Module start 'layout'
Timing: Jan 18 2025 21:14:54
Module start 'content'
Timing: Jan 18 2025 21:14:55
Module end 'content'
Timing: Jan 18 2025 21:14:55
Script end

Main resources:

Total runtime0.6042 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 588.4063152.6875
Module start 'layout' 0.00710.0028 741.093839.5234
Module start 'content' 0.00990.5928 780.6172567.1563
Module end 'content' 0.60270.0014 1,347.77348.0781
Script end 0.6042  1,355.8516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5704160.0002
Check MTime0.00140.2397160.0001
Mysql Total
Database connection0.00180.293910.0018
Mysqli_queries0.548890.8308590.0093
Looping result0.00060.1065570.0000
Template Total0.570594.420.2852
Template load0.00230.388820.0012
Template processing0.568194.028520.2841
Template load and register function0.00020.030110.0002
states
state_id_array0.00080.127910.0008
state_identifier_array0.00070.119520.0004
Override
Cache load0.00190.3094230.0001
Sytem overhead
Fetch class attribute can translate value0.00090.146730.0003
Fetch class attribute name0.00120.193340.0003
XML
Image XML parsing0.00080.131830.0003
class_abstraction
Instantiating content class attribute0.00000.001340.0000
General
dbfile0.00080.1254150.0001
String conversion0.00000.001140.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
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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.0002 secs