Skip to content

cygx/p6-image-rgba-text

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Image::RGBA::Text build status

Reads RGBA image data of depth 8 from text files

Synopsis

use Image::RGBA::Text;
use Image::PNG::Inflated;

my $data := RGBAText.decode('examples/glider.txt'.IO);
spurt 'glider.png', to-png |$data.unbox;

spurt "{ .info }.png", to-png |.scale.unbox
    for RGBAText.decode('examples/FEEP.txt'.IO, :all);

Bugs and Development

Development happens at GitHub. If you found a bug or have a feature request, use the issue tracker over there.

Copyright (C) 2015 by cygx@cpan.org

Distributed under the Boost Software License, Version 1.0

Releases

No releases published

Packages

No packages published

Languages