Skip to content

lichtkind/Graphics-Toolkit-Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Graphics-Color-Toolkit - computing color (sets), measure, IO many formats and spaces

VERSION

1.95

on CPAN

This is the landing page for the user documentation.
There is also a download link on the left side under "Tools".

BUILDING

The git repository contains much more than the software package itself.
If you check out sources here, you have to build the package yourself.
In order to do that you need perl and the module Dist::Zilla.

cpan install Dist::Zilla
    or
cpanm Dist::Zilla


Then you have to check which further the Dist::Zilla plugins you miss:

dzil authordeps

and pipe them into your preferred installer:

dzil authordeps | cpanm


Than you can build a release yourself:

dzil build

Which gives you basically the same .tgz file as under the download
link from CPAN (as describes under on CPAN), just with more up to date
(and maybe buggy) sources. Don't forget afterward to:

dzil clean

INSTALLING

Once you downloaded or created a build, you unzip it and do the usual:

    perl Makefile.PL
    make
    make test
    make install

This should install to your site_perl directory.

PREREQUISITES

Optionally modules of the Graphics::ColorNames::* namespace are
required if your color definitions calls for them or you use
the feature 'closest_name' with an argument.
(see POD chapter: new( 'scheme:color' ) for details)
Get them all by installing Bundle::Graphics::ColorNames.

during installation Test::More is needed

up to version 1.71 the module needed Carp

CHANGES

TODO

CONTRIBUTING

AUTHOR

- Herbert Breunung ([email protected])

COPYRIGHT

Copyright(c) 2022-25 by Herbert Breunung

All rights reserved.  This program is free software; you can
redistribute it and/or modify it under the same terms as Perl
itself.

About

calculate colors and color sets, IO many spaces and formats

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages