Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
614 views

WP7 Photo Viewer Control Available? [closed]

Possible Duplicate: How to make or use a standard Image Viewer for WP7 I'm looking for a control that's very similar to what WP7 has in the camera hub. It would be like a pivot control ...
4
votes
2answers
589 views

How to make or use a standard Image Viewer for WP7

I want to make an app that shows pictures. But I want to be able to zoom in and out with gestures. I fixed this by including a toolkit into my project. But my actual question is, can I use or is there ...
2
votes
1answer
242 views

Protected Tiff File Viewer Suggestions

In a web app we are building in ASP .NET, there is a requirement to allow users to view TIFF image files but not to have the ability to print, save or copy these documents. We understand users may be ...
1
vote
2answers
5k views

Modal Pop-up Image Viewer for Asp.net

I am looking for a control which can show me selected image detail view which is actually gonna be bigger image in a modal pop up to show a better view of image to my customers. You know those ...
1
vote
3answers
451 views

Embedded Slideshow/Image Viewer?

I've run across this sort of thing on multiple websites and was wondering what it was called, does anyone know? Here's a screenshot.
0
votes
1answer
19 views

How do I add support for a proprietary image format in Windows Photo Viewer / Picasa Viewer

I am working on developing a lossless compression algorithm using MATLAB. I would like to see some of my compressed images on windows photo viewer. Could anyone direct me on how to go about doing ...
0
votes
1answer
45 views

Scale an image without filling screen

I did a simple imageviewer and when I scale an image it takes the whole screen. I want it to get bigger but inside its grid.
0
votes
1answer
146 views

can jQuery Galleria.js load HTML files (or other content types, e.g., video) or just images?

I'm wondering if galleria.js, http://galleria.aino.se, can load HTML pages or just images (.png, .jpg, .gif)? I tried just plugging in an .html file but it didn't work, was wondering if loading html ...
0
votes
1answer
726 views

Working with Image viewer webpart in sharepoint 2010

I have inserted an Image viewer webpart in sharepoint page (say Page 1). Actually this page will be displayed by clickng on a Employee (link button) in onther page ( say Page 2) . From page 2 I can ...
0
votes
0answers
33 views

How to know the given image can be viewed by built-in viewer

I am making a app that when user click the image filename, it will call built-in image intent to view the photo. But problem arises here, some format is not supported. Is there any tool in API for ...
0
votes
0answers
120 views

Image Viewer using Flash Player

I am aiming to build an Image Viewer for the display of a range of images. They are currently i TIFF format but can convert to any other format. I have looked a several different ASP.NET controls ...
0
votes
5answers
54 views

Problems setting the correct file name to ImageViewer

I am trying to pass the value of a string from an array to an instance of ImageViewer when building a table view cell, but I am getting nil values. Here is the code: NSString *file = [[NSString ...
0
votes
1answer
297 views

Java image viewer

I am trying to create an image viewer the the idea is that the viewer will pop up with one image a random button and a reset button to let the user to click the button and cycle through a list of ...
0
votes
0answers
179 views

Web-based image viewers that support multiple file formats

I'm trying to find a web-based image viewer that supports many image formats. Most of the images will be TIF with some PDF, BMP and GIF. The vast majority of these images will be fairly small, say ...