-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to define window size #214
Comments
|
Thanks for the response and sorry for the delay in my response :) To demo what I mean, I downloaded all the CC0 images from the first page of the following URL: https://wordpress.org/openverse/search/image?q=software&license=cc0&extension=png and ran Peek.2022-04-21.13-38.mp4 |
Ah. pqiv still maintains the aspect ratio of the image and resize the window accordingly to fit within the bounding box specified by the parameter. What's your expected behavior in case the aspect ratio doesn't fit? |
I'm looking for/suggesting a feature to maintain the window size and shrink* the image to fit and fill the surrounding with transparent space (which is controlled by
|
I'm sorry if this is duplicated or I have just missed it. I tried to find this in manpage and the Github issues but I came out empty.
I usually have images with various sizes on my computer, some are few pixels and some are thousands of pixels. The
pqiv *.png
would change the window size and when the image is very small, it basically very hard to locate the window on the screen, especially when--transparent-background
is used. I wonder if there is a way to define absolute or minimum/maximum sizes for the window.In my searches I found a comment that suggested
--action "set_scale_mode_fit_px(INT, INT)"
but this would affect the montage window, but does not enforce the on all images.while testing I realized it actually does a pretty good job at keeping the window dimension stable while working with SVGs, but it does not work as good for png files.
The text was updated successfully, but these errors were encountered: