Questions tagged [image-file]
76 questions
1
vote
0 answers
Cannot create multiple VM using a single image file in azure resource manager portal
I have created an image file in resource manager portal.And I tried to create multiple VMs using that created image file. But the exception occurs as follows: New-AzureRmVM : InvalidParameterConflictingProperties: The property 'imageReference'…

mRhNs13
- 479
- 5
- 25
1
vote
1 answer
Does image file varies on different subscriptions in azure
I have to use the same image file for creating vm in azure using different subscriptions. Whether the image files varies for different subscriptions? How to check that image file varies for each subscription using power shell commands.

mRhNs13
- 479
- 5
- 25
1
vote
2 answers
Propgate changes from base image to "child" image, Docker
I am using docker and I was wondering if it was possible to propogate changes to "child" images of a base image. The following sequence of actions should hopefully give a more clear picture as to what I mean.
docker run -i -t baseimage …

Zack
- 13,454
- 24
- 75
- 113
1
vote
1 answer
Image captured not displaying and not saving in android
I am new to android and want to make an app which can upload any kind of file(image, pdf, doc etc.) from my phone. Also, I want to add camera api to store images to my phone gallery. Can anybody assist me in doing this?
Below is the code for…

Param
- 268
- 1
- 3
- 12
1
vote
2 answers
How to Insert images as file instead of inserting them in Database as BLOB
I am new to php. i want to upload images from html form into file. i searched on net but unable to find anything helpful. Please tell me how to uplaod images in file rather than database. i know the method of uploading images in database, and its…

Aftab Aamir
- 175
- 1
- 4
- 12
1
vote
1 answer
How can I reduce the size of my repository without losing any history of source code files?
The git repository of my current project, containing source code and image files, measures around 1.2 gigabytes. But the the actual files of all branches are only around 205 megabytes in size.
I am a beginner with git and I guess that the huge…

danijar
- 32,406
- 45
- 166
- 297
1
vote
1 answer
How to recieve the image file in a controller where image is attached as parameter in Ws.url?
The image file is attahced as a parameter through the Webservice Ws.url("controller action").files(imageFile) in play framework 1.2.4. How to receive that image file in that controller? Can anyone please help me on this.

user1737507
- 11
- 3
0
votes
0 answers
How can I make image thumbnails load faster from a network drive in order to cull them?
I need to sort through ~80,000 pictures, most of which are important but a good few are photos are useless because the lens was covered (black photos), or they were simply taken by accident and are blurry pictures of the ground. I have been…

apenny99
- 1
- 1
0
votes
0 answers
Deno convert bmp image file data into a Uint8Array
I am currently trying to load a .bmp image file with Deno and then convert the data of the image into a black/white Uint8Array.
I load the image using:
const imageFile = await Deno.readFile('./path/to/my/image.bmp');
This returns me a Uint8Array,…

Mqx
- 182
- 7
0
votes
0 answers
Regarding error on image file uploading in form using react js
for example the email will look like this:
Company Name or website: Info
Project Description: mnbvc
Estimated Budget: $50k to $75k
Image: C:\fakepath\img1.jpeg
How did you here about company?: mncx
I obviously don't want the text to show up on the…

kiran
- 1
0
votes
1 answer
Uploading multiple images - one image at a time (JavaScript)
To upload multiple files and create thumbnails I'm using code:
0
votes
0 answers
how to send image file to lambda for storing in mysql
I have hunted and cannot seem to find an example. I want to take a screenshot from my chrome extension (or read the file from disk) and send to an AWS lambda function to write it into a mysql database table. I have the mysql and lambda functions…

brucebaur
- 1
- 1
0
votes
0 answers
Why pasting emote picture to social media app yield different result
I am trying to write a simple script that parses a file and converts it to a message, the message will be saved in clipboard and then paste it on to a social media app named Wechat in Windows.
The thing is the message needs to contain a special…

Sayu
- 11
- 1
0
votes
0 answers
How can I save a group of Direct2D bitmaps to a dynamic image file?
recently, I'm disturbed by saving bitmap to dynamic image file. I want to turn a group of bitmaps into a dynamic image file, but the function IWICBitmapFrameEncode::WriteSource only cover the previous frame while writing a new frame to file, and it…

DGAF
- 71
- 7
0
votes
0 answers
Create ico/dll image file for windows (explorer)
so i looked for official sources on this but couldn‘t find any.
I‘d like to create custom windows/explorer icons that change not just their size but sometimes whole look depending on usage (just like the standard windows/microsoft/explorer icons…

LuckyLuke Skywalker
- 610
- 2
- 5
- 17