Text overlays on simple images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kshannon
    New Member
    • Mar 2008
    • 1

    Text overlays on simple images

    Does anyone know of any simple functions/classes for overlaying text onto images? Most likely bitmaps or jpg.

    Thanks
  • Natasha26
    New Member
    • Mar 2008
    • 12

    #2
    Originally posted by kshannon
    Does anyone know of any simple functions/classes for overlaying text onto images? Most likely bitmaps or jpg.

    Thanks
    I used the OpenCV library, it's all C functions. Very easy to load, modify (draw, text etc...) and display images.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      If you are using Windows, there's DirectX.

      Comment

      Working...