Ticket #27806 (closed enhancement: fixed)
ImageMagick: add pdf_title_basename variant
| Reported by: | ricci@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | ImageMagick |
Description
Add a new variant to ImageMagick: makes the conversion to PDF use the output file's basename as the title for the PDF (vs the entire path for the output file).
Attachments
Change History
Changed 2 years ago by ricci@…
- Attachment patch-add-pdf_title_basename-variant.diff added
Changed 2 years ago by ricci@…
- Attachment patch-coders-pdf.c.diff added
patchfile for ImageMagick source to implement the variant
comment:1 Changed 2 years ago by ricci@…
- Owner changed from macports-tickets@… to ryandesign@…
- Port set to ImageMagick
comment:2 follow-up: ↓ 3 Changed 2 years ago by ryandesign@…
- Summary changed from Add new variant to ImageMagick port to ImageMagick: add pdf_title_basename variant
Has this patch already been submitted to upstream?
comment:3 in reply to: ↑ 2 Changed 2 years ago by ricci@…
Replying to ryandesign@…:
Has this patch already been submitted to upstream?
Yup:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17747
Note: See
TracTickets for help on using
tickets.


patch to Portfile to add variant