Re: resolution of tiff file
Rory Conolly <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CAOZJzUc1q9jyf3JUWLwd_xSVsfCOB8aLhwc9or9+QH74RcKrNQ@mail.gmail.com> |
On Thu, Mar 4, 2021 at 6:19 PM Brett Green <[email protected]> wrote: > > On Thu, Mar 4, 2021 at 6:12 PM Rory Conolly <[email protected]> > wrote: > >> Hi, for submission of a manuscript for publication in a journal, I need >> to save some graphics as tiff files at 300 dpi resolution. I'm running >> Octave 6.2 in Windows 10. When I save my onscreen figure as a tiff file, >> the saved image is 96 dpi. Is it possible to change this to 300 dpi? >> >> Thanks. >> >> - Rory >> >> > See the documentation here > <https://octave.org/doc/v6.2.0/Printing-and-Saving-Plots.html> for help > on how to adapt your code to save with increased resolution, For `print` > the option `-rNUM` adjusts DPI. > Thanks.