Linux SoftwareProgrammingLibrariesGD::XYScale 1.2

GD::XYScale 1.2


GD::XYScale can draw a 2D X-Y scale and use it. SYNOPSIS use GD; use GD::XYScale; $image = GD::Image->new($width,$
Developer:   Burak Gursoy
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   8K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


GD::XYScale can draw a 2D X-Y scale and use it.

SYNOPSIS

use GD;
use GD::XYScale;

$image = GD::Image->new($width,$height);
$white = $image->colorAllocate(255,255,255);
$black = $image->colorAllocate(0,0,0);
$blue = $image->colorAllocate(0,0,255);
# continue using your GD image object.

$scale = GD::XYScale->new($image);

# put the origin at x=50, y=80 and zoom-out with .5
$scale->origin(50,80,.5);
$scale->draw(1.5,$black);
$scale->name('up',
'x scale',
'y scale',
$blue,
gdSmallFont,
'show_zoom',
$blue);

# draw some geomethric objects, curves,
# plot something... etc...

This module adds a 2D scale to your GD image. It needs a GD::Image object to work.
First versions were modifying GD::Image namespace and I then realized that this is not a good thing. In this version and future versions, the module will use it's own namespace, so check your codes if you tried this module before version 1.2

Requirements:
  • Perl
    tags image colorallocate  this module  255 255  image object  

    Download GD::XYScale 1.2


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/B/BU/BURAK/GD-XYScale-1.2.tar.gz


    Authors software

    GD::SecurityImage 1.61 (by Burak Gursoy)
    GD::SecurityImage is a security image (captcha) generator.

    SYNOPSIS

    use GD::SecurityImage;

    # Create a normal image

    GD::XYScale 1.2 (by Burak Gursoy)
    GD::XYScale can draw a 2D X-Y scale and use it.

    SYNOPSIS

    use GD;
    use GD::XYScale;

    $image = GD::Image->new($width,$


    Similar software

    GD::XYScale 1.2 (by Burak Gursoy)
    GD::XYScale can draw a 2D X-Y scale and use it.

    SYNOPSIS

    use GD;
    use GD::XYScale;

    $image = GD::Image->new($width,$

    Engauge Digitizer 3.0 (by Mark Mitch)
    Engauge Digitizer project is digitizing software that converts an image showing a graph or map into numbers

    Imager::Tutorial 0.54 (by Tony Cook)

    CAD::Drawing::Manipulate::Graphics 0.26 (by Eric L. Wilhelm)
    CAD::Drawing::Manipulate::Graphics - Gimp meets CAD.

    Methods

    All of these are CAD::Drawing methods (I force my own inheritance:

    EDASCII 1.0 (by Naskita)
    EDASCII is an ASCII art editor for Linux written in Tcl/Tk (Tcl 7.5 / Tk 4.1)

    Prima::image-load 1.20 (by Dmitry Karasik)
    Prima::image-load is a Perl module using image subsystem.

    Simple loading

    Simplest case, loading a single image would look like:

    libsift 1.8 (by Sebastian Nowozin)
    libsift is an algorithm to identify and locate interesting points within an image

    Image::WorldMap 0.14 (by Leon Brocard)
    Image::WorldMap is a Perl module to create graphical world maps of data.

    SYNOPSIS

    use Image::WorldMap;
    my $map = Image::Wo

    Quick Image Viewer 2.0 (by Adam Kopacz)
    Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer designed to replace the classic image viewers like xv or xlo

    GFL::Image 0.14a (by Germain Garand)
    GFL::Image is an OO interface to P-e Gougelet's Graphic File Library.

    SYNOPSIS

    use GFL::Image;

    my $im = GFL::Image-> new;

    $


    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