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.
0
votes
2answers
7 views
iOS - how to implement crop image like default photo album?
The default crop function in iPhone photo album
Does any one know how to implement this? I want to crop it before Use button is tapped.
0
votes
0answers
7 views
how to cache the image for a android list view
I am developing an application which has a list view with image. I planned to use lrucache to cache the image.Before implementing i just want to know is there any efficient way to do this(The list ...
0
votes
2answers
6 views
Drag an image on another image and save it to one image (like light augmented reality)
i´m wondering how can i realize this? I want to have an bigger image in the background and be able to drag and drop a smaller image to the position i want on the bigger image and save it finally, so ...
1
vote
0answers
16 views
Hiding message in JPG image
I am trying to hide a in an image it's working fine with .bmp & .png but when I write image as JPG and try to retrieve the hidden message it is not working.
My procedure, first read an image in ...
-3
votes
1answer
32 views
Text over image using jquery
I want to add Text over image like Paint or Photoshop. Text with all functionalities like changing font size , family , color etc.
I want to do something like this ...
1
vote
1answer
19 views
Function to map an image to 3D point by point
I am trying to map my image point by point to 3 dimensional space.
For example, if my original image has intensity of 100 at location X, I want to plot this point in 3D location Y with intensity of ...
1
vote
2answers
32 views
“data:image/png;base64,b64Encoderpngstring” VS url-to-folder when set html img's src
I use pywebkit and html5 to develope desktop map server.
Map tiles store in sqlite database.
So when I set html img's src, I have two options.
One is read image from database and b64encode it, ...
0
votes
1answer
35 views
Center and crop img tag
Just wondering is it possible to use
<div><img src="xxx.jpg" /></div>
to center the image in the browser
List item to maintain it in the center when reduce browser width for ...
-1
votes
1answer
22 views
Secure upload of an image. php [closed]
I have upload images website, what kind of checks should i do ? For example: mime check, is valid image check, and what else? i won't to prevent uploading of virus/shell/no-image file. Thanks you. ...
0
votes
0answers
26 views
JPanel Wont Load Image
So I can't really figure out why I can't load an image into this JPanel....The code is kinda long, but I have it commented, so it should be fairly simple to deduce whats going on. Can anybody help? I ...
0
votes
0answers
9 views
Mosaicking PDF documents?
I have (or, rather, will soon have) a number of maps created in ArcGIS 10.0 and exported as PDF documents. The maps all show contiguous areas, being rather like the pages in a map book. There will ...
0
votes
1answer
8 views
Downsample chrominance components of images using matlab
I want to decompose an image to Y,Cb,Cr components and then to perform downsampling in YCbCr domain to form the 4:2:2 format.
Code for decomposition of the image to YCbCr:
img=imread('flowers.tif');
...
0
votes
1answer
26 views
Canvas to Image in javascript?
I'm trying to transform a canvas on html image.
The canvas is display without any problem, in $('#image1') there are some data, but it's not display ? What i have forget ?
Here is a jsfidle with ...
1
vote
1answer
40 views
Calculate image size in percentage in php
I have a piece of code which adds a watermark to the bottom right corner of an uploaded photo. However, the watermark doesen't change size according to the uploaded photo as I want it to do. I'd like ...
0
votes
1answer
27 views
Create Canvas from image on javascript
I'm trying to learn manipulate image and canvas in javascript. I'm wondering why we can not do :
var urlimg='http://images.aviary.com/imagesv5/feather_default.jpg';
var can = ...
0
votes
0answers
17 views
Parsing the Image URL with Filepicker.io
I am trying to post the Image url and what is coming out is something like so=
https://www.filepicker.io/api/file/GEghdsg4Shy7aY0xY6ywc
And what I want is
...
0
votes
0answers
22 views
best way to store image references in text using mysql/php
I have a text that contains multiple images.
Imagine it to be like
I like ((image1)) , ((image2)) and ((image3))
I am storing text in table Statements
St_ID|Text
I'm storing image path in ...
2
votes
1answer
19 views
Azure: requests to BLOB storage hit CPU?
I'm trying to calculate costs of delivering, viewing and clicking images using Azure services. I want to avoid using as much CPU as possible but I'm a bit confused. When someone navigates to an image ...
0
votes
3answers
43 views
Why don't my img display and CSS apply?
I'm begining in html/css, I'm trying to make a small website but I've got a issue : When I try to display a picture on my index.html page, nothing except the alt is shown. The same happens for the ...
0
votes
1answer
9 views
Adding icons to options in multiselect?
How do I add icons to a multiselect component?
I have found a Firefox only solution (see my answer below); but have found nothing interoperable.
Should I just give up on this feature?
0
votes
1answer
32 views
Use PHP to display an image for 5 minutes every time the hour changes
I have been looking for a way using php to display 'imageA.jpg' during 5 minutes every time the hour changes, and go back to displaying 'imageB.jpg' for the remaing 55 minutes - until 'imageA.jpg' is ...
1
vote
4answers
45 views
How to fade in images one by one?
I have seen example using chaining settimeout to do this. However that would not work for indefinite number of images.
The .each function called on multiple images would lead them fade in ...
-4
votes
1answer
32 views
Why does my img don't display and CSS don't apply?
I'm begining in html/css, I'm trying to make a small website but I've got a issue : When I try to display a picture on my index.html page, nothing except the alt is shown. The same happens for the ...
0
votes
0answers
11 views
Hover with Image Alpha Array
I need a row of links, where each is in a parallelogram shaped box.
I'm using Divs by the way.
I need each box to be alternately black/white.
I want each box to have a unique hover colour.
<div ...
0
votes
2answers
23 views
CSS - How to add a second background image
Request:
I am trying to make my website have a background where it repeats along the x-axis, but when it finishes on the y-axis it display a different image. I would like it to continue.
Example:
...
0
votes
0answers
10 views
Calculating Brightness and Contrast similar to new Adobe Photoshop or Lightroom functions
I am trying to create Brightness and Contrast filters similar to new Adobe Photoshop or Lightroom Brightness and Contrast filters. I am doing RGB -> XYZ - xyY conversion and with increasing pixel ...
0
votes
1answer
25 views
converting text string to image
I am converting a text string into an image in my android application. By following various posts on SO, I have written this code. But it doesn't display the image.
Is there something wrong with the ...
3
votes
1answer
24 views
What is the simplest RGB image format?
I am working in C on a physics experiment, Young's interference experiment and i made a program who prints to file a huge bunch of pixels :
for (i=0; i < width*width; i++)
{
...
0
votes
0answers
17 views
How to find more than one matching pattern using Normalized Correalation
I'm using normxcorr2 to find the area that exactly match with my pattern and i also want to find the other area(in the red rectangle) that is look like the pattern. I think it will be works if i can ...
-1
votes
2answers
17 views
Images comes in to the screen when scrolling [closed]
Is there any plugin who can do that? When you are scrolling down the images will show up and slide from left or right to the center. I have searched and i couldn't find it. So does anybody know a ...
0
votes
1answer
13 views
iPhone phonegap image disappearing after the phone sits for some time
I am using phonegap 2.0.0 on iOS and using basically the stock image capture code. After the image is captured it is saved to the phone, the URI is saved to the database along with the rest of the ...
0
votes
0answers
7 views
How to add an overlay to an image in J2ME for Nokia SDK 2.0?
I have an image and I want to add an overlay or to find another way to combine two images in Nokia SDK 2.0 (J2ME)...
I need that one of the images to be partial transparent
Thanks
0
votes
0answers
9 views
TCPDF Image alignment is not working
Portion of HTML from my code is mentioned below:
If then at is equal to:
I'm passing this HTML as input to TCPDF to generate PDF file.
When PDF is generated ...
-1
votes
1answer
20 views
Set Background Image for RectangleGeometry in WPF?
I have this code:
<Path Fill="Brown">
<Path.Data>
<RectangleGeometry x:Name="rec" RadiusX="0" RadiusY="20" Rect="410,135,60,25"></RectangleGeometry>
...
6
votes
2answers
47 views
Do image objects stay in RAM after .remove()?
I have a web-site that has a lot of large photos that are always set in the html. Like
<div><img src="sample1.jpg"></div>
<div><img src="sample2.jpg"></div>
...
-2
votes
0answers
17 views
Image Upload and get back URL eclipse [closed]
What is the way in eclipse to be able to upload a photo online on any server and be able to get back the uploaded photo URL ??
0
votes
1answer
31 views
Generated Bitmap has only zero values
I'm trying to decode a byte array into a bitmap to be used in android.
The byte array that i use for decoding is generated by an OpenGl conmmand named GlReadPixels and the data inside is correct.
...
1
vote
3answers
28 views
Matlab - How to mask a 3-D image using a binary image
I have an image with red, green, blue channel and a binary version of the image.
What I want to do is concatenate those 2 images so that the binary image works as the mask for the normal image.
I ...
-2
votes
2answers
25 views
Jquery slider setinterval not working. [closed]
What is a problem with this code? Actually, I am trying to implement simple image slider on my html page,
I got error on setInterval function, I cant find it. I try to find out error from console but ...
1
vote
1answer
62 views
PHP process IMG with specific width & order…
I want the IMG tags inside $_POST['textarea'], to change from this:
Example:
$_POST['textarea'] = <b>Some example Text</b><br> <img src="image_1.jpg" alt="bla bla" width="250" ...
0
votes
1answer
20 views
How to display image behind TableView in Xcode
I want to add a background image behind my table view.
I have my file staticTableControl.m where I populate the table and I have added
-(void)viewDidLoad{
...
1
vote
3answers
19 views
Application folder not found
I'm trying to save one image on application folder to remove the image when user uninstall the application, but when i try open application folder manually i cant see it.
example : ...
0
votes
1answer
7 views
Loading Profile Images on VK.com in ActionScript
I have an iframe application in vk.com. I can use their API everythink looks fine but when I want to load profile images I get Security Sandbox Error. When I print the result and errors I get This: (I ...
3
votes
3answers
47 views
Why are some images not rendering
My program uploads images of various sizes into the blob field of a MySQL database using PHP. I was able to successfully upload different sizes up to 1MB and above. My problem is that when I display ...
0
votes
1answer
24 views
How to display image after using setRGB(x,y,0) in Java?
for(int x=0;x<20;x++)
{
for(int y=0;y<20;y++)
{
img.setRGB(x, y,0);
}
}
I'm trying to convert all pixels in a 20*20 region to black colour. But this is not working with the ...
0
votes
1answer
34 views
image doesnt show on first load [closed]
I have a "loading" gif that starts off as visibility:hidden (also tried with display:none).
Before an ajax call, I do $("#loading").css('visibility','visible'); (or .show()), then on success callback ...
1
vote
1answer
39 views
img class tags not being recognized in firefox
So I'm running a social network site, in which I've installed plugins and modules that allow users to edit their fan pages by having their own CSS editor ( a style box ) This is for Social engine.
I ...
1
vote
3answers
25 views
Pictures aligned horizontally adjust in size with window size
I made a quick example of images aligned horizontally:
All of the images adjust to the height of the "wrap" div.
http://i.imgur.com/VOA1pBG.png
Yet, when I make the window smaller, images start to ...
3
votes
1answer
35 views
How can I programmatically access images displayed in a web page to upload via a bookmarklet? (ie not not drag and drop)
Since clipboard is shutting down, I decided to build a similar, but simpler bookmarlet as a side project to save pages I'm interested in. All I'm really trying to do to start with is save the html, ...
0
votes
1answer
18 views
Android app - generate a non-editable report
I am new to android development and would like some advice from some more experience developers.
The app I am developing is effectively a form for servicing products (i.e. does x work, does y work ...



