wally icon indicating copy to clipboard operation
wally copied to clipboard

High resolution png or svg/pdf output

Open xiekunwhy opened this issue 10 months ago • 1 comments

Hi,

The resolution of wally region png is really low, is there an option to output high resolution png or a svg/pdf file?

Best, Kun

xiekunwhy avatar Jan 18 '25 16:01 xiekunwhy

Hi Kun,

OpenCV operates on images, which are arrays of pixels so vector formats like SVG would be difficult. You can set, however, the width and height of the plot (-x and -y) for greater resolution.

Best, Tobias

tobiasrausch avatar Mar 20 '25 16:03 tobiasrausch