2a354509bb75e7162112bdcd5bed2f9bb02dce78 lrnassar Wed Jun 25 10:48:16 2025 -0700 Tweaking the wording to be clearer on how to make publication images, refs #29394 diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index 689877d5ed6..cb50e894cbc 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -9988,45 +9988,46 @@ pdfFile = convertEpsToPdf(psTn.forCgi); if (strlen(ideoPsTn.forCgi)) ideoPdfFile = convertEpsToPdf(ideoPsTn.forCgi); if (pdfFile != NULL) { printf("\n"); freez(&pdfFile); freez(&ideoPdfFile); - printf("If you require a bitmap image in PNG or TIFF format, note that the PDF format \n"); - printf("is vector-based and can be easily opened in any software that opens PDF/SVG vector files. You can use these to edit the screenshot\n"); - printf("and many publishers accept PDF or SVG files for figures. \n"); - printf("If you publisher requires bitmap images such as TIFF or PNG, use your vector graphics program to export to these \n"); + printf("If you require a bitmap image in PNG or TIFF format, note that PDF format \n"); + printf("is vector-based and can be opened in any software that opens PDF/SVG vector files. You can use these to edit the screenshot.\n"); + printf("Many publishers also accept PDF or SVG files for figures.

\n"); + printf("If your publisher requires bitmap images such as PNG or TIFF, use your vector graphics program to export to these \n"); printf("formats. For this export, use the publishers recommended dpi (dots per inch value), usually 300 dpi.\n"); // see redmine #1077 printf("
Tips for producing quality images for publication:
\n"); printf("\n"); printf("\n"); } else printf("

PDF format not available"); printf("\n", hgTracksName(), cartSessionVarName(), cartSessionId(cart)); } void setRulerMode() /* Set the rulerMode variable from cart. */