CLImage icon indicating copy to clipboard operation
CLImage copied to clipboard

Add height constraint

Open gramound opened this issue 2 months ago • 1 comments

Hi, thanks for creating this. I use it for debugging Android remotely using screenshots instead of a webcam. I have one feature request: when displaying the image in my terminal, I would like to be able to constrain the height to avoid scrolling past the visible area.

gramound avatar Nov 24 '25 06:11 gramound

Great idea - for now, you can get around this by specifying width (and you can derive the expected height as you should know your aspect ratio of your image).

pnappa avatar Nov 27 '25 23:11 pnappa