Questions tagged [image-viewer]

Image viewer is an application which displays image files.

55 questions
1
vote
1 answer

JavaFX: Passing on an Image extracted from a FileChooser triggered from the Root view into an ImageView object in a nested view

I'm new to JavaFX, so please forgive the noobishness. So I'm making a Picture Viewer. This is my first time designing a GUI with the MVC paradigm, so I'm not very sure what I'm doing. What I'm Trying To Accomplish: It's just a normal picture viewer.…
Pt. Terk
  • 462
  • 4
  • 13
1
vote
2 answers

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.
mclaughj
  • 12,645
  • 4
  • 31
  • 37
1
vote
1 answer

Using fbi as slideshow causes portrait images to autorotate

Im using a Raspberry Pi running Raspbian Wheezy as a digital photo frame. The Pi is configured to autologin on boot and execute a bash script that starts fbi as a slideshow, like so: fbi -noverbose -a -t 10 /home/pi/Pictures/*.jpg…
user162390
  • 41
  • 3
1
vote
1 answer

How to set initial view of AFImageViewer framework?

I'm building a photo gallery for an app that loads latest wall pictures from a facebook page. I've got a thumbnails gallery and a detail view much like many other photo galleries. I found this nice little framework that manage downloading and…
1
vote
0 answers

Drawing on Qt ImageViewer example

I'm new to Qt and started developing an app based on one of the sample projects qt provides: "Image Viewer". Here's the examle project itself: http://doc.qt.io/qt-4.8/qt-widgets-imageviewer-example.html To make sure I didn't do anything wrong thying…
mikhail
  • 517
  • 5
  • 16
1
vote
2 answers

ImageViewer in WPF

Hi everyone I would like to implement an ImageViewer (like the one in Facebook for example) in a WPF application I already have a ListBox whith my pictures, it works well. But I would like to add pop "image full size" when the user double click on…
Pak
  • 2,639
  • 2
  • 21
  • 27
0
votes
1 answer

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 this? Where may I find specifications to create a…
Lord Loh.
  • 2,437
  • 7
  • 39
  • 64
0
votes
1 answer

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
0 answers

Saving visible part of image on the screen in binary file with python

I am creating Image Viewer app using python and tkinter for gui. I want to save image part that is inside the canvas and save it in binary file. Sometimes it works fine, but sometimes i get that image but its distorted and its like u cut right part…
MSt
  • 1
0
votes
0 answers

How can i add horizontal or vertical rulers around an image in my website?

I want rulers that we have in word or PowerPoint around an image. Is there some kind of library or any inbuilt provision for this?
0
votes
0 answers

Kivymd image viewer when using on multiple screen problem

from kivymd.app import MDApp from kivy.lang import Builder from plyer import filechooser from kivy.core.window import Window from iv import imv from kivy.uix.screenmanager import ScreenManager, Screen Window.size = (300, 500) class…
Nameless
  • 1
  • 2
0
votes
1 answer

camanjs and openseadragon: filters are loading delayed

I want to use some caman filters in a OpenSeaDragon viewer. Whenever I try to load multiple filters synchronously, the filters load delayed and become visible only after zooming the image. I used the following filter options. Does anybody struggle…
0
votes
1 answer

ng2-image-viewer is not compatible with latest version of angular (11+)

I'm getting this error on ng serve: ERROR in node_modules/ng2-image-viewer/index.d.ts:3:22 - error NG6003: Appears in the NgModule.exports of SharedModule, but could not be resolved to a NgModule, Component, Directive, or Pipe class. This likely…
0
votes
1 answer

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 get Employee ID in querystring. So now I have to…
karthik k
  • 3,751
  • 15
  • 54
  • 68
0
votes
0 answers

How to open form input images on default image viewer of an operating system in javascript?

Are there any ways to open an image which has been uploaded by , through the default image viewer of an operating system in the client side using plain javascript. ? I went through several resources but did not get a proper…
Rifky Niyas
  • 1,737
  • 10
  • 25