Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.061.862 Times

GD::Barcode 1.15

  Date Added: March 20, 2010  |  Visits: 1.079

GD::Barcode

Report Broken Link
Printer Friendly Version


Product Homepage
Download (132 downloads)



SYNOPSIS ex. CGI use GD::Barcode::UPCE; binmode(STDOUT); print "Content-Type: image/pngnn"; print GD::Barcode->new(EAN13, 123456789012)->plot->png; with Error Check my $oGdBar = GD::Barcode->new(EAN13, 12345678901); die $GD::Barcode::errStr unless($oGdBar); #Invalid Length $oGdBar->plot->png; GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". From 1.14, you can use this module even if no GD (except plot method). new $oGdBar = GD::Barcode::UPCE->new($sType, $sTxt); Constructor. Creates a GD::Barcode::$sType object for $sTxt. plot() $oGd = $oGdBar->plot([Height => $iHeight, NoText => 0 | 1]); creates GD object with barcode image for the $sTxt specified at new method. $iHeight is height of the image. If NoText is 1, the image has no text image of $sTxt. ex. my $oGdB = GD::Barcode->new(EAN13, 123456789012); my $oGD = $oGdB->plot(NoText=>1, Height => 20); # $sGD is a GD image with Height=>20 pixels, with no text. barcode() $sPtn = $oGdBar->barcode(); returns a barcode pattern in string with 1 and 0. 1 means black, 0 means white. ex. my $oGdB = GD::Barcode->new(UPCE, 123456789012); my $sPtn = $oGdB->barcode(); # $sPtn = ; $errStr $GD::Barcode::errStr has error message. $text $oGdBar->{$text} has barcode text based on $sTxt specified in new method..

Requirements: No special requirements
Platforms: Linux
Keyword: Barcode Barcode Image Create Barcode Create Barcode Image Gd Gdbarcode Image Module New Notext Stxt Text To Create
Users rating: 0/10

License: Freeware Size: 890.88 KB
USER REVIEWS
More Reviews or Write Review


GD::BARCODE RELATED
File Converters  -  Text to Image Converter 1.0
Convert Text to Images with Selected Font and Colors with Daanav Text to Image Converter. This Freeware Application can be really handy when you have multiple text strings that you want to be converted to Images. The Font and Color Selection...
4.35 MB  
Utilities  -  Free Image Jpeg Text to Pdf Converter 5.4
Free Image TIFF Jpeg Text to Pdf Converter is an all-in-one documents and images batch converting to pdf format tool. It allows you to effortlessly convert one file to pdf once. which is the fast way to create super pdf format. It features...
3.21 MB  
Modules  -  Text Image Autoinsert 1.0
The Text Image module provides text to image functionalities like automated custom headers.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
 
Libraries  -  Barcode::Code128 2.01
Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. SYNOPSIS use Barcode::Code128; $code = new Barcode::Code128; EXPORTS By default, nothing. However there are a number of constants that represent special characters...
14.34 KB  
Application Add-Ins  -  Barcode Producer for Mac OS 6.2
The award-winning barcode creation software suite from Apparent Corporation, offering uncompromised, easy-to-use tools for vector EPS barcode generation, asset tags, and more. Drop your barcode into Illustrator, Photoshop, InDesign, Acrobat, or...
26 MB  
HTML Utilities  -  Handy Image Mapper 2.0
Handy Image Mapper is the best way to create image mapped images for your website. Rectangular, circular, and polygonal regions to arrange your web site navigation: attach any part of an image to different links. Handy Image Mapper will...
602.14 KB  
MS Office Add-Ins  -  Free 3DPageFlip Doc to Image Converter 1.0
Free 3DPageFlip Doc to Image Converter: 3DPageFlip Doc to Image is totally free for doc to image generation. It's simple to use with Batch Convert Mode, Hot Directory Mode, and Command Line Mode. This sophisticated image files conversion utility...
2.1 MB  
Multimedia & Graphics  -  Image Gallery Maker 1.1.1.
Image Gallery Maker will allow you to quickly and easily create professional-looking (LightBox/Shadowbox style) web image galleries ready to be published on the Web.With this software you can: -Save and load your own gallery projects. -Add custom...
2.66 MB  
Web Authoring  -  Captcha Image Creator 1.0
HIOX Captcha Image maker script can be used to create a random captcha image on every reload of the page. The image is created by using the combinations of 62 alphanumerical characters. This type of human authentication becomes necessary for form...
2 KB  
Libraries  -  Image::Imlib2 1.13
Image::Imlib2 is a Perl interface to the Imlib2 image library. SYNOPSIS use Image::Imlib2; # create a new image my $image = Image::Imlib2->new(200, 200); # or load an image $image = Image::Imlib2->load("foo.png"); # Enable the alpha...
26.62 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB