Skip to content
/ GD Public

Rakudo Perl 6 port of the Perl 5 GD graphics library using the Zavolaj native call interface

Notifications You must be signed in to change notification settings

mberends/GD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

GD.pm6 - Interface to the GD graphics library

GD.pm6 is a Perl 6 interface to Thomas Boutell's GD graphics library.
GD allows you to create and manipulate images using a large number of
graphics primitives, and emit the drawings as PNG or JPEG files.

The API is designed to match that of the Perl 5 library, to simplify the
translation of Perl 5 GD programs to Perl 6.

GD.pm6 depends on NativeCall.pm6 from Jonathan Worthington's Zavolaj
project.  It extends the initial proof of concept code found in the
gd2-basic.p6 script in Zavolaj's examples directory.

About

Rakudo Perl 6 port of the Perl 5 GD graphics library using the Zavolaj native call interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published