#780649 fbi: fbgs text is rendered with jaggies

Package:
fbi
Source:
fbi
Description:
Linux frame buffer image viewer
Submitter:
Ben Wong
Date:
2015-03-19 16:48:26 UTC
Severity:
wishlist
#780649#5
Date:
2015-03-14 19:58:41 UTC
From:
To:
Dear Maintainer,

PDF documents can be hard to read using fbgs because text is not being antialiased. Some documents are so unpleasant to
read that the program is essentially unusable.

Fortunately, it is a simple matter to enable antialiasing in ghostscript, if the output device is not monochrome.

I have created a patch which makes color and antialiasing work by default in fbgs. Of course, I have added flags to
disable those defaults if someone should so wish. (-M for monochrome, -A for no antialiasing).

Note that since antialiasing requires "color" output, this patch includes the fixes I sent on BUG #780643.

A second patch is included for the man page.

Ben

#780649#10
Date:
2015-03-17 14:40:51 UTC
From:
To:
Hello Ben,

Thanks you for yours patches and your cares to improve fbi / fbgs. If
you have other suggestions, please feel free to contact me directly.

I propose another patch with an option --(no)antialias which is more in
the style of the author. For the shortcut -A, I do not know if it also
pleases. If it suits you, I submit with proper documentation.

As regards the "-c" option, it should be treated separately.

Regards,

#780649#21
Date:
2015-03-19 16:47:52 UTC
From:
To:
Dear Maintainer,

Since the upstream already has color fixed, here is the antialiasing patch without that part.

Ben