Questions tagged [save-image]
186 questions
-1
votes
1 answer
Re-size uploaded image and save it
In some cases ,like you want to save image related to your content as cover image.
Original image is so bigger and it is not good idea to show original one to user if user does not want it.If user wants he can click and see large one .
So in this…

RASKOLNIKOV
- 732
- 2
- 9
- 20
-1
votes
2 answers
How to save image using timestamp in qt
I am creating a GUI for windows PC. I want to store a series of images on the PC. The name of the images is identical. But I want to append them with timestamps. So, how to save image using timestamp in Qt?
in addition to that, the images shud be…

cappy0704
- 557
- 2
- 9
- 30
-1
votes
1 answer
Save Draw String or e.graphic as image
NEED HELP PLEASE ! Saving Picture with ""Drawstring, e.graphic""
Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)
Dim Bmp As New Bitmap(Width, Height)
Dim objBitmap As New Bitmap(Width, Height)
…

Nazim Iqbal
- 21
- 1
- 4
-1
votes
1 answer
A required privilege is not held by the client. error in vb project
my program wrote in vb.net. in run time,give me "IO Exception was caught"
please help me.

Sahar Kiyan
- 67
- 2
- 14
-2
votes
1 answer
All images are saved with 40bytes and php file_put_contents - images are not valid
I am using this php code for grabbing images from url and saving it to my server.
File is created and permissions are 755.
The process is renaming the file with product name.
When I try to access files i get this message in browser:
The image cannot…

Oktarin
- 57
- 2
- 11
-2
votes
1 answer
asp.net imageurl
my web page is uploading images to server folder which is 'd:\upresim'
I adding images with that code:
protected void Button2_Click(object sender, EventArgs e)
{
FileUpload1.SaveAs(Server.MapPath("~/image/a.png"));
Image1.ImageUrl =…

Ebrar Bayburt
- 37
- 1
- 3
- 9