On Linux terminal the command /display/ simply displays a figure w/o any resizing. This can get cumbersome when dealing with large images. However, a simple resize option simplifies life:
display -resize 1080x\> figure.png
where the width is being resized to 1080 pixels while the height is automatically assigned. This link suggests using this approach only for downsizing images.
display -resize 1080x\> figure.png
where the width is being resized to 1080 pixels while the height is automatically assigned. This link suggests using this approach only for downsizing images.
No comments:
Post a Comment