Ok, pasting here in case somebody can help... :nervous:
I found out that you have to alter the line:
PHP Code:
imagecopy ($img, $vorlage, ($width / 2 - 3), ($height - 17), 0, 5, 29, 17); // Bildteil kopieren
but no matter what I change the 17 (last number) to, it has absolutely no effect. All the other numbers in the function have an effect when they are changed but I need to change the src height as well!