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
0answers
5 views
Deleting images in img folder vs uploads folder
So in WP I uploaded all the images from my 'img' folder, and in the content > uploads folder, all the images were duplicated like 5 times. Which images are WP using? Can I just delete the uploads ...
0
votes
0answers
5 views
Repaint GUI - after image frame loaded into it
I have problem repainting GUI. Its really strange.
I load Image into GUI. I made class ShowImageFrame extends JPanel ,which just basiclly use in paint method drawImage.
Then I use this class in main ...
0
votes
0answers
14 views
How to draw navigation related images over the map image in c#
I am trying to develop a navigation application using c# winforms. I am using an image control for show a map. Now I want to be able to draw some navigation related shapes over this map. Specifically ...
-2
votes
1answer
27 views
IE/Mozilla Resizing Issue [closed]
I'm consistently having troubles with the lack of resizing properties with IE and Mozilla. To beat this issue the easy way, I put some inline CSS styling into my images to set the width to what I ...
0
votes
0answers
16 views
Generating a grid of images in windows phone
I am on a team that, given a set of images, is trying to create a grid of 2 X 2 images in Windows Phone 8 - similar to what Spotify does when it generates a composite of images of the albums in a ...
2
votes
0answers
21 views
MATLAB: Compensating for overexposure/oversaturation in image processing
First post. I've been working on this issue for quite some time.
I'm working on a program that takes a picture of a spot of elliptical red laser light that has been diffused into an elliptical shape.
...
0
votes
2answers
26 views
Argument Out of Range Exception - Website Checking
I am working on an application that checks if a website is up, by checking if specific words are being shown. In the code provided, I make an image appear (green if website is up, red if down), but I ...
0
votes
0answers
9 views
Facebook - posting link to wall: image is not loaded
When I post link to Facebook wall, in the preview box is not loaded preview - there are not loaded images on the page I am posting.
I am not sure hot the <img> tag should look like, my current ...
0
votes
2answers
43 views
php include is not working in echo
I want to add include into echo with variable and css and image, but its not working. Please help.
<?php
if (isset($_POST['sharebutton'])) {
$share=$_POST['sharetext'];
...
0
votes
0answers
11 views
Looking for a software for capturing data from a simple survey (some digits in boxes + check boxes)
I am looking for a software that will do automatic data capture from scanned surveys. I need capturing hand-written digits (contained in boxes - for example personal id number) and capturing simple ...
2
votes
3answers
53 views
Uncaught ReferenceError: $ is not defined
I am getting this error message when trying to create a JQuery image slider.
Uncaught ReferenceError:$ is not defined
Here is my NEW coding (NOTE that I have moved the script to the of the ...
0
votes
0answers
6 views
Border-radius bug on image in Firefox for android
Have done some searching without any luck. Thought that it had something to do with my css reset but as i removed all css and only styled the image the problem remains.
border-radius seems to behave ...
-1
votes
0answers
17 views
how to convert 16-bit bmp RGB data to 24-bit bmp RGB data?
I have 16-bit BMP images with '565' format, and I am trying to do is to convert the RGB data from 16-bit format to 24-bit format. I tried to extract the RGB data directly:
nRed = (nColor & ...
0
votes
0answers
6 views
Images signature generator
I am trying to make signature generator. You know that, you choose background, a couple of imgaes, write your name, coose font and size and bang, you have image signature.
I have images (layers), all ...
0
votes
1answer
41 views
PHP image display
I made this code to display an image. The link to the image is in the database and the image is stored in a folder called uploads in the root. I am getting a broken image displayed back but no error. ...