Most voted "image" questions
An image is the visual representation of an object through techniques of photography, painting, drawing, video or other disciplines.
Learn more…763 questions
Sort by count of
-
0
votes1
answer99
viewsUpload images in the form
I have a form that needs to upload two images in the same form and that should be posted in different folders, anyone have any tips ?? Thanks
-
0
votes1
answer501
viewsHow to put an image in the popup (on the toolbar part (below))?
How to put an image in a popup using javascript? When opening a popup with window.open, it opens without image below, just a gray drawing. How do I place image? (below, in the toolbar. Google…
-
0
votes1
answer410
viewsCordova/Phonegap - WP8 - Problems loading external images(URL)
I’m having trouble with the Cordova/Phonegap with WP8. If you try to create a page and upload an image from the internet (<img> with URL) WP8 does not display the image, only when the image is…
-
0
votes1
answer429
viewsImage positioning in div with drag and drop
Good morning, what I’m looking to do is, a system where the user upload of an image and have a preview of how the image will be positioned in the div, may move it to the position it deems best. It’s…
-
0
votes1
answer1448
viewsHow to show an image whose path is in the database?
I’m using Extjs 4 and PHP. I have an image saved in a server folder and its path is saved in my database. I tried to do something like this: Code in the controller: onVerImgClick: function(btn, o,…
-
0
votes1
answer1651
viewsPHP as "draw" an image
I would like to know the following, how can I "draw" an image with PHP? I saw on some sites, PHP pages that make an image on time. What I want is something simple, just a border background and a…
-
0
votes1
answer454
viewsAndroid open image by the way
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 again the image along the…
-
0
votes0
answers40
viewsIs it feasible to use BLOB for BD images?
I’m designing a database and I’m wondering if I should store profile images in a field blob in the table or store the image physically in a Storage and create a field text that contains the image…
-
0
votes1
answer1137
viewsHow to open the image in the gallery by clicking on it through my application?
My app has a button that when it is pressed opens the camera, as soon as I take the photo, it is placed in an Imageview on the screen and the image path is saved in my database. I would like to know…
-
0
votes2
answers1880
viewsDelphi XE Firemonkey mobile app - How to resize an image?
The problem I face is that I allow the user to insert an image from his mobile device gallery, some images are too big to be recorded in a bank taking into account the wonderful 3g signal quality.…
-
0
votes1
answer1934
viewsHow do I get an image from an input file?
Someone tells me, what do I need to get an image of the input file and show it or save it? do I need to use javascript? or just html and php? I’ve already googled, but I’m finding something…
-
0
votes1
answer51
viewsHow to store images within the application?
I’m starting now in Java and need to finish an application that by clicking on a button show an image, I even managed to do this using the method Desktop.getDesktop(). open(new File() but I needed…
-
0
votes1
answer535
viewsShow Image in View
I’m trying to adapt an example I’ve been taking here, to be saving the image in the folder, and show both in INDEX and EDIT, but there are some divergences. As follows below my source code, in case…
-
0
votes2
answers177
viewsImage problem
I made a small app to show my problem; whenever the player makes a sequence diagonally, wins, if no one does that, it’s a draw; don’t look at the fact that the second player will never win... I just…
-
0
votes2
answers1089
viewshow to leave rectangular image?
I would like to know how to leave a news image for example in rectangular format, without losing proportion. I looked on the Internet and found nothing that could help me. Note that the image is…
-
0
votes1
answer95
viewsWeb Service Images Java ZIP Android
I need my Android app to download a large shipment of images and store on the Smartphone disk, but I need to decide what would be the best format to download these files, because the images should…
-
0
votes1
answer523
viewsGrab parameter from URL
I need a code that when I click on the image, this image will open in a new tab. So far I have managed to make that when I click on my image it opens another tab with the image path in the URL. How…
-
0
votes1
answer169
viewsWhy does "background-size" make images have a serrated edge in IE?
I’m inserting some images with transparent background in an html page using the background-size feature of css, in IE these images are getting the serrated edges, how can I get around this problem?…
-
0
votes1
answer675
viewsSave a website image with PHP?
How I save an image of a particular site to a folder on my site using PHP? And how would you look to resize that image? I used this way but it didn’t work: file_put_contents($directory,…
-
0
votes0
answers112
viewsResize image "by finger" on web page
I wonder if there is any technique, a plugin, whatever, something that allows you to resize an image that is on my web page in an interactive way with the user, as the image below shows:…
-
0
votes1
answer253
viewsProblem with Allegro image call by Mac C terminal
Guys have a problem here, I’m playing a game using the Allegro, I am compiling by the terminal and ta ok, there is only one however, when I load an image of the fault when loading the image, the…
-
0
votes0
answers816
viewsCut 'free hand' image
Hello, I’m developing a Virtual Closet project, where the user would upload the image of their clothes and save in the system. But I have a problem with the background of the image, I wanted…
-
0
votes1
answer830
viewsHow to load an FTP server image from the URL?
I have a JSF application in which the images the user uploads are stored in an FTP directory. The simplest way I found to render these images is by placing the FTP URL, with user and password in the…
-
0
votes1
answer29
viewsWordpress - Share the social network pulls wrong photo
When someone will share a news on my site (wordpress), it pulls the wrong image, you know why, or how to fix?
-
0
votes1
answer124
viewslibpng error: Not a PNG file
After I edited the icon of my application and I went around the emulator it appears to me with the following error: I’ve searched for images in another format, I’ve reviewed my code and nothing,…
-
0
votes1
answer571
viewsUse java to find an image on the screen
How can I make java read an image on the screen, the intention is to make a bot, as soon as I see the img click on it, the img is not in a browser, website, or something from the web, but in a…
-
0
votes2
answers397
viewsDoubt to "check" a radiobutton by clicking on an image
I have these 3 images with 3 RadioButtons different, I would like to click on the image of the blank square for example, the respective RadioButton be selected. I used radiobutton3.checked at the…
-
0
votes1
answer4573
viewsHTML - Customize checkbox put image and remove icon from checkbox
Good evening, is it possible to put an image in the checkbox? it is possible to make this image change when the checkbox is selected, make this image change when the mouse passes over it and make it…
-
0
votes0
answers309
viewsClass display php image
There is the possibility to display an image through class methods without needing an external file to not generate header conflict? I created a class where to depend I call an image in a protected…
-
0
votes1
answer109
views -
0
votes1
answer913
viewsImage upload does not work on the server even with full path
Even by placing the full path and folder having 777 permission the image does not go to its destination. safe_mode is marked off and image uploading is enabled in php.ini. It is worth adding that it…
-
0
votes2
answers52
viewsProblem adding photo to database, what to do?
I choose a photo through this part of the code on a php page: <label for="foto">Foto:</label> <input type="file" name="foto"><br><br> And then I need to register her in…
-
0
votes1
answer612
viewsHow to extract images and sounds and music in the jar file from any Gameloft java games?
I have a mobile game in Gameloft’s JAR Format I can’t see where the images and sounds and music are. I only see some bin files (Conditionexpr.bin and Resinfo.bin), some class files (a. class,…
-
0
votes1
answer736
viewsTaking src value of an image to send e-mail in phpmailer
On my page, I’m trying to get an email sent with data from a form to be filled in. One of the fields is an image, which can be changed depending on the selected option: <tr> <td…
-
0
votes1
answer359
viewsChange image resolution via java code
speaks galera to coming up with a program to automate posting on a blog, and I need the images to be 500x500 always have how I receive the file and resize via code in java?
-
0
votes0
answers146
viewsAutomatically adjust image on various device types
Eae blz ?! So I’m trying to work with images in native android classes, where the image is displayed through a class !! I already have a question where the link is just below !! Resize image to…
-
0
votes1
answer804
viewsGet image name in mysql for id
I would like to know how to get the image name by user id, I have this comic: I would like to show only the image of the Claudiomiro, and not all that are in the comic... this way: I have this code…
-
0
votes0
answers26
viewsError generating image report
I have a code that has several photos separated by reports. Each report can any amount of photos. When you click the button to generate this report, if you have several photos (around 60) it starts…
-
0
votes1
answer281
viewsAdd photo in excel from local folder
Hello, I followed every step here - Add photo in excel spreadsheet from local folder And it all worked out well. But I wanted to resize the images and align them to the center of the cell -…
-
0
votes0
answers40
viewsImage reduction in Firebird
I have a Firebird database with some high-definition saved images, someone knows a method to reduce the images without taking them from the bank?
-
0
votes1
answer472
viewsUpload images using PHP?
I have a page that loads about 90% of the content based on images, the size of the images varies from 20kb up to 150kb depending on the size of the page, to improve the loading performance of the…
-
0
votes1
answer195
viewsShow image while hovering online mouse gridview
On an HR management site, there is a readiness history query. Here’s how the page was made: ASPX FILE <%@ Page Language="C#" AutoEventWireup="true" CodeFile="historicoProntidao.aspx.cs"…
-
0
votes1
answer49
viewsTransfer image from one Image control to another of the same type
I have these three controls: <Button x:Name="btn" /> <Image x:Name="imagem01" /> <Image x:Name="imagem02" /> Suppose I carry an image on "imagem01" using: OpenFileDialog ofdImage =…
-
0
votes1
answer237
viewsUpload Datagrid Image to Image
Variable x is associated with an image (blob field) that I loaded into a Datagrid from a Mysql database. DataRowView selectedRecord = (DataRowView)dataGridImagem.SelectedItem; var x=…
-
0
votes1
answer108
viewsErrors when inserting images in mysql
Hello, I’d like to insert images into the database for a personal project. The image is sent to the bank yes, but not without showing 3 errors, follow the code and errors : <?php $servidor =…
-
0
votes1
answer39
viewsAction is not receiving the value of the parameter
In the code below I am 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. But Action takes Null, not the value of the…
-
0
votes1
answer24
viewsSave the image associated with an Image control to disk
Let’s assume an image is loaded for control Image of the following example ... <Button x:Name="button" Content="Button" /> <Image x:Name="image" /> What code is required to associate to…
-
0
votes1
answer743
viewsWork with C#image
I have two images: At runtime, I need to join the two images together. You can determine the position of the doll on the ladder. Both images are on disk. The result would be images like these in…
-
0
votes1
answer165
viewsAndroid - How to transport picture information from one class to another?
Hello, I need to transport the contents of an Imageview from one class to another, I tried by Intent, but I couldn’t get through it. I have a Drawable that was edited in Imageview of the first class…
-
0
votes1
answer89
viewsHow do I view an image hosted in my App?
I would like to display a promotional image within a PicutreBox in my app, but this image will vary according to the promotion that the Company will make. Is there any code that PictureBox show a…