SVG :: GD

A SVG wrapper naar de GD API
Download nu

SVG :: GD Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • Perl Artistic License
  • Prijs:
  • FREE
  • Naam uitgever:
  • Ronan Oger
  • Uitgever website:
  • http://search.cpan.org/~ronan/

SVG :: GD Tags


SVG :: GD Beschrijving

Een SVG-wikkel naar de GD API SVG :: GD is een PERL-module die (zo naadloos mogelijk) een SVG-wrapper aan de GD API levert om de SVG-uitvoer van afbeeldingen te bieden die genereren met het PERL GD-modulesynopsis Gebruik GD; Gebruik SVG :: GD; $ im = New GD :: afbeelding (100,50); # Wijs zwart toe - dit is onze achtergrond $ zwart = $ im-> ColorAllocate (0, 0, 0); # Wijs wit $ wit toe = $ im-> ColorAllocate (255, 255, 255); # Wijs rode $ rood toe = $ im-> ColorAllocate (255, 0, 0); # Allocate Blue $ Blue = $ im-> ColorAllocate (0,0.255); #Scribe een ellips in de afbeelding $ im-> boog (50, 25, 98, 48, 0, 360, $ wit); # Flood-vul de ellips. Vulkleur is rood en vervangt het # zwarte interieur van de ellips $ im-> vulling (50, 21, $ rood); binmode stdout; # Print de afbeelding naar stdout print $ im-> png; Vereisten: · Perl


SVG :: GD Gerelateerde software