GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PDF::Builder::Resource::XObject::Image::GIF(3) User Contributed Perl Documentation PDF::Builder::Resource::XObject::Image::GIF(3)

PDF::Builder::Resource::XObject::Image::GIF - support routines for GIF image library. Inherits from PDF::Builder::Resource::XObject::Image

GIF87a and GIF89a headers are supported. The Image block (x2C) is supported.

The Graphic Control Extension block (x21 + xF9) is supported for transparency control. Animation is not supported.

The Comment Extension block (x21 + xFE), Plain Text Extension block (x21 + x01), and Application Extension block (x21 + xFF) are read, but ignored. Any other block or Extension block will be flagged as an error.

If given, Local Color Tables are read and used, supposedly permitting more than 256 colors to be used overall in the image (despite the 8 bit color table depth).

A fairly thorough description of the GIF format may be found in <http://giflib.sourceforge.net/whatsinagif/bits_and_bytes.html>.

-notrans
When defined and not 0, "-notrans" suppresses the use of transparency if such is defined in the GIF file.
-multi
When defined and not 0, "-multi" continues processing past the end of the first Image Block. The old behavior, which is now the default, is to stop processing at the end of the first Image Block.
2021-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.