mbattyani / cl-pdf

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
Other
115 stars 41 forks source link

Draw centered image #36

Closed gpiero closed 1 year ago

gpiero commented 1 year ago

A new function for drawing an image centered at a given point. This could also be accomplished by adding another optional parameter to draw-image, but I feel like its lambda list is already long enough and draw-centered-image seems a nice companion for draw-centered-text. Feel free to amend the patch (or let me know and I will gladly do) if you think adding a parameter is a more sensible solution.