Hallo zusammen
Ich versuche seit Tagen die Funktion "Watermark" der Extension "goof_fotoboek" zum laufen zu kriegen, leider noch ohne Erfolg.
Bis zu einer grösse von ca. 600 x 400 klappt alles wunderbar. Sobald ich aber in der Datei "ext/goof_fotoboek/ext_typoscript_constants.txt" die maxw und maxh Werte höher stelle, wird die Qualität auf 256 Farben reduziert (trotz ImageMagick Version 6) und das Watermark wird nicht mehr angezeigt.
Hat jemand eine Ahnung woran das liegen könnte?
Meine Einstellungen zur Extension sehen folgendermassen aus:
Typoscript-Code:
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:
| plugin.tx_gooffotoboek_pi1.watermark_bottomimg_mask = fileadmin/images/watermark/watermark_bottomimg_mask.gif plugin.tx_gooffotoboek_pi1.watermark = 1 plugin.tx_gooffotoboek_pi1.watermark_bottomimg = fileadmin/images/watermark/watermark_bottomimg.gif plugin.tx_gooffotoboek_pi1.watermark_mask = fileadmin/images/watermark/watermark_mask.gif plugin.tx_gooffotoboek_pi1.thumb_watermark = 0 plugin.tx_gooffotoboek_pi1.thumb_watermark_mask = fileadmin/images/watermark/watermark_mask.gif plugin.tx_gooffotoboek_pi1.thumb_watermark_bottomimg = fileadmin/images/watermark/watermark_bottomimg.gif plugin.tx_gooffotoboek_pi1.thumb_watermark_bottomimg_mask = fileadmin/images/watermark/watermark_bottomimg_mask.gif plugin.tx_gooffotoboek_pi1.img_prev_on = fileadmin/templates/media/prev_on.gif plugin.tx_gooffotoboek_pi1.img_prev_off = fileadmin/templates/media/prev_off.gif plugin.tx_gooffotoboek_pi1.img_next_on = fileadmin/templates/media/next_on.gif plugin.tx_gooffotoboek_pi1.img_next_off = fileadmin/templates/media/next_off.gif plugin.tx_gooffotoboek_pi1.templateFile = fileadmin/templates/galerie.tpl plugin.tx_gooffotoboek_pi1.img_maxh = 464 plugin.tx_gooffotoboek_pi1.thumb_maxw = 67 plugin.tx_gooffotoboek_pi1.thumb_row_wrap = | plugin.tx_gooffotoboek_pi1.thumb_wrap = | plugin.tx_gooffotoboek_pi1.thumb_per_row = 2 plugin.tx_gooffotoboek_pi1.thumb_rows = 40 |
Vielen Dank für Eure Hilfe.
Gruss
Resito