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

Create a new Imager context object.

im_context_refinc(ctx, where) =section Context objects =synopsis im_context_refinc(aIMCTX, "a description");

Add a new reference to the context.

im_context_refdec(ctx, where) =section Context objects =synopsis im_context_refdec(aIMCTX, "a description");

Remove a reference to the context, releasing it if all references have been removed.

im_context_clone(ctx)

Clone an Imager context object, returning the result.

The error stack is not copied from the original context.

im_context_slot_new(destructor)

Allocate a new context-local-storage slot.

desctructor will be called when the context is destroyed if the corresponding slot is non-NULL.

im_context_slot_set(slot, value)

Set the value of a slot.

Returns true on success.

Aborts if the slot supplied is invalid.

If reallocation of slot storage fails, returns false.

im_context_slot_get(ctx, slot)

Retrieve the value previously stored in the given slot of the context object.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 9:

'=item' outside of any '=over'

=over without closing =back