Pixels, not grains.

Apr 11, 2006 11:10



I've been going through the manual for Jay's oldest digital camera and while I'm not proficient with it, I can use it. Last night I tried to read a few images off of the memory card. After a bit of figuring out just where Ultima (Slackware) puts a memory card, I could copy the pictures to the laptop.

Now I have enough working so that I can use ( Read more... )

ultima, image viewer, camera

Leave a comment

Comments 9

altivo April 11 2006, 16:24:21 UTC
Your web browser will work as an image viewer for individual photos. Even the small packages, like Epiphany or Galeon, will be adequate for that if you don't want full blown Mozilla. Firefox works too.

If you need something that generates thumbnails to the screen the way gthumb does, you might just try gthumb. It runs fine for me under xfce. I think it does start a couple of gnome tasks running in order to support itself, though, so if you are memory or disk space constricted, it may be painful to use.

Your memory card probably appeared as a "pseudo-scsi" device, no? Something like sda or sdb? That's what memory cards and USB flash memory devices do on my slackware installations.

Reply

vakkotaur April 11 2006, 16:38:48 UTC

For individual images, a browser is fine. I want to be able to hit a 'next' button or key and get to the next image in the directory. I have a few choices that I'll look through tonight if I'm not busy with something else. The thumbnail view is already provided by xfm, so that's not a big concern.

I expected the card to show up as a pseudo-scsi device USB stuff does, too, but it turn out that it becomes /dev/hdc1. I've made a proper mount point for it and edited fstab so it will be easier to deal with from now on.

Reply


altivo April 11 2006, 16:31:00 UTC
Another thought. If gthumb is not an acceptable solution (I do like the interface on it though) then have a closer look at the xfce native file manager application. It does give thumbnails for recognizable image files in any directory, and you can configure it to launch any small viewing program, like Image-Magick or Epiphany when you double-click an icon.

Just checked it out. I'm not on the current version of anything here at work, but even with slackware 9.1 and xfce 3.9, a right mouse click in the file manager gives you usable options for an image. "Preview this image" enlarges the thumbnail. "Display this image" launches Image-Magick for a full sized view and the ability to print. "Edit this image" launches GIMP for full Photoshop-like capabilities.

Reply

vakkotaur April 11 2006, 16:42:18 UTC

ImageMagick is already there and while it works, it seems to not do the thing I want. I see a 'previous' and 'next' option in the menu, but it seems to only work if the images are already open in another IM window, which isn't what I'm after.

Reply

altivo April 11 2006, 17:16:32 UTC
I'm looking at Image-Magick version 5.9.x I think. I found that the next and previous work if you start it from the command line.

cd to the directory with the images you want

display *.jpg [or whatever, it handles a zillion file formats]

The window now opens on the first file that matches your wild card, and next will move to the next one, etc. A left mouse click opens an extensive toolbox. (I didn't realize this program could crop and scale and all that, but apparently it can.) A right mouse click opens a brief popup menu of the most common commands. The space bar is the same as next. There are a whole bunch of shortcut keys.

I haven't found a way to invoke this mode from the GUI alone, but it works quite nicely from the command line.

Reply

altivo April 11 2006, 17:21:08 UTC
Almost GUI approach. From the xfce file manager, select the directory with the images in it. Right click, choose open with. A prompt line opens for the program name. Put in 'display ./*' and press enter. Image-Magick pops up for all the image files in that directory, and lets you go next/previous through them.

Reply


taper April 15 2006, 03:50:05 UTC
The image viewer I use a lot is gqview -- not gnome-specific, I believe, and pretty nice for viewing directories full of stuff.

Reply


Leave a comment

Up