Image viewer is an application which displays image files.
Questions tagged [image-viewer]
55 questions
0
votes
1 answer
How to make universal image loader get image from sd card dynamically
i get an example from here
https://github.com/nostra13/Android-Universal-Image-Loader
In the Constants.java is for the image source link. The thing that i want is scan the specific folder in sdcard, then get all image url in dynamic.
Not one by one…

cj7
- 15
- 2
- 3
0
votes
1 answer
How to set files 's number in folder in C#
I'm making image viewer now. However I don't know how to set file's number in folder.
I have to set CurrentImage number. The function I describe is Prev and Next button.
protected FileInfo[] imageFiles;
protected int pCurrentImage ;
private void…

user2425112
- 9
- 2
0
votes
1 answer
HTML5 Image Viewer (Browse Add Image)
http://jsfiddle.net/KFEAC/2/
I'd like to learn how to add a image from my hard drive into an HTML5 canvas. I don't wanna upload it, just load it from my hard drive dynamically from a browse window after a button is clicked.
I do believe this is…

Michael Schwartz
- 8,153
- 14
- 81
- 144
0
votes
4 answers
Need for multiple elastislide image viewers on one page
I found this nifty image slider: http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/
Since im developing an events site with this design: my webpage design, i would love to add multiple (3) sliders on one page. I am new to jquery…

Timothy
- 4,198
- 6
- 49
- 59
0
votes
0 answers
How to open uiimage in ImageViewer via code?
I have added some images in my iOS app. Now i want to open that images in iPhone/iPad image viewer when i click on them. Is it possible using code? and how?

stack
- 951
- 3
- 9
- 23
0
votes
1 answer
big image viewer size like 2529x3516
I working on a project where i have one thumbnail of a scan document and then i whant to click on this thumbnail and show the whole big picture of it and the user should pan, zoom etc on it.
The best viewer should be something like a PDF viewer but…

RickardP
- 2,558
- 7
- 34
- 42
-1
votes
1 answer
if master._last_child_ids is None: AttributeError: 'PhotoImage' object has no attribute '_last_child_ids'
from tkinter import *
from PIL import ImageTk, Image
root = Tk()
root.title("Images")
root.iconbitmap(r"C:\Users\DellABD\Downloads\lolol.ico")
my_img1 = ImageTk.PhotoImage(Image.open(r"E:\imagespy\illusion.jpg"))
my_img2 =…

Matrix
- 7
- 2
-1
votes
1 answer
How to change image with the click of a button in java
If already an image is display, by clicking a button how can i change it to another one?
Say I have two image buffered.
bi = ImageIO.read(new File("1.jpg");
bi2 = ImageIO.read(new File("2.jpg"));
and to display the bi I am using
public void…

sabbibJAVA
- 1,068
- 1
- 11
- 17
-2
votes
1 answer
Image Viewer removing items from listbox that not image
I have this code
var dirInfo = new DirectoryInfo(currentDir);
DirectoryInfo di = dirInfo;
FileInfo[] fia = di.GetFiles();
FileInfo t = null;
for (int p = 0; p <= fia.Length - 2; p++)
{
for (int i = 0; i <= fia.Length - 2; i++)
{
if…

user19945067
- 1
- 2
-2
votes
2 answers
image viewer for windows that doesn't play slideshows in full screen
on linux I had a good image viewer that could run a slide show in multiple instances simultaneously but on windows I can't find anything that doesn't force your image viewer into full screen.

tomokok69
- 1
- 1
- 2