Debian :: Use Output From Command In Image Viewer
Jun 4, 2011
I want an image viewer to show the images in a directory in a random order. For that, I made the following script:
cd /home/DIRECTORY
ls > files
sort -R files
cat files | gpicview
Everything looks fine, but gpicview doesn't open the images! I also tried it with pqiv but instead of just opening the images, it opens a dialog asking me which of the files I want to open.
View 6 Replies
ADVERTISEMENT
Apr 5, 2011
Whenever I want to look at an image on the command line I use Kview, but what I want to use is the standard one you get when you click on an image file in windows mode. For me it's called visionneur d'image cos I'm using linux at my university in France.
View 8 Replies
View Related
Jan 19, 2016
I have a doubt about the Gnome default Image Viewer.It's because I edit my RAW images on RawTherapee, and then export them to jpg.When I open the exported pictures on the image viewer, it looks like has lots of noise.But when I open the same picture on Gimp or Iceweasel, the noises doen't appear.
So, the question is: which image viewer is wrong? Is Gimp and Iceweasel "fixing" the picture automatically, or Gnome Image Viewer is reading it wrongly and showing it with noise?URL...
View 1 Replies
View Related
Jul 6, 2010
Iam looking for an Image viewer that lets me delete images through an 'delete' button/option in toolbox.. Most of the image viewers uses edit menu-->delete option,but iam looking for an direct link,clicking on which deletes the image currently open in image viewer
???
View 2 Replies
View Related
May 23, 2010
I am trying to locate a simple image viewer that does the following simple function:
1. Able to open JPEG files (only .jpg images loaded).
2. Open them in full screen mode (launched via terminal command).
3. Able to close once clicked on them in full screen mode (example config file: MOUSE_BTN0 = quit)
I tried a few, I liked the simplicity of Eye of Gnome ( eog ), but the close on a click while in full screen doesn't seem an option? Unless there's a config file hidden somewhere?
View 4 Replies
View Related
Aug 17, 2011
I would like to display a fully opaque image (e.g. PNG RGB8) on the desktop in an image viewer - but such that I can set the window (showing the image) to be, say, 50% transparent (so I could see through and compare with other windows below). It would be even better if the viewer just shows a "panel" instead of a "window" (i.e. I'd prefer just the image shown, possibly with a border - instead of a full blown window with menubar, titlebar etc).
I'm aware that in Compiz, it should be possible to run a plugin, and have any window you want transparent - but I was hoping for a solution (viewer) that would not be Compiz-specific (and even more preferred, if it is neither Gnome nor KDE specific - but I'm not sure that is possible).
View 1 Replies
View Related
Sep 7, 2010
Fast image viewer: MIRAGE or EOG? [URL] or [URL]. Which one do you favour? If possible, why such choice. (All choices are matter of tastes and preferences, being respected, and all have 100pct right).
View 5 Replies
View Related
Feb 8, 2010
I want to know if there is any application from which I can view/convert the JBG Images to any other format. I have installed XnView and Image Magick. XnView does no support the JBG Images and Image Magick gives error while converting the image.
View 9 Replies
View Related
Jan 10, 2010
I've read about and taken brief looks at F-Spot, Gthumb, GQView, KphotoAlbum, and digiKam. Why is it so hard to find an app that edits IPTC? I think digiKam is supposed to, but 1) I was hoping not to have to run a KDE app on Gnome and 2) I can't even figure out how to use the darn thing ... it seems very unintuitive to me.
I miss Irfanview so much. (and no, I don't want to run WINE. I don't know why so many people are quick to suggest running Windows apps in WINE. If i wanted to run Windows apps, I'd run stinkin' Windows.)
It's one of those weeks for me when I feel like the more I actually try to USE Ubuntu for getting things done (as a long time Windows user), the more my hands are tied. I mean crap... MediaMonkey, Irfanview, ... ugh. Computers are for accomplishing tasks. Apps are for doing those tasks. OSes are for running those apps. I used to be a diehard OS/2 fan back in the day until I finally gave in to Windows. I still knew OS/2 was way superior, but what's the use in running a "superior" OS if you don't have the apps with features you need? I'm not trying to start a fight here and I hope I don't get slammed for my little venting here, but honestly...
View 5 Replies
View Related
May 20, 2010
Is there image viewer for linux similar to ACDSee?
View 3 Replies
View Related
Jan 31, 2011
I've tried what feels like at least a dozen different image viewers and I'm still hunting for one that handles viewing by date taken. The trick is that I'd like to just click the jpeg as they come off the camera and then browse through all the photos in the order taken... without having to load them into a photo management application, sort them in their, then start viewing from there. Too many extra steps for too many pictures when you're looking at a collection that is already organized (using the file system, i.e., nested directories) back to 2000. I need (ideally) a viewer where I click the jpeg, then go next next next through them in the order in which they were taken. Does anyone know if this sort of thing exists?
View 6 Replies
View Related
Sep 1, 2010
I'm trying to produce some screenshots of the screen in which there's a window playing a video in avi format. The problem is whenever I take a shot, the video window appears 'solid blue' in the output image. Is there any way or program with which I can capture the current frame of the video
View 1 Replies
View Related
Nov 5, 2009
I've noticed in Gnome pretty much all applications auto-rotate images when viewing, but leave the original image data intact. This may sound silly, but when I want to post pictures on, for instance, Facebook they upload as the picture was originally taken. So, if I took a picture with the camera flipped sideways it appears upright in Nautilus and the two image viewers I have installed, but when I upload the picture it appears to be flipped on its side. Does anyone know how to disable the auto-rotate when viewing feature?
View 2 Replies
View Related
Mar 19, 2011
The default image viewer in 10.10 (eog) has met its match, a ~500MB image of the moon. I just thought it was kind of funny, while browsing the software center for an image viewer that could handle it, I noticed the description of the one installed by default and thought it was kind of funny, so I snapped this screenshot and thought I'd share it with you guys. By the way I have 4 GB of RAM and can view the image just fine in GIMP, just thought this was kind of funny.
Screenshot
View 1 Replies
View Related
Jul 7, 2010
I'm a total newbie in Linux and only have limited experience of programming - in Hypercard, Javascript and some Python on the Mac platform. Now I want to get started with high-level programming and scripting on Ubuntu 10.04. The project I have in mind is fairly simple: I want to create an image viewer window that I can bring up on a RAW image file in Nautilus - with the help of dcraw, to inspect the image at 100% without going into a separate application.
The viewer should have a button that if clicked, would then convert the file to a TIFF, again using dcraw. That's it, that's all there is to it. My initial impression is that I should be able to achieve this using Python and GTK widgets. Am I right? How can I find the commands and structures I will need to work with?
View 8 Replies
View Related
Mar 4, 2010
When I am deleting pictures using gThumb image viewer it asks "The selected images will be moved to Trash, are you sure?" And if I press "yes" button - it moves message to ~/.Trash, can it be configured to move them into "real" trash? I have created symbolic link and it solved part of my problems, but files "restore" option is unavailable to files which were moved in to trash by this method.
View 3 Replies
View Related
Sep 1, 2010
There's something very annoying about how Nautilus opens "image viewer" windows.
They open, I can see them, but when I press the keyboard, it's still Nautilus which gets the commands.
This is because Nautilus stays the active window!
Most annoyingly, when I want to have a quick look at an image, and then close it, Nautilus closes instead (Alt+F4).
Does anyone know what I'm talking about?
How to solve it?
View 4 Replies
View Related
Feb 25, 2011
How to see the command output headings
For example:
on executing the 'w' command u will get the following output:
$ w
USER TTY FROM LOGIN IDLE JCPU PCPU WHAT<<<column headings
navdeep tty1 - 23:55 31:10 5:00 0.00s /bin/bash /usr/
navdeep pts/0 :0.0 00:00 0.00s 0.44s 0.00s w
Here we know what each column stand for but this not the case with other commands. How to do this (column heading for commands).
View 1 Replies
View Related
Oct 26, 2015
I have been following the Xen Beginners Guide here: [URL] .....
Everything was going smoothly until I got to the 'Configuring xen-tools and building our guest' section (two thirds down the page).
I installed xen-tools and then typed the following in a terminal window (as root):
xen-create-image --hostname=development-pv-guest --memory=2048mb --vcpus=2 --lvm=develop --dhcp --pygrub --dist=jessie
I admit PV is new to me, compared to simple HVM, so I have a number of questions:
1. Why the command not found error?
2. Should I be booting from the Xen option or regular boot option at the start up screen when creating the xen image? I've tried both and get the same error message.
3. I have Debian 8 (Jessie) installed on my system and I wasn't sure whether I should therefore make this the guest OS in my Xen PV. In asking this question I'm thinking in terms of HVMs - but I assume my Xen PV needs a guest OS of some kind? Or is my host Debian 8 already acting as a guest OS in Xen PV? I'm confused
4. If I do need to install a guest OS, is it better to go for an earlier version of debian - so as not to be so resource hungry?
I'm nervous about screwing up my host debian installation, so when I got the error message, did some research but found nothing meaningful. I don't want to end up having to reinstall my Debian 8 (base OS) ... again!
View 8 Replies
View Related
Apr 28, 2011
Can save an image from clipboard into file using command line?
may be image magic?
View 3 Replies
View Related
Jan 8, 2011
I have triedShotwellgThumbF-SpotNone of them has the possibility to define a shortcut which will move current picture to a defined folder.I want to get a collection of pictures to send to a friend. Before that I want to resize using imagemagick.Irfanview allows definition of locations for "Copy to" or "Move to" (F8 shows list of predefined locations, press 0-9 for copy. So effectively two key strokes). Does anyone know about an ubuntu image viewer that makes this possible with one key combination?
View 2 Replies
View Related
Apr 26, 2010
Here is a command line tool to view Banshee's status. It isn't much, but I thought it might be useful to someone. Example output:
Code:
Now playing:
01:33 | |
NightOwl
by Maxis from Sim City 4
Ratings: **** ( 100 )
It refreshes every 5 seconds.
View 2 Replies
View Related
Jul 3, 2009
I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?
View 4 Replies
View Related
Oct 20, 2010
I am using gtk to program GUI. How can I show the output of shell command into a textbox, ex ps -efc command ?
View 3 Replies
View Related
Jul 2, 2011
I want to run gsettings list-schemas (which return a list of about 100 names separated by spaces)and somehow direct each name one at a time as the input to this command:gsettings list-recursivelyI've tried it with awk, and standard | piping and also as a string variable strvar=$(gsettings list-schemas) and using the $strvar as the input butam missing something in between I'm sure like for - while or proper syntax of awk etc
View 3 Replies
View Related
Nov 13, 2010
I want to use the output of a previous command as a parameter to another command. For example: to know where "nice" is stored i typed: which nice output: /usr/bin/nice now the second command i typed is: ls -l /usr/bin/nice Is there a way to have a single command like: ls -l which nice ?
View 4 Replies
View Related
Mar 3, 2011
I copied and pasted this from someones signature.d/__How did they write that horizontally mirrored 'd' at the end? How do I do that in Linux?
View 5 Replies
View Related
Oct 18, 2010
I have a file that will only work if you view it online. It will not work if i download it and then view it. I have no idea why. Right now I have to use Adobe Reader. Is there any alternative?
View 1 Replies
View Related
May 11, 2011
I have a Canon iR3570/iR4570 PXL, and installed the driver CQue 1.0 TCP/IP Queue from Canon webpage.
The problem:
- if i try to print an OpenOffice or LibreOffice Calc with an image and text, the image is not printed (the space is blank).
- if i try to print an OpenOffice or LibreOffice Calc with just an image, it's printed great.
- if i try to print an OpenOffice or LibreOffice Impress, the images are not printed but the text is printed great.
[Code]..
View 3 Replies
View Related
Feb 23, 2010
I'm looking for a pdf viewer for Linux capable of changing the background color of pdf documents, like Adobe or Foxit do.
Evince doesn't, neither xpdf, nor foxit for linux desktop.
View 1 Replies
View Related