Task #31195
Proposed solution GIFBUILDER it does not work yet
| Status: | New | Start date: | 2011-10-23 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hello Daniel!
With your proposed solution GIFBUILDER it does not work yet!
....... module.tx_yag.settings.themes.yourTheme <plugin.tx_yag.settings.themes.yourTheme .....
I've played through once all the routine functions, noting that converting GIFBUILGER version (copyright) does not work on the backend! However, if the cache is empty and I viewed the page in the frontend, the images are properly marked with the copyright sign! I have no idea why that is? I send my setup file for viewing. I think it's the execution sequence in the YAG system has to do and do not support this feature on this path?
Many thanks and best regards
Harald
History
Updated by Harald no-lastname-given over 1 year ago
So,
I once tried out everything.
TYPOScript without my variables like this:
// We override any existing settings for this resolution
thumb >
thumb = GIFBUILDER
thumb.format = jpg
thumb.quality = 100
thumb.XY = [10.w],[10.h]
thumb.10 = IMAGE
thumb.10.file.import.field = yagImage
thumb.10.file.maxW = 130
thumb.10.file.maxH = 130
>>> (From here goes nothing......in the BE?)<<<
thumb.20 = TEXT
thumb.20 {
text.data = date:Y
text.noTrimWrap = |© | Mein Copyright |
align = right
offset = -1,[10.h]-5
fontFile = fileadmin/fonts/nimbus.ttf
fontSize = 8
fontColor = #ffffff
niceText = 1
shadow {
color = #555555
offset = 1,1
blur = 10
opacity = 80
}
}
Unfortunately, no effect. The copyright is exclusively generated only in FE - if the calling page in FE. The cache in BE must be empty before.
Me is a mystery?
When I use your example: http://daniel.lienert.cc/blog/blog-post/2011/09/23/yag-bilder-mit-wasserzeichen-versehen/
This conversion works (GIFBUILDER) in the BE >>> incredible !?
There seems to be generally a problem with the text conversion with GIFBUILDER
Can it be that the function I want to install, requires too much time or memory? Or more certain features of the GIFBUILDER are not supported (TEXT)?
I'm baffled.