Note that there are some explanatory texts on larger screens.

plurals
  1. PODelphi: how Add text to an image and save the new image?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COLoad the image into a TBitmap. Call TBitmap.Canvas.TextOut. Save the bitmap.
      singulars
    2. COWelcome to StackOverflow! Please try to rephrase your question; it sounds to me like a complete homework assignment, have you tried something ? To your questions: 1) *load image from DB* - there's a bunch of examples on the internet, just try to search one 2) *add these data in another picture* - what data do you want to add to what another picture and how ? Did you mean to load the picture from a DB along with some text, let's say with the image description, and draw this description on the image and save it somewhere ? And what is the ID form ?
      singulars
    3. CO@TLama yes, i loaded the image from the DB, and yea something like that. here s the ID form : http://i891.photobucket.com/albums/ac114/evilkidaz/ID.png i have to load the name,last name and the image from the DB and put them in their places in the form, then save it. i only have trouble in inserting these data in the picture DavidHeffernan Thank you for your reply, but the text comes with a gray background. and can i change the font? make it bigger or change the colors? Edit: i found out how to insert the image by : [code]Image1.Canvas.Draw(1,1,graphic);[/code]
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload