Linux SoftwareProgrammingLibrariesTk::Image::Cut 0.07

Tk::Image::Cut 0.07


Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainW
Developer:   Torsten Knorr
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   29K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures.

SYNOPSIS

use Tk::Image::Cut;
my $mw = MainWindow->new();
$mw->title("Picture-Cutter");
$mw->geometry("+5+5");
my $cut = $mw->Cut()->grid();
$mw->Button(
-text => "Exit",
-command => sub { exit(); },
)->grid();
for(qw/
ButtonSelectImage
LabelShape
bEntryShape
ButtonColor
LabelWidthOut
EntryWidthOut
LabelHeightOut
EntryHeightOut
ButtonIncrease
ButtonReduce
LabelNameOut
EntryNameOut
ButtonCut
/)
{
$cut->Subwidget($_)->configure(
-font => "{Times New Roman} 10 {bold}",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
EntryNameOut
Canvas
/)
{
$cut->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
/)
{
$cut->Subwidget($_)->configure(
-width => 6,
);
}
$cut->Subwidget("EntryNameOut")->configure(
-width => 40,
);
$cut->Subwidget("Canvas")->configure(
-width => 1000,
-height => 800,
);
MainLoop();

Perl extension for a graphic user interface to cut pictures. The module is a mixed widget from Buttons, Labels, BrowseEntry, Entrys and Canvas widgets.

I hope the graphic user interface is simple enough to be understood without great declarations.

It can be used as an independent application or just like how any other widget. Try out the test.pl program.You can select between four cutting forms.

"rectangle", "oval", "circle" or "polygon"

In order to cut out pictures in circular form or ovally click with the left mouse button onto the upper left corner and hold the button pressed while the mouse is moved.
In order to cut pictures in polygon form you click with the left mouse button on the first point and draw the mouse to the next point. If you have drawn the last point you click with the right mouse button.

You can use all standard widget options.

Requirements:
  • Perl
    tags cut subwidget  mouse button  configure width  click with  subwidget configure  with the  graphic user  user interface  cut pictures  the mouse  the left  left mouse  you click  

    Download Tk::Image::Cut 0.07


     http://mirrors.evolva.ro/CPAN/authors/id/K/KN/KNORR/Tk-Image-Cut-0.07.tar.gz


    Authors software

    Tk::Image::Calculation 0.04 (by Torsten Knorr)
    Tk::Image::Calculation is a Perl extension for graphic calculations.

    SYNOPSIS

    #------------------------------------------------

    Tk::Image::Cut 0.07 (by Torsten Knorr)
    Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures.

    SYNOPSIS

    use Tk::Image::Cut;
    my $mw = MainW

    Tk::Mirror 0.02 (by Torsten Knorr)


    Similar software

    Tk::Image::Cut 0.07 (by Torsten Knorr)
    Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures.

    SYNOPSIS

    use Tk::Image::Cut;
    my $mw = MainW

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Tk::Mirror 0.02 (by Torsten Knorr)

    MathML::Entities 0.13 (by Jacques Distler)
    MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

    SYNOPSIS

    use M

    Tk::Image::Calculation 0.04 (by Torsten Knorr)
    Tk::Image::Calculation is a Perl extension for graphic calculations.

    SYNOPSIS

    #------------------------------------------------

    Image::Button 0.53 (by Juan M. Garcia-Reyero)
    Image::Button is a base class for building PNG buttons using GD.

    SYNOPSIS

    use Image::Button::Rect;

    my $b1 = new Image::B

    Mouse Gestures 1.2 (by Optimoz Team)
    Mouse Gestures extension allows you to execute common commands (like page forward/backward, close tab, new tab) by mouse gestures dra

    whaw 0.1.2 (by John Meacham)
    whaw is a program for X11 that can use advanced tiling algorithms and an intuitive user interface to quickly lay out windows without

    TkInfo 2.8 (by Axel Boldt)
    TkInfo is a Tk-based Info reader.

    Here are some key features of "TkInfo":
    · Intuitive point-and-click interface

    Prima::Buttons 1.20 (by Dmitry Karasik)
    Prima::Buttons is a button widgets and grouping widgets.

    SYNOPSIS

    use Prima qw(Application Buttons StdBitmap);


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags