Rick Posted November 17, 2003 Posted November 17, 2003 (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 November 17, 2003 by Robby Quote
Rick Posted November 17, 2003 Author Posted November 17, 2003 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. Quote
*Experts* mutant Posted November 17, 2003 *Experts* Posted November 17, 2003 How are you trying to draw the text onto the image now? Quote
Rick Posted November 17, 2003 Author Posted November 17, 2003 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? Quote
*Experts* mutant Posted November 17, 2003 *Experts* Posted November 17, 2003 Are you using PictureBoxes to display the images? Quote
Rick Posted November 17, 2003 Author Posted November 17, 2003 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). Quote
Rick Posted November 17, 2003 Author Posted November 17, 2003 Here are links to the images so you get a better idea what I am trying to accomplish: http://www.pbase.com/image/23370604 http://www.pbase.com/image/23370605 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.