Questions tagged as 'imagem'

1
answer

Action is not receiving the value of the parameter

In the code below I'm trying to pass a parameter to an Action. The action is being called and the value of the parameter is also being assigned to Url. However Action takes Null, not the parameter value. @using (Html.BeginForm("Buscar", "Terap...
asked by 06.11.2015 / 12:43
1
answer

Working with image in C #

I have two images: Atruntime,Ineedtomergethetwoimagestogether.Candeterminethepositionofthedollontheladder.Bothimagesareondisk.Theresultwouldbeimagesliketheseinbase64:    Are there any libraries that can help me with this? Which are the...
asked by 10.11.2015 / 14:21
1
answer

Android open image by path

We can see that there are several tutorials on how to save the path of an image, being a photo of the camera or selecting from the gallery, until then ok, but how to search the image again for its path? I tried in several tutorials but I could n...
asked by 10.07.2015 / 17:49
1
answer

Cordova / Phonegap - WP8 - Problems loading external images (URL)

I'm having trouble with Cordova / Phonegap with WP8. If you try to create a page and load an image from the internet (% with% with URL), WP8 does not display the image, only when the image is in the <img> folder. I need to know...
asked by 07.05.2015 / 00:57
1
answer

Get URL parameter

I need a code that when I click on the image, this image will open in a new tab. So far I've been able to do that when I click on top of my image it opens another tab with the path of the image in the URL. How do I get that path that is in the U...
asked by 01.07.2015 / 14:54
1
answer

How to show an image whose path is in the database?

I'm using ExtJS 4 and PHP. I have a saved image in a folder on the server and its path is saved to my database. I tried to do something like this: No controller code: onVerImgClick: function(btn, o, e0pts){ var grid = btn.up('grid');...
asked by 04.02.2015 / 11:41
1
answer

Div Image Placement with drag and drop

Good morning, what I'm trying to do is a system where the user uploads an image and has a preview of how the image will be positioned in div and can move to the position you think is best. It's basically the same thing as the Facebook...
asked by 30.01.2015 / 16:15
1
answer

Recovers image saved in internal memory

I'm saving my image to internal memory using this code public String baixarImagem(String urlC, String nomeImagem) throws MalformedURLException { URL url = new URL(urlC); InputStream input = null; FileOutputStream output = null;...
asked by 17.12.2014 / 22:07
1
answer

Problem adding image inside a Thread

I have this following class call inside the main is working perfectly single problem is for me to setar the image I received in the msg of the following error    E / AndroidRuntime: FATAL EXCEPTION: Thread-201       android.view.ViewRootImpl...
asked by 17.12.2014 / 17:54
1
answer

Android error using Picasso

I have the following code to render images through URL public class AdapterListPesquisaResp extends BaseAdapter { private ImageLoader il; private LayoutInflater mInflater; private ArrayList<ItemListaPesquisaResp> itens;...
asked by 20.11.2014 / 18:07