image-zoom

C# Silverlight - Zoom into Horizontal Listbox Image Items.

I have the following listbox below which binds to a database table of image URL's. When the application is running, it is possible to click on each individual image, and witness a light blue selection box appear on the image (you can tell when each individual image is selected as its clicked). What I would like to be able to do is perfor...

how to zoom in an image using jquery

I was just wondering how it's possible to zoom in a pic using jquery, something like this web site, link text when you click on the big image it'll zoom in and you can move your cursor and see the other part of the pic while zoomed in, I'd appreciate it if someone could show me a link or put me in the right direction. thanks ...

Image zooming solutions?

Hi folks, Got waist deep in a project that will involve presenting zoomable hi res catalog images. Was assuming I would use Zoomify (Can be seen at their dot com which I am not linking to) and bought a license. Found out too late that their product relies on user preparing every image into a large number of tiles using their windows e...

image zooming using javascript or jquery

Hi I need some code to zoom an image when i mouse over that image, i want to zoom that image. Consider i have 10 images in y page, when i put mouse over in first image that image should zoom and when i mov to second second image should zoom like that... how can i do this, need some javascript or jquery something like that.But not sure...

JavaScript Image zoom with CSS3 Transforms, How to calculate Origin? (with example)

I'm trying to implement an image zoom effect, a bit like how the zoom works with Google Maps, but with a grid of fix position images. I've uploaded an example of what I have so far here: http://www.dominicpettifer.co.uk/Files/MosaicZoom.html (uses CSS3 transforms so only works with Firefox, Opera, Chrome or Safari) Use your mouse whe...

Seeking to zoom in on an image, slowly, on page load, using Jquery

Hello, I am looking to give the impression of zooming in from a large image to a detailed area of that image, over time, when the page loads - using javascript (jquery, preferably). I have been given the following flash site as a reference (action happens just after title fades in): http://www.delicatessennyc.com/ Not sure if this is...

Easily Zoom an Image in Silverlight 3 with slider control

Simple question, SilverLight 3 application (no toolkit). I want to use an image and a slider. The image is displayed fit to screen on load, and then the slider has to zoom-in and out the image when its value changes. I don't want to use anything else, like deepzoom. How can this be done? Urgent, Thanks in advance, ...

reset the image to original size after double tap.

I m doing zooming through this- @interface ScrollViewController : UIScrollView { UIImageView *imageView; } - (id)initwithImage:(UIImage *)image { if (self = [super init]) { // Custom initialization _image=image; imageView=[[UIImageView alloc]initWithFrame:CGRectMake(15, 20, 250, 250)]; [imageView setImage:im...

jQuery animate image zoom flickering

Hi! I'm trying to zoom an image using the jQuery animate function to resize its width and height. But when I change the left position (to center the picture on my "mask"), it's flickering... Someone knows how can I solve this? Or give me a better solution? Thank you all! =] ...

Magnify pan and zoom Image in Silverlight

How can i implement zoom , Pan , Magnify in silverlight. I have big image so my image is inside scroll viewer. and after zooming and panning i need to save position and zoom setting in database so when user back to screen can see same image area. ...

Zoom issue with UIImageView

I am trying to get pinch/zoom work but to no luck... please check code attached any help is appreciated. #import "SlideShowViewController.h" #import "SomAppDelegate.h" #import "MainCategory.h" #import <sqlite3.h> #import "UIImage+Resizing.h" NSInteger Val; NSInteger AIX; NSInteger AIY; NSInteger Height; NSInteger Pre; NSInteger Valtab; ...

UIScrollingView ... Scrolling works but zooming not !

Ben send me a tutorial about displaying several images in a scrollView. ( http://kwigbo.com/post/758575763/uiscrollview-image-gallery-tutorial ) I made it to adopt it to my need in an IPad App and i got it to work so far. BUT ... I'm banging my head for hours now to implement zooming images and couldn't make it work. I have a UIScrol...

how to zoom in view when user taps the view

i want to zoom in the view if the user holds finger on the image displaying on the view... as like we are now seeing the zooming in the mail composer when we hold the finger on the screen it gets zooming .... i want to do it this way...i hav a thumbnail images on the view and when user taps and holds on this it should zoom in normall...