nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
239 stars 98 forks source link

Save image with a high resolution #233

Closed ZaixuCui closed 6 years ago

ZaixuCui commented 6 years ago

Hi developers,

I found there is no resolution parameter for 'save_image' function. And the resolution of the output image is not so high. Is there any way to set the resolution of the output image?

Thank you so much. Best

Zaixu

christianbrodbeck commented 6 years ago

The resolution is whatever the size of your current window, so just make the window bigger

On Apr 12, 2018, at 10:55 PM, Zaixu Cui notifications@github.com wrote:

Hi developers,

I found there is no resolution parameter for 'save_image' function. And the resolution of the output image is not so high. Is there any way to set the resolution of the output image?

Thank you so much. Best

Zaixu

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ZaixuCui commented 6 years ago

Got it. That works. Thank you so much.