Picture viewer for Linux as ACDSEE under Win95 ?

Picture viewer for Linux as ACDSEE under Win95 ?

Post by Tong YAN » Sat, 21 Mar 1998 04:00:00



Hello,

Under linux, today, some image viewer (fast and user-friendly GUI as
ACDSEE (Win95).
Because Xv is a little too ....................... not very ....handy !

Thanks.

 
 
 

Picture viewer for Linux as ACDSEE under Win95 ?

Post by Philipp Kaese » Sun, 22 Mar 1998 04:00:00


heyo..!

Quote:> Under linux, today, some image viewer (fast and user-friendly GUI as
> ACDSEE (Win95). Because Xv is a little too .......................
> not very ....handy !

hehe... i know what you mean.

take a look at http://www.labs.redhat.com, there's rasterman having
developed "Electric Eyes" a picture viewer which looks very promising
to me.

(however, I hadn't the time to compile/install it yet)

cya
Furball

 
 
 

Picture viewer for Linux as ACDSEE under Win95 ?

Post by Alex Schepe » Mon, 23 Mar 1998 04:00:00



|>heyo..!
|>
|>> Under linux, today, some image viewer (fast and user-friendly GUI as
|>> ACDSEE (Win95). Because Xv is a little too .......................
|>hehe... i know what you mean.
XV sux as a FAST viewer ;) Well I tried ACDSEE (16bit version) under Wabi
but it didn't work. I managed to get some funcionality out of Paint Shop
Pro, though :) But maybe Wine'll do the trick for ACDSEE.

|>take a look at http://www.labs.redhat.com, there's rasterman having
|>developed "Electric Eyes" a picture viewer which looks very promising
|>to me.
|>(however, I hadn't the time to compile/install it yet)
Raster's stuff (Enlightenment) is a must! I tried Electric Eye too, but it
didn't compile. Haven't really tried to figure out yet where it went wrong
(no time) but Philipp is right, looks very promising and worth a look :)

But it's strange no one has developed such a thing for X. XV is not an
option when it comes to dealing (just viewing, no editing) with large
numbers of pictures in a fast way. A plugin for the Gimp perhaps? Anyone?
Maybe this is a good time to start learning C ;)

Alex
--
..."Bones...that...feels...wonderful!" --- "It's head, Jim."

 
 
 

Picture viewer for Linux as ACDSEE under Win95 ?

Post by sub.. » Mon, 23 Mar 1998 04:00:00




Quote:> But it's strange no one has developed such a thing for X. XV is not
> an option when it comes to dealing (just viewing, no editing) with
> large numbers of pictures in a fast way. A plugin for the Gimp
> perhaps? Anyone?  Maybe this is a good time to start learning C ;)

If your images all gif and jpegs (things can netscape can handle) then
an alternative way to do picture viewing using Netscape is possible.
   I wrote the following small C program to generate a HTML file
which can be viewed with netscape as a clickable image browser with
thumnail images.
    Suppose that your images are in a directory ~/pix.  Do:
% gcc image_browser.c -o showme
% showme ~/pix/*.gif ~/pix/*.jpg  > thumbs.html
% netscape -remote 'openURL('file:`pwd`/thumbs.html')'

You can easily the customize the program to your need by tweaking
the values of the constants.

/*--------------------- cut here -------------------- */
#include <stdio.h>  /*  image_browser.c */
const max_pix_per_line=5;
const pix_height=100;
const pix_gap=20;

main(int ac, char **av)
{
 int i,cnt;
 printf("<html><head></head><body>\n\n"
           "<table cellspacing=%d>\n", pix_gap);
 cnt=0;
 for(i=1; i<ac; i++) {
  if(cnt==0)  printf("<tr>\n");
  printf("<td> <a href=\"%s\">"
         " <img border=0 height=%d src=\"%s\"> </a> </td>\n",
                        av[i], pix_height, av[i]);
  cnt++;
  if(cnt==max_pix_per_line) {
        printf("</tr>\n");
        cnt=0;
  }
 }
 if(cnt!=0) printf("</tr>\n");
 printf("</table>\n\n</body></html>\n");

Quote:}

/*--------------------- end of program -------------------- */
 
 
 

Picture viewer for Linux as ACDSEE under Win95 ?

Post by Alex Schepe » Mon, 23 Mar 1998 04:00:00



|>heyo..!
|>
|>take a look at http://www.labs.redhat.com, there's rasterman having
|>developed "Electric Eyes" a picture viewer which looks very promising
|>to me.
|>
|>(however, I hadn't the time to compile/install it yet)
Okay, after my previous reply I dug back into it and discovered the error
lay in the 'main.c' file. I had to change every 'gdk_save_image_to_ppm'
occurance into 'gdk_imlib_save_image_to_ppm' for it to compile correctly.
Nice program and beuatifull too, though still no ACDSEE :) Oh well, maybe
this is of some help to anyone.

Alex
--

 
 
 

Picture viewer for Linux as ACDSEE under Win95 ?

Post by lorenz von krosig » Tue, 24 Mar 1998 04:00:00



> Hello,

> Under linux, today, some image viewer (fast and user-friendly GUI as
> ACDSEE (Win95).
> Because Xv is a little too ....................... not very ....handy
> !

> Thanks.

try it with ImageMagik and its display command I think it`s really good
for what you seem to be lookin for.
 
 
 

Picture viewer for Linux as ACDSEE under Win95 ?

Post by Stefan Hundhamme » Tue, 24 Mar 1998 04:00:00


Quote:> Under linux, today, some image viewer (fast and user-friendly GUI as
> ACDSEE (Win95).
> Because Xv is a little too ....................... not very ....handy

If a commercial one would do, visit our web site:

        http://www.datech.heitec.de/HXm/hxm_iv_overview.html#XmtView

This one comes as a sample viewer with our new TIFF / JPEG etc. image view
widget.

--

HEITEC Datentechnik GmbH * Schuhstr. 30 * 91009 Erlangen * Germany
Tel.: +49-9131/877-218 * Fax: +49-9131/877-222

http://www.datech.heitec.de

 
 
 

1. Q: ACDsee-like viewer for X/Linux?

I'm looking for a picture/file viewer for X/Linux that has at least some
of the features of ACDSee for Windows, especially a browseable thumbnail
window and an ability from that screen to copy/move/delete.

---------------------------------------------------------------------------
Shade and sweet water,

"A small bullet, a piece of glass /
 And your heart just grows around it" -- Laurie Anderson, "Poison"

2. question about 'dd'

3. Any ACDSee like viewer?

4. Moving a NIS Master

5. looking for an viewer like acdsee

6. Star Office can;t find jre

7. zgv 5.5 - svgalib picture viewer with thumbnail-based file selector

8. sun permissions

9. zgv 5.4 - svgalib picture viewer with thumbnail-based file selector

10. picture viewer

11. PICTURE VIEWER FOR UNIX ?

12. Picture Viewer Wanted

13. A picture is worth a thousand words: picture of the software world