Questions tagged as 'imagem'

2
answers

Save Image in VARBINARY with C # ASP.NET

How do I get an image received on a Form of HTML and write to the bank in VARBINARY with C# ? I'm using C# ASP.NET MVC5 CORE .     
asked by 30.11.2017 / 11:24
1
answer

Send Images in the body of the email

I'm trying to send an image in the body of an email. I'm putting together my html that goes in the email as follows: <html> <body> <img style='max-height:200px; max-width: 700px; width:auto; height:auto;' src='cid:imagemEm...
asked by 21.08.2017 / 14:28
2
answers

Resize an image before sending to Firebase

I want to resize the image that is in imageview coming from a camera or gallery before sending it to the Firebase, as you can see the filepath being sent that is a uri so I can not use the scaleDown code. I am sending the image to firebase stora...
asked by 18.08.2017 / 05:22
1
answer

Change background of a section [closed]

the section has a defined background How do I move the mouse over the image? 1 Change the background of the section overlapping the current one, remove the mouse back. <section class="modules"> <div class="container"> <...
asked by 21.06.2017 / 21:38
3
answers

PHP How do I make an image to be the default icon if I do not have an image selected?

When a person selects an image they will send the selected one, but if not select choose a pattern. How can I do this? I was making a code to upload more how can I add this functionality? $up = new Upload("file"); if(!is_dir($path)):...
asked by 20.07.2017 / 15:59
1
answer

Favicon .ico vs hosting

Is there any way I can host a .ico file without being on the 'server' of the application, say how do we normally upload a .jpg / .png image to sites like Imgur ? In most of my research before doing this question, google...
asked by 08.07.2017 / 03:03
1
answer

Overlap background

On my site I have an animation that is a train track and a train that runs along this same track, but now I wanted to overlap with a bottomless image, which would be tunnels, and to be positioned over the train. > This is my site as it is now:...
asked by 19.04.2017 / 10:59
1
answer

Image without quality - Safari

Image of the website logo I'm developing loses quality when I open the site in Safari. Has anyone ever had this and knows how to solve it?     
asked by 17.04.2017 / 20:14
1
answer

Problem to remove an img tag inside the array by the id of the image

I'm previewing images with image removal. In case I need to remove the selected element from within the array using the id of the img tag. I can already take the id to the function it will remove, however, I can not access the image element by i...
asked by 09.03.2017 / 01:34
1
answer

Comparison of one image with others (analyze whether the chosen image is the same as the others already pre-defined or not)

I'm trying to make a Java code that compares an input image with other n already defined images in code. I developed (with a lot of) a similar code, which compared two images only, the problem is to magnify it. To take one image only and to comp...
asked by 26.03.2017 / 17:58