The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Tk::PNG"

Tk::PNG - PNG loader for Tk::Photo River stage three • 160 direct dependents • 171 total dependents

This is an extension for Tk which supplies PNG format loader for Photo image type....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution
  • Tk - a graphical user interface toolkit for Perl
  • Tk::804delta - what is new for perl/Tk 804
  • Tk::Photo - Full-color images

App::tkiv - An image viewer in Perl::Tk based on IrfanView River stage zero No dependents

"iv" is a pure-perl application that was written to mimic the behavior of the image view and manipulation program "irfanview", which is available as freeware on Windows. Linux already offers many free image view and manipulation programs, but none ga...

HMBRAND/App-tkiv-0.133 - 06 Jan 2023 10:34:24 UTC - Search in distribution
  • App::tkiv - An image viewer in Perl::Tk based on IrfanView

xtb - xchar taskbar and char allocator River stage zero No dependents

Displays a vertical taskbar. That is, a tall thin window containing a list of X clients. It requires that the window manager support some of the standard extended window manager hints (fvwm does, twm doesn't). Specifically, it requires: _NET_CLIENT_L...

BWKECK/xchar-0.2 - 07 Jul 2007 13:26:08 UTC - Search in distribution
  • xchar - single character names for X windows and geometries

Video::ZVBI - VBI decoding (teletext, closed caption, ...) River stage zero No dependents

This module provides a Perl interface to libzvbi. The ZVBI library allows to access broadcast data services such as teletext or closed caption via analog video or DVB capture devices. Official library description: "The ZVBI library provides routines ...

TOMZO/Video-ZVBI-1.1.1 - 31 May 2020 17:56:33 UTC - Search in distribution

Antsy - Streaming ANSI escape sequences River stage zero No dependents

Subroutines to deal with ANSI terminal sequences. You can emit these without knowing what's coming up. Yet another module? There are several modules that come close to this, but so far everything is incomplete or requires you to know all of the upcom...

BDFOY/Antsy-0.905 - 14 Jan 2024 05:04:02 UTC - Search in distribution

Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. River stage two • 33 direct dependents • 46 total dependents

The Spreadsheet::WriteExcel Perl module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks, images and charts can be wri...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

Data::Stag - Structured Tags datastructures River stage one • 4 direct dependents • 8 total dependents

This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl. A simple example is shown b...

CMUNGALL/Data-Stag-0.14 - 18 Sep 2013 05:33:02 UTC - Search in distribution

Prima::faq - Frequently asked questions about Prima River stage two • 17 direct dependents • 19 total dependents

The FAQ covers various topics around Prima, such as distribution, compilation, installation, and programming....

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

Graphics::Fig - drawing library based on xfig River stage zero No dependents

Graphics::Fig is a drawing library that produces xfig save files. This version is based on xfig v3.2. Simple Example my $fig = Graphics::Fig->new(); $fig->moveto([ 1, 1 ]); $fig->lineto([ 4, 1 ]); $fig->lineto([ 4, 3 ]); $fig->lineto([ 1, 3 ]); $fig-...

SCOOTER/Graphics-Fig-v1.0.8 - 02 Apr 2022 23:02:36 UTC - Search in distribution

Net::Msmgr - Microsoft Network Chat Client Toolkit River stage zero No dependents

SLSTAT/Net-Msmgr-0.16 - 07 Aug 2003 16:05:57 UTC - Search in distribution

Sah::Schema::language::code - Language code (alpha-2 or alpha-3) River stage one • 1 direct dependent • 1 total dependent

Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted....

PERLANCAR/Sah-Schemas-Language-0.005 - 18 Nov 2023 00:06:18 UTC - Search in distribution

Image::Size - read the dimensions of an image in several popular formats River stage three • 59 direct dependents • 207 total dependents

The Image::Size library is based upon the "wwwis" script written by Alex Knowles *(alex@ed.ac.uk)*, a tool to examine HTML and add 'width' and 'height' parameters to image tags. The sizes are cached internally based on file name, so multiple calls on...

RJRAY/Image-Size-3.300 - 28 Feb 2015 17:03:17 UTC - Search in distribution

AI::NNFlex - A base class for implementing neural networks River stage zero No dependents

AI::NNFlex is a base class for constructing your own neural network modules. To implement a neural network, start with the documentation for AI::NNFlex::Backprop, included in this distribution...

CCOLBOURN/AI-NNFlex-0.24 - 17 Jun 2005 10:12:25 UTC - Search in distribution

HTTP::Promise::Headers - HTTP Headers Class River stage one • 1 direct dependent • 2 total dependents

This class uses for the most part an XS module (HTTP::XSHeaders) to be very fast, and yet provides a convenient and versatile interface to retrieve and manipulate HTTP headers. A number of classes has been created to have a more granular control on t...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC - Search in distribution

Image::Base - base class for loading, manipulating and saving images. River stage two • 14 direct dependents • 16 total dependents

This is a base class for image. It shouldn't be used directly. Known inheritors are "Image::Xbm" and "Image::Xpm" and in see "SEE ALSO" below. use Image::Xpm ; my $i = Image::Xpm->new( -file => 'test.xpm' ) ; $i->line( 1, 1, 3, 7, 'red' ) ; $i->ellip...

KRYDE/Image-Base-1.17 - 01 Aug 2012 01:43:45 UTC - Search in distribution

Tk::Clock - Clock widget with analog and digital display River stage zero No dependents

This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance. Both analog and digital clocks are implemented....

HMBRAND/Tk-Clock-0.44 - 06 Jan 2023 14:45:09 UTC - Search in distribution

Term::GnuplotTerminals - documentation of gnuplot output devices River stage zero No dependents

ILYAZ/Term-Gnuplot-0.90380906 - 01 Aug 2018 12:13:22 UTC - Search in distribution

Apache::Gallery - mod_perl handler to create an image gallery River stage zero No dependents

Apache::Gallery creates an thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached. The gallery can be configured and customized in many ways and a custom copyright image can ...

LEGART/Apache-Gallery-1.0.2-withoutworldwriteables - 08 Jun 2011 18:58:06 UTC - Search in distribution

Audio::M4P::QuickTime - Perl M4P/MP4/M4a audio / video tools River stage one • 2 direct dependents • 2 total dependents

Perl manipulation of Quicktime Audio files, including protected audio M4P files. Allows extraction and modification of meta information in Apple QuickTime AAC/m4a music files. About QuickTime File Structure and Atoms M4P is a QuickTime protected audi...

BILLH/Audio-M4P-0.57 - 23 Oct 2014 08:18:38 UTC - Search in distribution
45 results (0.064 seconds)