Registry / utility / pixelart

pixelart

JSON →
library1.4.0rbrubygemsunverified

Generate your own pixel art images off-blockchain using any design in ASCII text with any colors, including 2x/4x/8x zoom.

gem install pixelart
INSTALL
IMPORT
SIG · PIXELART
P
pixelart
utilityrubyv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pixelart
require 'pixelart'

Create a simple 16x16 pixel art image and save it

require 'pixelart' img = Pixelart::Image.new(16, 16) img[0, 0] = 'red' img.save('output.png')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pixelart — gem install pixelart · libregistry