Re: resolution of tiff file
Brett Green <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CANkKLCemywSrZcVtKL0W5_FNapoA=dMepFVYCHWHcgoF=OBENg@mail.gmail.com> |
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.