Images

Images are handled by the device functions to plot images. See Images Images for more information.


\begin{lstlisting}
void fz_fill_image(fz_context *ctx, fz_device *dev, fz_image ...
...fz_image *image, const fz_matrix *ctm, const fz_rect *scissor);
\end{lstlisting}

The fz_clip_image_mask function is used to start a clip. Subsequent operations will be clipped through the area delimited by this, until a fz_pop_clip is seen. See Clipping Clipping for more details.