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.

learn more… | top users | synonyms (2)

0
votes
0answers
2 views

Electrical Resistor Calculation using OpenCV

I want to calculate the e resistor with image processing techniques. I searched a lot and came to this approach that first of all segment the image according to a specific color(for example red) then ...
0
votes
0answers
16 views

Image is saved to the database as binary data, now I need to extract the data and put it in an <img> tag

I please need help to get my image to display correctly in the tag that is created in a literal control. foreach (DataRow dr in dt.Rows) { string productName = ...
-1
votes
1answer
20 views

Unable to retrieve latest pic from PHP

I am using following code to store images on my webserver: function SavePic() { $allowedExts = array("jpeg", "jpg"); $temp = explode(".", $_FILES["UserPic"]["name"]); $extension = ...
0
votes
0answers
4 views

Tow images in a single layer of psd file

A single psd layer has two images , is there any way to get an image out of these two images. Any idea will be help full to me.
0
votes
2answers
15 views

using Image as an event trigger with jquery, html and css

i im developing a proyect web site with css, jquery and html. what happens is that in the html, i have a table with only 3 columns and i'm placing images to use as buttoms to toggle the content below ...
0
votes
1answer
10 views

How to Apply a Kmeans clusering Algorithm on image data base using matlab?

i wanna Apply a Kmeans clusering Algorithm on an image data base using matlab. i know the coding but i dono if my idea is right or not: first of all all images are grouped in to k cluster . for this ...
-2
votes
0answers
8 views

What is the .xxx extension, and how to convert files with this extensions into jpegs?

What is the .xxx extension, and how to convert files with this extension into jpeg or other image format? I have renamed the files as .jpg, but am unable to view the picture.
0
votes
1answer
6 views

Images displaying as question mark in mobile devices for prestashop version 1.5

Website working fine in all browsers, but the issue is, it is loading webpage in mobile devices but with question mark in all images of the page. is it the problem with image size? if so, then what is ...
0
votes
0answers
17 views

How to read, manipulate, and save 16 bitt tiff image in Python

I am trying to read two 16 bit tiff images with Python, then subtract one from another, rotate the result, crop and save it to the disk. I have tried PIL, PythonMagick, Scipy, Matplotlib, Pylibtiff ...
0
votes
1answer
36 views

How come making my own package gives me issues?

I am learning the basics of programming games in Java. For some reason every single time I created a program with an ImageIcon, I would get an error: Exception in thread "main" ...
0
votes
1answer
29 views

How to Show a Binary Data in an Image

Actually, I have saved <Binary data> in Database by : HttpPostedFile PostedFile = Request.Files[m + 2]; byte[] fileData = null; using (var binaryReader = new BinaryReader(Request.Files[m + ...
1
vote
4answers
33 views

Why doesn't this Javascript image object get added to the image array?

I've been trying to create a small HTML5-based example, but I've ran into some problems. I want to render a rock on a <canvas> but this Javascript object won't work properly. function ...
0
votes
0answers
14 views

Align text over “thought bubble” in image, and keep text over “thought bubble” regardless of screen size?

Here is my site: http://www.craftersresale.com/ I want to write text over the "thought bubble" in the image. The text should stay in the thought bubble regardless of the viewer's screen size. I ...
0
votes
3answers
33 views

HTML div with img in it displaying strangely

On the website I'm working on (this), I have a div with an img in it. This is the html <div><overlay> <img class="img1" height="225" src="NYC/wtc1.JPG" width="225" ...
0
votes
0answers
9 views

Randomly Shuffle Images On Page Load

I'm trying to get the 8 images located in the div class "homeposts" id "shuffle" to shuffle randomly on page load but I can't seem to target them correctly. I've put the code into ...

1 2 3 4 5 2403
15 30 50 per page