-
Saving image
I need to do the following:
1) Load picture (.jpg) in PictureBox/Image.
2) Load textbox on the picture and allow the user drag and drop the textbox into the picture and typing text into the textbox.
3) Saving the picture with this textbox as new file (.jpg)
Any ideas how to implement that?
-
1 Attachment(s)
Hello Yurich, here's a program saving images using the SavePicture function..
Hope it helps:)
-
-
It works fine, but I need l little bit more:
I need to load/show textbox on the image and allow the user to insert text in the textbox. Then I need to save my picture with this text inside. This feature has to allow my user simple edditing of picture.
May be I can make screenshot of the picture with text and then save it to file???
-
do you mean just in your app, or an textbox IN the image? if you mean the later, it's not possible