[Typo3] imageLinkWrap target image ?

Victor V. Solovey victor at solovey.com.ua
Mon Mar 21 16:53:29 CET 2005


Kraft Bernhard пишет:
> generate thumbnails of the pictures on the fly (You won't have to resize 
> every single image
> manually ... T3 can do this for you)

First of all i don't have imagemagick installed on server :(
And second - thumbnails are not proportional resized full images,
but resized tight most interesting part of it. Think it's imposible
to automatically do such thumbnailing.

I partially found the solution(may be), but have some troubles:
----------------------------------------------
tt_content.image.20.1.imageLinkWrap {

	# How can i make window size to be based on large image size ?

	JSwindow.expand = 0,0
	JSwindow.altUrl.cObject = COA
	JSwindow.altUrl.cObject {
		10 = TEXT
		10.field = image
		10.current = 1

		#How can i made such transformation of the image source file name like:
                 #thumb01.jpg -> photo01.jpg ?
		#or may be thumb-01.jpg -> photo-01.jpg is easyer to transform.

		wrap = index.php?id=36&imgsrc=|
	}
}
----------------------------------------------

Page with id= 36:
----------------------------------------------
page = PAGE
page.typeNum = 0
page.bodyTag = <body style="margin:0;text-align:center;background:white;">
page.10 = IMAGE
page.10 {
     file.import.data = GPvar : imgsrc
}
----------------------------------------------

Or may be i'm going wrong way ?

May be there are some plug-in for such album ?
I searched by found nothing acceptable :(


Thank's for your reply.

_____________________________________________________
:: Victor V. Solovey [ mailto:victor at solovey.com.ua ]
:: ICQ#              [ 19901730                     ]



More information about the TYPO3-english mailing list