TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] rounded.corners

This is a discussion on [TYPO3] rounded.corners within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi, I am trying to use the extension rounded.corners. Unfortunately it does not work. The original picture will be ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 09.03.2008, 16:39
Othmar Voser
Gast
 
Beiträge: n/a
Standard [TYPO3] rounded.corners

Hi, I am trying to use the extension rounded.corners. Unfortunately it
does not work. The original picture will be replaced by a white square.
The name will be changed to the original filename with the extension
"-rounded". I was trying to change in the install-section the word
“combine†with “compositeâ€, but without success. I am working with Typo
4.1.5 and IM 4.2.9. Any suggestions? Thanks a lot.
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 10.03.2008, 13:36
Steven Hewett
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] rounded.corners

ImageMagick commands have changed slightly between versions. I am have used
IM-6.2.4 with rounded_corners. I first got similar commands working from the
command line and then ended up editing class.ux_tslib_content.php in the
extension. The 'compose over' part seemed to be important but this may well
be different for IMv4.
Steve Hewett
//perform transformation
if (file_exists($cornerNE)) {
$cmd =
t3lib_div::imageMagickCommand('composite', '-compose over -gravity NorthEast
'.$cornerNE .' '.$info[3].' '.$newfile);
exec($cmd);
}
if (file_exists($cornerNW)) {
$cmd =
t3lib_div::imageMagickCommand('composite', '-compose over -gravity NorthWest
'.$cornerNW .' '.$newfile .' '.$newfile);
exec($cmd);
}
if (file_exists($cornerSE)) {
$cmd =
t3lib_div::imageMagickCommand('composite', '-compose over -gravity SouthEast
'.$cornerSE .' '.$newfile .' '.$newfile);
exec($cmd);
}
if (file_exists($cornerSW)) {
$cmd =
t3lib_div::imageMagickCommand('composite', '-compose over -gravity SouthWest
'.$cornerSW .' '.$newfile .' '.$newfile);
exec($cmd);
}
-----Original Message-----
From: Othmar Voser [mailto:info (AT) om-v (DOT) com]
Sent: 09 March 2008 15:40
To: typo3-english (AT) lists (DOT) netfielders.de
Subject: [TYPO3] rounded.corners

Hi, I am trying to use the extension rounded.corners. Unfortunately it
does not work. The original picture will be replaced by a white square.
The name will be changed to the original filename with the extension
"-rounded". I was trying to change in the install-section the word
"combine" with "composite", but without success. I am working with Typo
4.1.5 and IM 4.2.9. Any suggestions? Thanks a lot.


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] rounded.corners Othmar Voser typo3-german@lists.netfielders.de 2 09.03.2008 17:18


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:44 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39