Gimp::Data 1.211 review
DownloadGimp::Data is a Perl module to set and get state data. SYNOPSIS use Gimp::Data; $Gimp::Data{'value1'} = "Hello"; pr
|
|
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 search tags