Categories: None [Edit]

ascii_pngfy

https://rubygems.org/gems/ascii_pngfy
https://github.com/SvenGarson/ascii_pngfy
AsciiPngfy is a Ruby Gem that enables you to render ASCII text into a PNG image up to a resolution of 3840(width) by 2160(height) using a 5x9 monospaced font. Configurable settings that influence the result are font-color, background-color, font-height, horizontal-spacing, vertical-spacing, and text. The result includes the PNG containing the intended image with all the settings applied, a snapshot of the settings used, and render dimensions that define the size the generated png should be rendered at to reflect the font-height settings. The generated png is always the lowest possible resolution. Each monospaced character takes up a 5(width) by 9(height) space to take advantage of scaled rendering and avoid unnecessarily large images. For the best visual results, the resulting png should be rendered in the original dimensions or the render dimensions along with a NEAREST filter.

Total

Ranking: 172,466 of 180,661
Downloads: 1,684

Daily

Ranking: 56,155 of 180,641
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16861,021,418rake
19807,435,432minitest
68418,700,275rubocop
234136,256,127chunky_png
98133,631,685minitest-reporters
1,52515,489,040rubocop-minitest

Owners

#GravatarHandle
1iconSvenGarson