convert an image with filters in a php script

Author Message

Jerome Despatis

Thursday 23 June 2011 8:11:35 am

Hello,

I'd like in a php script to convert an image into another with some effects. I could of course use convert via system() function

But I have already a bunch of nice filters in my image.ini

=> It would be far easier for me to use an eZ function that takes the image and apply on it several filters

Any idea ?

Carlos Revillo

Thursday 23 June 2011 9:21:08 am

hi Jerome.

Maybe you can try something like this

$image_alias_handler = new eZImageAliasHandler( $data['image'] );
$alias = $image_alias_handler->imageAlias( 'youralias' );

Being $data['image'] your image attribute.

Jerome Despatis

Thursday 23 June 2011 9:39:19 am

Thanks Carlos, but I don't understand well

You're speaking about imageAlias and so on, so you imagine I have an object and I want to process a new alias ?

That's not my case, I have indeed a foobar.png, and I'd like to apply to it some filters from image.ini, in order to have a foobar-converted.png.

I have no object at that step

Jerome Despatis

Thursday 23 June 2011 12:07:43 pm

$img = eZImageManager::instance();
$img->readINISettings();
$destinationMimeData = "/tmp";
$img->convert( $input, $destinationMimeData, "aliasname" );

Life is so easy with eZ :)

Nicolas Pastorino

Thursday 23 June 2011 12:35:26 pm

"

Life is so easy with eZ :)

"

Quote of the day !

Cheers,

--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board

eZ Publish Community on twitter: http://twitter.com/ezcommunity

t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye

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 02:43:27
Script start
Timing: Jan 18 2025 02:43:27
Module start 'layout'
Timing: Jan 18 2025 02:43:27
Module start 'content'
Timing: Jan 18 2025 02:43:28
Module end 'content'
Timing: Jan 18 2025 02:43:28
Script end

Main resources:

Total runtime1.0317 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 589.1797152.6406
Module start 'layout' 0.00610.0039 741.820339.4844
Module start 'content' 0.01001.0202 781.3047592.3750
Module end 'content' 1.03020.0015 1,373.679712.1250
Script end 1.0317  1,385.8047 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3161160.0002
Check MTime0.00140.1338160.0001
Mysql Total
Database connection0.00100.094810.0010
Mysqli_queries0.969593.9710650.0149
Looping result0.00080.0793630.0000
Template Total0.991696.120.4958
Template load0.00200.197720.0010
Template processing0.989595.905520.4947
Template load and register function0.00020.014910.0002
states
state_id_array0.00120.112410.0012
state_identifier_array0.00390.379420.0020
Override
Cache load0.00180.1709300.0001
Sytem overhead
Fetch class attribute can translate value0.00070.070830.0002
Fetch class attribute name0.00160.153060.0003
XML
Image XML parsing0.00070.067630.0002
class_abstraction
Instantiating content class attribute0.00000.001260.0000
General
dbfile0.00080.0754160.0000
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
5content/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/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/quote.tpldatatype/ezxmltext/quote.tplextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/quote.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: 8

Time used to render debug report: 0.0001 secs