Image viewer is an application which displays image files.
Questions tagged [image-viewer]
55 questions
0
votes
1 answer
undo setPixel operation in qt by moving Slider
i have an application in qt that loads an image. The user can set a cross by moving the slider with setPixel(). If he decrements the slider, the cross should become smaller and the original pixel should be displayed.
But unfortunately nothing…

bjkerim
- 1
0
votes
5 answers
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 alloc] init ];
file = [photoFiles…

iProgrammer
- 3,099
- 3
- 33
- 59
0
votes
1 answer
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 different images randomly. I can open the viewer but…

user702307
- 1
- 2
- 2
0
votes
2 answers
Does ng2-image-viewer support tiff images?
I am using Angular cli 8.3, and ng2-image-viewer to load a tiff image (base64), but ng2-image-viewer is unable to load the tiff image.
Does ng2-image-viewer support tiff image?
Link to ng2-image-viewer.
https://www.npmjs.com/package/ng2-image-viewer

CP Lim
- 41
- 2
- 6
0
votes
1 answer
How to load image in ImageView dynamically in Java FX
I'm working with FXML and have two different Scene on a single Stage. btnStart is on scene1, and imgBtn is on scene2. When I click btnStart it sets scene2 to stage and loads an image to imageView (this is throwing NullPointerException). But when I…

Heman Kundu
- 11
- 5
0
votes
3 answers
How to solve it: “You need to use a Theme.AppCompat theme (or descendant) with this activity”
View imageOverlayView =
LayoutInflater.from(getApplicationContext()).
inflate(R.layout.layout_image_overlay, null);
new ImageViewer.Builder(getApplicationContext(), imageURLs)
.setStartPosition(0)
…

Mohammed Thufail
- 41
- 1
- 6
0
votes
1 answer
I am facing run time error with Array Out of Bound exception
My Log Cat error is this but I am not getting this handler and looper error and also I have tried various things. This program is for sliding image automatically using view pager:
09-16 10:53:25.326 10063-10063/? E/AndroidRuntime: FATAL EXCEPTION:…

Violet
- 47
- 12
0
votes
2 answers
Zoom of image with scrollviewer in WPF
I have an Image viewer implemented using ScrollViewer
.XAML

Ratzz
- 15
- 6
0
votes
1 answer
Photoviewer not working intel xdk build
How can i build image viewer using intel xdk.
I tried
https://github.com/sarriaroman/photoviewer
plugin.
but when building it says gradle script not supporting. Similar issue when i am using crosswalk. Any help

Jagrit Ojha
- 167
- 1
- 2
- 11
0
votes
0 answers
count tools in page
I have used a scroll viewer in my WP App C# and some image viewers.
For setting my scroll viewer height i want to use a dynamic code.
so in class i have code :
private void load(object sender, RoutedEventArgs e)
{
int a ;
a=60;
…

Amir Jobs
- 11
- 5
0
votes
3 answers
Open image viewer from url stored in data bases android
I am working on android application in which i am storing image in data bases, and on displaying time my url is like : http://files.parsetfss.com/ee6c904a-c395-4a92-bb80-9fe687901411/tfss-4a6bdb3c-5818-4057-964f-99bcf23f3d35-1425711426766.jpg I have…

android_explorer
- 345
- 1
- 3
- 10
0
votes
1 answer
How to view selected item in listbox in image viewer asp.net
I have this code that populates my listbox that contains what I type in the textbox. My problem is how can I view the selected item in my listbox in a image viewer since all my files are images? Am I missing something?
Here's my code:
protected…

NatsuDragneel
- 297
- 1
- 4
- 21
0
votes
1 answer
Android Image viewer app test
I am trying to follow the link below for the code for a Image viewing app in android.
android image "viewer" app
But I am getting an error with the r.raw.image1. (also on raw.image2 and image3). I have saved the images in the asset folder. Error…
0
votes
1 answer
Multiple elastislide viewers on single page
I need to have multiple elastislide viewers on my webpage, but I can't for the life of me get them to work... I tried using the example of a solved similar question on here, but it still wont work.
If anyone could show me some code, or a real…

b f
- 1
- 1
0
votes
4 answers
how to create JQuery picture viewer with next and back buttons
Am Looking for help to solve this problem i would like to create a simple image viewer with the following specifications.
MySQL Fetch Images
User Click One Image to view (picture-viewer popup, selected image
shown)
User be able to see NEXT image…

codefun
- 13
- 1
- 2
- 6