Fix | Epaper Php Script

echo "Image generated successfully at: $outputImage\n";

// --- Helper Function: Text Word Wrap for GD --- function drawWrappedText($image, $fontSize, $angle, $fontFile, $x, $y, $color, $text, $maxWidth) $words = explode(' ', $text); $line = ''; $lineHeight = $fontSize * 1.5; // Adjust line height based on font size epaper php script