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.
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.
heyo..!
hehe... i know what you mean.Quote:> Under linux, today, some image viewer (fast and user-friendly GUI as
> ACDSEE (Win95). Because Xv is a little too .......................
> not very ....handy !
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
|>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."
If your images all gif and jpegs (things can netscape can handle) thenQuote:> 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 ;)
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");
/*--------------------- end of program -------------------- */Quote:}
|>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
--
> Under linux, today, some image viewer (fast and user-friendly GUI as
> ACDSEE (Win95).
> Because Xv is a little too ....................... not very ....handy
> !
> Thanks.
If a commercial one would do, visit our web site:Quote:> Under linux, today, some image viewer (fast and user-friendly GUI as
> ACDSEE (Win95).
> Because Xv is a little too ....................... not very ....handy
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"
5. looking for an viewer like acdsee
7. zgv 5.5 - svgalib picture viewer with thumbnail-based file selector
9. zgv 5.4 - svgalib picture viewer with thumbnail-based file selector
10. picture viewer
13. A picture is worth a thousand words: picture of the software world