Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Basically I am writing a program where the user enters a doctors name, bio, and selects a picture from their hard disk and this information needs to be saved into a .tiff file. I have the layout of the form and have the picturebox textbox, but I am unsure of how I would save it to a TIFF.

 

Here is what it needs to do.

 

[edit]there's no need to have 2 huge images, we get the point: Robby removed the pics[/edit]

Edited by Robby
Posted
Basically I would have the first image load with the program, and then when the user enters all the information, a copy of the image would be created and the text placed on the image. Then the user would save the file. Getting the text onto the image is what I am having trouble with.
Posted
How are you trying to draw the text onto the image now?

 

That's what I'm not sure about. I've tried searching MSDN, but haven't really found anything. I am assuming I have to break the image into frames so I can specify where I want the image and the text placed?

Posted
I am using a PictureBox to load the template image and then the user opens another image they want to add to it. In effect, the templace becomes the background with 3 items being placed on it all being saved (either JPG, TIFF, or BMP; whichever is less hassle).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...