Gimp::Data 1.211 review

Download
by rbytes.net on

Gimp::Data is a Perl module to set and get state data. SYNOPSIS use Gimp::Data; $Gimp::Data{'value1'} = "Hello"; pr

License: Perl Artistic License
File size: 266K
Developer: Marc Lehmann
0 stars award from rbytes.net

Gimp::Data is a Perl module to set and get state data.

SYNOPSIS

use Gimp::Data;

$Gimp::Data{'value1'} = "Hello";
print $Gimp::Data{'value1'},", World!!n";

With this module, you can access plugin-specific (or global) data in Gimp, i.e. you can store and retrieve values that are stored in the main Gimp application.

An example would be to save parameter values in Gimp, so that on subsequent invocations of your plug-in, the user does not have to set all parameter values again (Gimp::Fu does this already).

Requirements:
Perl

Gimp::Data 1.211 keywords