Imagemagick resize to given size from center (with solution)

Author Message

Patrick Kaiser

Wednesday 14 October 2009 4:09:40 am

Hi,

I found a generic (1 step) solution to the problem of generating thumbnails meeting the following requirements:
1) Use a given size, e.g. 180 x 140
2) Resize from center, no matter if original image is landscape or portrait
3) Crop the rest

To use it just add the following lines in your image.ini.append.php

[ImageMagick]
Filters[]=thumbnail=-resize x%4 -resize %3x< -resize 50% -gravity center -crop %1x%2+0+0 +repage

Now you can use the defined filter in your image aliases:

The first two numbers are the x and y of your desired image size, the later two numbers are the double values of recent ones.

[yourAliasName]
Reference=reference
Filters[]
Filters[]=thumbnail=180;140;360;280

This will work with imagemagick versions below 6.3.8-3, if you have this or a newer version
you could take advantage of the newly introduced ^ (Fill-Area-Flag). An (untested) Filter could like:

[ImageMagick]
Filters[]=thumbnail1=-resize %1x%2^ -gravity center -extent %1x%2

 

Hope this saves some time for someone..


Best regards,

Patrick

*- pike

Thursday 15 October 2009 3:03:53 am

Thanks

From the top of my head - if i remember correctly - the above works for images with a ratio less then 1:2 or 2:1 (because of the algorithm used). which is fine 99.9% of the times.

The solution also zooms in a bit (50%?) on the image, and the caret option wouldn't. But actually, I think I like the zoom effect on a thumbnail.

$2c,
*-pike

---------------
The class eZContentObjectTreeNode does.

Sander van den Akker

Wednesday 20 January 2010 5:36:07 am

Thanks for sharing your filter. I can confirm that your suggested code for newer imagemagick versions works properly.

On regular images that is. I tried both filters on an image of 200x300 (width x height) pixels, but the thumbnail looks out of proportions. Does anyone know a solution for generating thumbnails of a stretched/any image?

eZ Publish certified developer
http://auth.ez.no/certification/verify/392313

Frederik Krautwald

Friday 19 November 2010 2:26:14 pm

Does anyone have a solution for this using GD?

Add, I got a solution. I will publish this later. If you can’t wait, PM me.

Frederik Krautwald
Executive Creative Director

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

Main resources:

Total runtime1.9406 sec
Peak memory usage4,096.0000 KB
Database Queries64

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0087 588.1719152.6563
Module start 'layout' 0.00870.0031 740.828139.5078
Module start 'content' 0.01191.9273 780.3359636.8828
Module end 'content' 1.93920.0014 1,417.218812.0938
Script end 1.9406  1,429.3125 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00390.2016160.0002
Check MTime0.00150.0788160.0001
Mysql Total
Database connection0.00190.096810.0019
Mysqli_queries1.863296.0107640.0291
Looping result0.00060.0301620.0000
Template Total1.896597.720.9482
Template load0.00220.113620.0011
Template processing1.894297.608820.9471
Template load and register function0.00010.006810.0001
states
state_id_array0.00160.083610.0016
state_identifier_array0.00090.047820.0005
Override
Cache load0.00190.0997330.0001
Sytem overhead
Fetch class attribute can translate value0.00080.038740.0002
Fetch class attribute name0.00210.107170.0003
XML
Image XML parsing0.00400.203940.0010
class_abstraction
Instantiating content class attribute0.00000.000670.0000
General
dbfile0.00300.1567290.0001
String conversion0.00000.000440.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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/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: 24
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs