[TYPO3] crop grafic

Thomas Kieslich thomaskieslich at gmx.net
Thu May 8 19:54:46 CEST 2008


Am Thu, 8 May 2008 19:19:55 +0200 schrieb Costa Papadopoulo:

> Hi all,
> 
> i have many grafics in my website.
> 
> The problem is, that I want to crop the image that its ratio will always be 
> 1:1, no matter what ratio the image has.
> 
> To crop a sqare from the image i want it to be cropped from the center.
> 
> Example:
> 
> image has 300x200 so image crop should be 200x200 from the center.
> 
> How can I achieve this in TS?
> 
> Seems to be complicated...
> 
> costa

Hi
Did you looking for this?
http://www.thomaskieslich.net/de/fotos/album/archiv/dresden_am_morgen.html

This is the part in tt_news setup

image {
    file.params = -unsharp 1.5x1.2+1.0+0.10
    file.ext = png
    file.maxW = 80
    file.maxH = 80
    }

by Thomas


More information about the TYPO3-english mailing list