토론:온라인행동

지각생 연습장

text2image 구현에 쓰일만한 php 함수들

http://www.php.net/gd

  1. imageftbbox — Give the bounding box of a text using fonts via freetype2
  2. imagefttext — Write text to the image using fonts using FreeType 2
  3. imagepstext — Draws a text over an image using PostScript Type1 fonts
  4. imagettftext — Write text to the image using TrueType fonts
  5. imagestring — Draw a string horizontally
  6. imagestringup — Draw a string vertically
  7. imagechar — Draw a character horizontally
  8. imagecharup — Draw a character vertically
  • imagestring 함수의 예제를 그대로 복사/붙여서 http://latecomer.pe.kr/ribbon/test2.php 를 만들었다. 폰트와 인코딩을 어떻게 조절하면 좋을까? 오늘은 일단 여기까지 --Latecomer 2008년 5월 31일 (토) 04:02 (KST)
    • 폰트/인코딩 문제를 해결해서 한글 이미지를 만들고 : 트루타입 폰트를 업로드한후 imagettftext 함수의 인자로 지정해서 한글 이미지 표시 성공
    • 색과 폰트, 위치/크기 등을 선택하는 인터페이스를 만들자

참고

개인 도구