|
Most gopher clients won't handle sixel graphics correctly even if your terminal
supports it. Clients that use the UNIX tool `cat` will work. `less` with the
-r parameter will work as well except it won't get the screen hight correct.
* vf-1 works ok. The default text/plain handler is cat. If you use the 'less'
command, it will pass -R instead of -r to the system less and it will ignore
control characters.
* sacc does not interpret the control characters.
* clic thinks the image is one line high and scrolls the content too far up the
buffer.
* lynx does not interpret the control characters.
I use vf-1 modified to pass '-r' to less.
If you can see a row of colors below, your sixel graphics are working!
|