image manipulation

  • Thread starter Thread starter Joseph O'Brien
  • Start date Start date
J

Joseph O'Brien

I'm a novice programmer learning mostly on an "as-needed" basis. I
have basic skills in C# .NET, but have access to the entire Visual
Studio .NET suite.

Basically, I need to put the following text at the bottom of about a
thousand image files: the enclosing foldername , the filename, and some
static text.

I think I'm in over my head on this, so I was hoping someone could
recommend a good resource, or maybe an existing solution that I could
load up and pick apart. I'm sure there is a program out there that I
can buy that will do this, but I'm interested in learning about how to
go about it, too.

Thanks,
Joseph
 
Hello Joseph O'Brien,

Do you meen smth like this one http://www.codeproject.com/csharp/watermark_creator.asp
?

J> I'm a novice programmer learning mostly on an "as-needed" basis. I
J> have basic skills in C# .NET, but have access to the entire Visual
J> Studio .NET suite.
J>
J> Basically, I need to put the following text at the bottom of about a
J> thousand image files: the enclosing foldername , the filename, and
J> some static text.
J>
J> I think I'm in over my head on this, so I was hoping someone could
J> recommend a good resource, or maybe an existing solution that I could
J> load up and pick apart. I'm sure there is a program out there that I
J> can buy that will do this, but I'm interested in learning about how
J> to go about it, too.
J>
J> Thanks,
J> Joseph
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top