Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten Ansicht
  #11  
Alt 18.03.08, 12:36
Forum Freak
 
Registriert seit: 26.01.07
Beiträge: 534

Versuche lieber Typo3 mitzuteilen das du eine IM5+ Version nutzt. Ein Downgrade zur 4er Version führt vermutlich eher zu problemen, da je nach Linux die Abhänigkeiten da nicht mitspielen.
__________________
mfg
Günni
City-Tiger - Online durch die Straßen tigern
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!
Mit Zitat antworten
Sponsored Links
  #12  
Alt 18.03.08, 12:46
Benutzerbild von berserkergnom
Forum Aktivist
 
Registriert seit: 06.08.06
Alter: 34
Beiträge: 58

War auch mein Gedanke. Aber wie teile ich das Typo3 mit?
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!
Mit Zitat antworten
  #13  
Alt 18.03.08, 12:58
Forum Freak
 
Registriert seit: 26.01.07
Beiträge: 534

Da musst du mal im InstallTool schauen. Dort müsste ne Einstellungsmöglichkeit sein.
Prüf auch gleich noch mit ob der Pfad zu Imagemagick stimmt.
__________________
mfg
Günni
City-Tiger - Online durch die Straßen tigern
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!
Mit Zitat antworten
  #14  
Alt 22.03.08, 13:06
Benutzerbild von berserkergnom
Forum Aktivist
 
Registriert seit: 06.08.06
Alter: 34
Beiträge: 58

So, ich hatte das Thema jetzt nicht weiter verfolgt, weil ich anderweitig Probleme hatte (cwt community). Allerdings habe ich mal wieder ins InstallTool geschaut und finde dort zwar den Pfad auf ImageMagick, nicht aber eine Möglichkeit, einen anderen Pfad einzugeben. Vielleicht kann mir jemand helfen, ich bin anscheinend echt blind....
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!
Mit Zitat antworten
  #15  
Alt 22.03.08, 13:51
Benutzerbild von berserkergnom
Forum Aktivist
 
Registriert seit: 06.08.06
Alter: 34
Beiträge: 58

OK, ich BIN blind. Habs gefunden unter Punkt 5 All Configuration im Install Tool. Leider funktionier IM immer noch nicht, aber ich wurschtel mich so durch...
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!
Mit Zitat antworten
  #16  
Alt 23.03.08, 13:58
Benutzerbild von berserkergnom
Forum Aktivist
 
Registriert seit: 06.08.06
Alter: 34
Beiträge: 58

Mittlerweile bin ich wieder bei IM Version 4.2.9 angelangt, da diese ja am besten funktionieren soll. Allerdings habe ich es bisher nur geschafft, die niceText Option für meine Überschriften hinzubekommen. Ich poste mal meine Einstellungen der Configuration des InstallTool für die Grafiken, da ich schon soviel ausprobiert habe, dass ich nicht mehr weiter weiß:

[image_processing]
Boolean. Enables image processing features. Disabling this means NO image processing with either GD or IM!

[GFX][image_processing] = 1


[thumbnails]
Boolean. Enables the use of thumbnails in the backend interface. Thumbnails are generated by IM/partly GD in the file typo3/thumbs.php

[GFX][thumbnails] = 1


[thumbnails_png]
Bits. Bit0: If set, thumbnails from non-jpegs will be 'png', otherwise 'gif' (0=gif/1=png). Bit1: Even JPG's will be converted to png or gif (2=gif/3=png)

[GFX][thumbnails_png] = 0


[noIconProc]
Boolean. If true, icons are never processed with overlays for hidden, starttime, endtime etc. They must be available pre-processed. If this is disabled, do so only if you have full image processing capabilities on the server for TYPO3.

[GFX][noIconProc] = 1


[gif_compress]
Boolean. Enables the use of the t3lib_div::gif_compress() workaround function for compressing giffiles made with GD or IM, which probably use only RLE or no compression at all.

[GFX][gif_compress] = 1


[imagefile_ext]
Commalist of file extensions perceived as images by TYPO3. List should be set to 'gif,png,jpeg,jpg' if IM is not available. Lowercase and no spaces between!

[GFX][imagefile_ext] = gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf,ai


[gdlib]
Boolean. Enables the use of GD.

[GFX][gdlib] = 1


[gdlib_png]
Boolean. Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!

[GFX][gdlib_png] = 0


[gdlib_2]
String/Boolean. Set this if you are using the new GDlib 2.0.1+. If you don't set this flag and still use GDlib2, you might encounter strange behaviours like black images etc. This feature might take effect only if ImageMagick is installed and working as well! You can also use the value "no_imagecopyresized_fix" - in that case it will NOT try to fix a known issue where "imagecopyresized" does not work correctly.

[GFX][gdlib_2] = 1


[im]
Boolean. Enables the use of IM.

[GFX][im] = 1


[im_path]
Path to the IM tools 'convert', 'combine', 'identify'. Version 4.2.9 of ImageMagick is highly recommended due to features and speed!

[GFX][im_path] = /usr/bin/ImageMagick_4.2.9/


[im_path_lzw]
Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.

[GFX][im_path_lzw] = /usr/bin/ImageMagick_4.2.9/


[im_version_5]
String. Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick).

[GFX][im_version_5] =


[im_negate_mask]
Boolean. Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension!

[GFX][im_negate_mask] = 1


[im_imvMaskState]
Boolean. If set, the 'im_negate_mask' state is inverted. This is very useful with newer versions of IM5 (at least 5.4.3+) where the 'im_version_5' setting will set 'im_negate_mask' which will eventually be wrong... Halleluja for ImageMagick - have I ever regreted using that package...

[GFX][im_imvMaskState] = 1


[im_no_effects]
Boolean. This is necessary if using ImageMagick 5+. Approved version for using effects is version 4.2.9. Effects in Imagemagick 5+ tends to render very slowly! Therefore this must be disabled in order not to perform sharpen, blurring and such. (However lately IM5 is allowed for effects again, but syntax has changed!)

[GFX][im_no_effects] = 0


[im_v5effects]
Integer -1,0,1. 0=disabled. -1=Do not sharpen images by default. 1=All; blur and sharpening is allowed in ImageMagick again and the 'im_no_effects' flag is cancelled. Blurring and sharpening has new syntaxes though. See class.t3lib_stdgraphic.php for details.

[GFX][im_v5effects] = 0


[im_mask_temp_ext_gif]
Boolean. This should be set if ImageMagick is version 5+. This is used in class.tslib_content.php for masking images and the extension png is normally used because it's faster than gif for temporary files. But png seems not to work with some IM 5+ versions, so...

[GFX][im_mask_temp_ext_gif] = 0


[im_mask_temp_ext_noloss]
String. Loss-less ImageMagick extension to use for mask processing in temporary filenames. Normally 'miff' (ImageMagick's OWN format) will do fine. However at least IM 5.4.9 has proved not to be able to write to its own file format which forced me to add this option. You can try and set this to tif/png/jpg if some masking doesn't work the way it should.

[GFX][im_mask_temp_ext_noloss] = miff


[im_noScaleUp]
Boolean. If set, images are not being scaled up if told so (in t3lib/stdgraphics.php)

[GFX][im_noScaleUp] = 0


[im_combine_filename]
String. Latest ImageMagick versions has changed the name of combine to composite. Configure here if needed.

[GFX][im_combine_filename] = combine


[im_noFramePrepended]
Boolean. If set, the [x] frame indicator is NOT prepended to filenames in stdgraphic. Some IM5+ version didn't work at all with the typical [0]-prefix, which allow multipage pdf's and animated gif's to be scaled only for the first frame/page and that seriously cuts down rendering time. Set this flag only if your ImageMagick version cannot find the files. Notice that changing this flag causes temporary filenames to change, thus the server will begin scaling images again which were previously cached.

[GFX][im_noFramePrepended] = 0


[jpg_quality]
Integer. Default JPEG generation quality

[GFX][jpg_quality] = 70


[enable_typo3temp_db_tracking]
Boolean. If set, then all files in typo3temp will be logged in a database table. In addition to being a log of the files with original filenames, it also serves to secure that the same image is not rendered simultaneously by two different processes.

[GFX][enable_typo3temp_db_tracking] = 0


[TTFLocaleConv]
String. Enter locale conversion string used to recode input to TrueType functions. Eg. 'cp1250..UTF-8'. Works ONLY if 'recode' is enabled in PHP. Deprecated from ver. 3.6.0 of TYPO3. Set up [BE][forceCharset] as strings are automatically converted from databsae charset to UTF-8.

[GFX][TTFLocaleConv] =


[TTFdpi]
Integer. Enter how many dpi the FreeType module uses. Freetype1 should be set to 72. Freetype2 should be set to 96 (otherwise fonts are rendered way bigger than FreeType1). This works as a global scaling factor for Freetype.

[GFX][TTFdpi] = 72


[png_truecolor]
Boolean. If set PNGs will get created as truecolor PNGs. If you use GDlib2 you can create truecolor images if they look not well currently. Note that this results in an increased image size. JPEGs get always created in truecolor now (GDlib2 required)

[GFX][png_truecolor] = 0

Vielleicht kann mit jemand weiterhelfen. Danke!
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!
Mit Zitat antworten
Antwort


Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge anzufügen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

vB 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
tipafriend_plus geht nach Serverwechsel nicht mehr Mister Fu Alle anderen Extensions 0 18.02.08 10:32
BE-Login funktioniert nach Serverwechsel nicht mehr! discostu TYPO3 4.x Backend 1 12.12.07 19:59
keine news_id übergeben nach Serverwechsel schluggy News (tt_news, mininews und Co) 1 05.06.07 08:07
Nach Serverwechsel -> Fehlermeldung FormA TYPO3 3.x Installation und Updates 1 01.08.06 22:50
Links defekt nach Serverwechsel toddi TYPO3 3.x Fragen und Probleme 10 04.12.05 20:52


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:04 Uhr.


Powered by vBulletin® Version 3.6.8 Patch Level 2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifikationen durch TMS