On Sun, Mar 12, 2000 at 08:10:30PM -0500, I wrote:
>
> What you need to do is set define viewers in lynx.cfg for the different
> graphics types. I run Linux, and this is what I have in my lynx.cfg:
>
> VIEWER:image/jpeg:openvt -sw -- zgv %s &:NON_XWINDOWS
> VIEWER:image/jpe:openvt -sw -- zgv %s &:NON_XWINDOWS
> VIEWER:image/jpg:openvt -sw -- zgv %s &:NON_XWINDOWS
> VIEWER:image/jp:openvt -sw -- zgv %s &:NON_XWINDOWS
> VIEWER:image/gif:openvt -sw -- zgv %s &:NON_XWINDOWS
> VIEWER:image/png:openvt -sw -- zgv %s &:NON_XWINDOWS
> VIEWER:image/bmp:openvt -sw -- zgv %s &:NON_XWINDOWS
I forgot to mention that to make this work, you also have to include this
in your lynx.cfg:
MAKE_LINKS_FOR_ALL_IMAGES:TRUE
That also goes for the DOWNLOADER method.
Chuck