How to go about this program?

R

Rick

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.
 
C

Cor

Hi Rick,

I think that you need for that encoding to Tiff

System.Drawing.Imaging.Encoder

I have seen that it is described there and there are samples in C#.

But it in my opinion it is till now very thin described in/on MSDN.

I am myself busy with it, so that is all help I can give you now.

Cor
 
R

Rick

I am going to have to set frames for the picture though, right? That way I
can place the text and image in appropriate locations. Been looking on
MSDN, but have had no luck.
 
C

Cor

Hi Rick,

When I paste in that string I did give you I get almost as the 3th line

http://msdn.microsoft.com/library/d...n-us/cpref/html/frlrfsystemdrawingimaging.asp

But how to do it, I am at the moment busy with JPEG, TIFF is after GIF for
me.

But I thought that I had seen you have to do encoding from the image bitmap
to the other format and TIFF was needing some special encoding settings

But how I don't know for TIFF yet

But I thougth there is a lot of infomation I think to start with, but as far
as I saw it it is not direct beginner stuf

I hope this helps a little bit?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top