Questions tagged [image-viewer]

Image viewer is an application which displays image files.

55 questions
8
votes
1 answer

how to set JFrame background transparent but JPanel or JLabel Background opaque?

As per assignment, we have to create a image viewer just like Picasas one. picture in the middle, translucent black background and changing images with left/right buttons. i can display an image set it to undercoated, set it to translucent frame but…
sabbibJAVA
  • 1,068
  • 1
  • 11
  • 17
5
votes
2 answers

WP7 Photo Viewer Control Available?

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 except for that in the right side of the screen one could see…
Gergely Orosz
  • 6,475
  • 4
  • 47
  • 59
5
votes
2 answers

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 a control that's already created for me to show…
3
votes
0 answers

Angular ngx-image-viewer how to trigger an event on click of Next and Previous images

I have implemented displaying images using ngx-image viewer in Angular. By default next(>), previous(<) buttons are displayed. On click of next/previous arrow I want to perform an event. As these are default icons, I am stuck on how to call the…
3
votes
2 answers

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 standard modal pop-up resizeable to selected image…
Tarik
  • 79,711
  • 83
  • 236
  • 349
2
votes
0 answers

Upgraded Angular 7 to 11 after that @hallysonh/ngx-imageviewer next, previous and zoom options are not working

I upgrade Angular 7 to 11 after that @hallysonh/ngx-imageviewer@2.0.4 (next, previous and zoom) options are not working. I tried with both node 12.20.0 and 14.15.0.I'm able to view the pdfthese buttons but previous, next, zoom buttons are not…
Karthick
  • 21
  • 2
2
votes
0 answers

Debug images (Mat) with OpenCvSharp

I am learning how to use an OpenCv wrapper for C# (OpenCvSharp). I am pretty new at it, but I did try OpenCv in C++. In C++ we can use Image Viewer to debug images. I would like to do the same for the OpenCvSharp wrapper. The only thing I have found…
Carlos
  • 43
  • 1
  • 6
2
votes
1 answer

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 able to print screen, and thus no solution will…
cian1991ferrari
  • 133
  • 2
  • 6
  • 16
2
votes
0 answers

ImageViewer intent shows blank image

I save an image under cache at runtime. Then I want to read and show it with system image viewer. I use below code for under api level 24: File f = new File(getApplicationContext().getCacheDir(), "sample.png"); Intent intent = new…
zakjma
  • 2,030
  • 12
  • 40
  • 81
2
votes
1 answer

Handle clicks on Image in ImageViewer (Codenameone)

We try to make an image clickable for some time within the Image Viewer. In my view, there is no listener for it? We have a gallery of images. After clicking on an image that is to be opened in a separate window. In another thread we found the…
2
votes
1 answer

How to create a new file containing an image from drawable in android?

I need pick an image from Drawable directory. My code is : private void CreateViewForIndex(View rootView, int index) { // Instantiate GPUImageView object ImageView mGPUImageView = (ImageView)rootView.findViewById(R.id.image); …
Pedrinho
  • 71
  • 1
  • 6
1
vote
1 answer

Can jQuery Galleria.js load non-image file types, e.g., .html files or other content types such as HTML5 Video?

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 files into the viewer might be an option i'm not…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
1
vote
4 answers

How to make a image viewer with left right functionality in tkinter?

I have bunch of links and labels in list to view those I want to make a image viewer with next, previous functionality. My links and labels for respective images are in list. Up to now I had tried this : urls=[url,url1,url2,url3] labels=["label…
imxitiz
  • 3,920
  • 3
  • 9
  • 33
1
vote
0 answers

I cant load the image in image viewer

When I use the image viewer, it didn't work. I add the image viewer component in a container, then in properties tab -> image, I add the image. Then I run the app, it showed "an internal application error occurred: java.lang.nullpointerexception".…
Andy
  • 41
  • 1
1
vote
1 answer

feh image viewer: reloading displayed image from external command

Someone know a way to send on Linux an "instruction" (like a system command) to an already open feh instance to reload the same image already loaded or maybe another one? I have seen feh doing relatively complex task via shell scripts, but I am…
Vasily
  • 316
  • 3
  • 12
1
2 3 4