The image tag is for questions related to the loading, formatting, saving, compression, and display of images. This tag should also be used for assistance using various image libraries.
-4
votes
2answers
37 views
php resizing images advice [closed]
i'm doing this first time, so have no information about it. I need to resize images.
This is my code.
if(!empty($_FILES['img']['name'])){
$extension = ...
0
votes
1answer
20 views
asp.net Master Page - want an image which carries on behind main page
Well this is a bit of a head-scratcher (at least for me).
Basically, I've got a Master Page set up, which has the usual buttons and our logo.
I've been provided with a header image which our company ...
0
votes
0answers
3 views
Check on which pages an image is used?
Is there a certain way to check which pages on a website use a specific image?
Say I have some image which I don't use on a page anymore, so I'd like to delete it from my server. But I'm not entirely ...
0
votes
0answers
15 views
Raphael, filling background with image (fillfit)
I've been struggling with the following problem.
I have an element, which I'd like to fill with one image. Raphael is using pattern by its default settings, thus repeating the image.
I found ...
-1
votes
1answer
22 views
How to render Chart via Ajax request?
Controller:
public FileResult CreateChart()
{
Chart chart = new Chart
{
ImageType = ChartImageType.Jpeg,
ImageStorageMode = ImageStorageMode.UseImageLocation,
...
0
votes
0answers
6 views
Search many images in folder at once
So here is my problem. I have a folder with over 800 images in it and I have excel file with 540 image names. I need to find and copy those 540 from folder that contains 800 images.
I tried using OR ...
-1
votes
1answer
18 views
Best Face detect lib from image for android [closed]
I'm developing an android apps to detect face from multiple bitmaps images.
Please give me an advice which is the best library for this task( Both java and c libs for android ).
Thanks.
0
votes
1answer
11 views
Find resource path Image.FromFile
I am trying to play a .gif image but I am having a problem with finding the correct path. I am assuming I shouldn't have to use C:\ on my computer, because it wouldn't work on another computer. I have ...
-3
votes
0answers
16 views
Images overlap in single span in Twitter Bootstrap [closed]
I have 3 image in on span first is bottom, second is upper than bottom, third one is upper than second. I want first image will be on second but not third.
0
votes
1answer
28 views
KeyListener and runnable not works
I make the stage class as a JFrame before and all is working well.. until I tried to make it as JPanel then its just stopped and nothing happen. KeyListener not works, Any idea what wrong with my ...
0
votes
1answer
15 views
Adapting pixels of the image depending files and rows
I have this function where I receive String[][], f (rows), and c (columns). I've got to adapt my labels occupying all of my frame (1270,750).
For example, if I receive:
f=3 and c=3, the images will ...
1
vote
2answers
33 views
Google Play Store: You need fix your high-res icon. It is not a valid image
This is the error message I get when attempting to give my app an image on the play store. Here is the image.
It was created in GIMP. Please help, this is keeping me from getting my app up.
0
votes
0answers
8 views
Save CGImageRef as PNG-8
I'm wondering how to save a CGImageRef as a palette-based PNG-8 file.
I have the following code for PNG-24:
CFURLRef url = (CFURLRef)[[NSURL alloc] initFileURLWithPath:path];
CGImageDestinationRef ...
0
votes
0answers
48 views
SOLVED - see top edit for details - PHP upload form uploads some .jpeg images and not others
Top Edit:
I figured it out. Everything was fine, the only issue was that the upload folder that the code was telling the image to go to was wrong. All I had to do was insert a slash before "photos" on ...
0
votes
1answer
16 views
Loading image with Kineticjs
I'm having trouble loading a simple image into a layer. Sometimes it appears, others it doesn't.
<div id="container0" style="position:absolute; top:5px; left: 5px;"></div>
...
1
vote
2answers
35 views
Using libpng in C#
if you want to save the image in PNG format you can use ImageFormat class of .Net.
But this class doesn't implemented compression for PNG files.
And for some reasons i can't save my file in JPEG ...
-5
votes
0answers
38 views
Slideshow of images in a GUI [closed]
I'm working on a project and i wanted to have 3 images on a GUI which will appear one at a time and change periodically, I'm new to java and honestly have no idea where to start with this. any help ...
0
votes
0answers
13 views
Read raw color data from PHP's .gd or .gd2 format?
In another question I saw some source, that would export an image into .gd or .gd2 format and then read raw pixel color data from the generated source.
Is this possible? Where can I find more ...
0
votes
1answer
22 views
How to fit the img into the div when dimentions unknown
I have a small div (e.g. 200px x 200px) and some dynamically shown images: landscape, portrait or panorama dimensions (e.g. 600px X 300px; 200px X 600px ; 2000px X 300px)
I need to fit all of them in ...
0
votes
0answers
11 views
image too small on iPad
I use a iPad from school and i have to make this site to work on a iPad only.
I have a image of 1024x768 but when i display it it is a lot smaller.
<div id="container">
<img ...
1
vote
0answers
14 views
How to load the next image with clicking on it in Malihu's Sideways gallery plugin
I'm using the first version of Malihu's Sideways gallery and I'd like to make the big image fade to the next one when I click on it. Unfortunately I'm not good at jQuery...
Here is the HTML (example ...
0
votes
2answers
48 views
Mysterious space after img tag before href
I have a mysterious space coming up between an img and href tag. My link, forwarding to a word document is preceded by a space after a small icon, that should actually not be there. Curiously the ...
0
votes
3answers
32 views
Change the size of an image when Click
I'm trying to make an image become bigger with a black-background in the back overflowing the content (just like a normal image gallery) anyway I have failed to achieve the results after days of ...
0
votes
0answers
15 views
SimpleFramwork ByteArray Parsing
I'm working on an android app. What I'm trying to do is to exchange images via Rest to my backend and return it later from there. At this point I managed to implement the create functionality to ...
0
votes
0answers
11 views
Saving image captured with Silverlight to server without a dialog
I've read someone saying it's impossible, but I have a code similar to this one: http://www.codeproject.com/Articles/473501/Capture-Image-from-Webcam-using-Silverlight
Very similar, I don't think I ...
0
votes
2answers
33 views
How calculate aspect ratio from dimensions of image
I am using Jcrop for cropping image so i want to calculate ratio of height and width of image but problem is that there is no limit of maximum height and width.
when user upload image then i want ...
0
votes
1answer
22 views
Combine all UILabels (with proper origins) into a UIImage
So the app I'm working on lets users write text, and the app translate that text into separate UILabels (one UILabel that only contains the text, and another UILabel that is the same width as the ...
0
votes
0answers
8 views
Silver light 5 Pivot Viewer
Can anybody tell me how to use images with pivot viewer in silver light 5? I am new to silver light and have no idea what to do .. please somebody help me.
0
votes
1answer
25 views
Flash image on button click over the button
As I am working on keyboard, we know on default keyboard on any android device when we click any button larger image is flashed above button, I don't know exactly this effect, ut I have tried using ...
0
votes
1answer
40 views
C# Listview adding item with image and text, and align the text to left
I'm trying to create some test programs, just for fun to learn c#, and I came to something I really couldn't figure out.
I wanted to add an image to an item in a listview. I found an article on ...
0
votes
1answer
49 views
Convert HTML to DOC with images in Java
I am stuck in a Java application.
I have a doubt that is there any way to convert HTML template to DOC Template with Image in HTML file using Java.
I have tried Aspose API but I cant use it because ...
0
votes
1answer
41 views
Convert image file to base64 with rendering in a view
I have image captcha and in all browsers except chrome, captcha always reloading the same picture.How can i pix that.Mb i need to convert my image to base64string, i tried set nocache attribute to my ...
0
votes
1answer
40 views
How to set Image source to Image in code behind
I'm having trouble getting the Source of my Image set in the code-behind. Here's my XAML:
<StackPanel Name="stkPanel" Height="1200" Width="478" HorizontalAlignment="Center" ...
1
vote
1answer
23 views
Save image with my own custom image in ios
I want to save an image to camera roll with my own imagename in ios 5.I am using AV Foundation for accessing camera features.Please help me with possible solutions.
0
votes
1answer
31 views
Getting Error While trying to access it from Browser
I had Uploaded image to server using PHP script , while i am tring to fetch it from browser
I am getting error "This image cannot be displayed because it contains errors"
But when i had downloaded ...
0
votes
1answer
21 views
Android - Curve on Top Left Corner in Image
I have a 4 sharp cornered image to display it my android application. But i want that image to be little curved from Top Left Corner. There should be no animation, nothing. Just an Image with a Curve ...
0
votes
1answer
23 views
Save un-scaled canvas with image background after changes were applied
I've got a big issue and it's almost a week trying to make it work so any help I would really appreciate - I am trying to create a simple image editor in html5, so I upload an image, load it into ...
0
votes
0answers
5 views
Change the size of image when browser size changed
I have a website at this link
vietnammodel.com.vn
I used jQuery slider to display image and use this code to resize image when browser size is changed
$(window).resize(function(){
//get ...
-1
votes
2answers
21 views
Directory tree for storing images - does it actually improve efficiency? [closed]
Something i'm looking into doing is re-designing the file structure we have, I am planning on splitting everything into folders so that it is easy to navigate to the images of a precise product, ...
0
votes
0answers
17 views
one image is a subset of another image
The scenario is,
There are two images and we are required to say whether one image is a subset of another image. In other words, image A is present within or part of image B.
We tried to use ...
0
votes
2answers
19 views
Why captcha Image is breaking in drupal?
I am using module for captcha images in drupal and it was working fine but before some time it has started showing a image break icon instead of image.
I am not understanding why it is showing like ...
0
votes
0answers
22 views
How to zoom into a selected area of image in android?
I'm working on an android app, in which I have to select a part of an image(rectangular selection) and then apply zoom. I've looked at various zooming solutions. However, the ones I found are either ...
0
votes
1answer
32 views
Image mask animation in two stages – possible with jQuery?
I did a search and can’t find this exact question answered anywhere (please let me know if it has been and I’ve missed it!)
I’m trying to create an animation where four images are faded in over a ...
0
votes
0answers
10 views
check the availabilty of flickr photos via its urls
I have a 5000-line of text file where each line contain three or more possible urls of a
flickr photo
I should check all thoses urls to onlu keep the correct url which connect to an available
...
0
votes
0answers
12 views
TCPDF: more image inside multicell
is it possible to put multiple images inside a MultiCell in TCPDF?
i tried with this code:
$imgArray = array();
for ($i = 0; $i < 4; $i++) {
$imgArray[] = $pdf->Image(IMGS . 'nd.jpg', '', ...
0
votes
0answers
18 views
How to set 'nmixures' and 'bShadowDetection' values in 'BackgroundSubtractorMOG2'?
Please have a look at the following code
#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
...
0
votes
0answers
26 views
fancybox does not show php generated image
I have the next problem. I was working some times with fancybox plugin and it was ok until I had to use cms which gives me images as code. Like this :
}!1AQa"q2���#B��R��$3br� ...
0
votes
1answer
11 views
image map coordinates ms paint for windows 7
help,
so frustrated. Brand new so sorry about this question but i can't find the answer for the life of me. I created an image map and have to find the x y coordinates for the clickable areas. The ...
0
votes
2answers
60 views
Windows Phone 8 - images show correctly in XAML designer, application crash on device
So, the problem is like this:
I've created a folder in solution explorer, called Images, and I've added some .png's, so the file structure looks pretty much like this: /MyProject/Images/image.png. ...
1
vote
1answer
29 views
Check whether Image successfully downloaded or failed
I am using picasso as image loader library in my application. The application will load image from first address (URL1) but if it is failed it will try to download to second address (URL2), is it ...


