I am trying to show a graph image which is horizontally long. The problem is, by the time user reaches the right end of the image, the y axis scale is not visible to him. I need to split the image somehow so that I can make the y-axis part of the image fixed and rest scrollable.
I have 3 questions:
1. What is the best way to split the i...
Hi, I'm only a beginner with Javascript & jQuery. I am trying to create my own image slider however I cannot figure out how to get it to stop at the last image. Can anyone help me out?
Here is the code so far:
// Javascript Document
$(document).ready(function(){
var slides = $(".slides");
var numberOfSlides = slides.length;
va...
Hello. Can anyone explain how to generate images with a gradient added? Sites like this one and this one contain a background image which has been modified with a gradient to blend into the bottom part of the page. Anyone know how I can also achieve this? I doubt they changed these images manually. (Or did they?) Appreciate the help.
...
Not sure about how I am supposed to do this. Any help would be appreciated
...
I am currently working on an in house GIS app. Background images are loaded in OpenGL by breaking the image down into what I guess are termed texels and mipmapped, after which a display list is built to texture map each texel onto rectangles. This sounds pretty standard, but the issue is that currently for images that do not divide nea...
Hi all, I'm trying to implement a bookmarklet where the user will click one <img/> and will be redirected to another page where he will annotate the image.
if the image is inserted within a HTML anchor:
<a href="http://anywhere.org"><img src=""http://anywhere.org/image.png"/></a>,
can I prevent the anchor to be activa...
Using javascript, is there a standard way to get the absolute path of an image, as
var src= img.getAttribute("src");
only returns the @src tag as it was declared in the HTML
thanks,
Pierre
...
Hi SO,
I am building a Java Applet that is running local that needs to access a couple of images on my webserver. How can i load images from a given webserver in java?
...
Hi. I am trying to get my own image slider to auto play with an interval of 4000 milliseconds. I've tried using setTimeOut but I cannot seem to get it to work. I would appreciate it if someone could help me out. Here is example of the slider:
http://www.matthewruddy.com/slider-intervalissue/
Any ideas how I can get it to auto play?
He...
Hi SO,
Is it possible to get the size of an image (probably its size in bytes) from a web server, without loading it?
Do web servers have accessible properties (fields) with regard to file sizes? This would allow for checking the image size without loading.
Often when a web server's directory is loaded into a browser, it tells you eac...
How can I get the size of an image transformed with the app engine images API?
Note: I mean the size in bytes, not the dimensions.
...
I draw a bitmap onto a canvas using the following call:
_playerImage = BitmapFactory.decodeResource(getResources(), R.drawable.player);
How can I now tint this image white?
I'm trying to make the image flash white like in top-scrollers when an enemy is hit by a bullet.
Do I need to use something other than BitmapFactory?
...
Yesterday my site was comprised. The attacker changes the index.php file to their own (with all their glory messages and greet). I've notified the hosting company about this (we are running on a dedicated server), and on my part, I'm trying to fix anything that seems to be the cause, cause I'm still unable to point how exactly did our se...
I have a thumbs div (i'm only showing four thumbs for the sake of brevity):
<div id="thumbs">
<img src="graphics/thumbs/01.jpg" width="190" height="190" class="thumb objects" id="project01" />
<img src="graphics/thumbs/08.jpg" width="190" height="190" class="thumb web" id="project08" />
<img src="graphics/thumbs/14.jpg" width="190" hei...
Hi.
I have a button with an image set through interface builder. The original image is SearchImage.png and the high rez version is [email protected]. I'm absolutely sure that no typos were made, and the higher resolution image is indeed exactly twice the size (ie twice as tall, twice as wide) as the lower resolution image, yet the offi...
What is the simple and fastest way to extract raw RGB data from a BITMAP and write the raw data to a file(say .rgb)?
...
Hello,
I'm writing C# application which saves picture box screen to JPEG files.
One thread creating image:
IntPtr copyPtr = new IntPtr((void*)pArray);
image = new Bitmap(bitmapInfo.biWidth, Math.Abs(bitmapInfo.biHeight), bitmapInfo.biWidth * 3, PixelFormat.Format24bppRgb, copyPtr);
lock (image)
{
this.CreateGraphics().DrawImage(im...
Hi,
I'm trying to force printing long images on several pages. What would be the best way to achieve this using HTML and / or CSS ?
Thanks
...
Hi everybody !
For instance the mx.controls.Image objects are only displayed when i add them directly to the main application object. If i add a "subimage" to the previously created Image object it simply doesnt show. Why ? What concept did i miss ?
What I want to do:
var img : Image = new Image;
var subimg : Image = new Image;
img.s...
Hi, I wish to create pagination for this image slider I am creating however I have no clue how to go about it. Could anyone help me out?
You can see the slider here:
http://matthewruddy.com/slider
Thanks in advance.
Matthew.
...