- 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.
desctructorwill 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.
- im_add_file_magic(ctx, name, bits, mask, length)
-
Add file type magic to the given context.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 9:
'=item' outside of any '=over'
=over without closing =back