-
Notifications
You must be signed in to change notification settings - Fork 169
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
aspect ratio of image subfigure not retained #17
Comments
I imagine for similar reasons, when |
Flattening the image didn't work for myself. The image still appears stretched. |
I shouldn't have used the term 'flatten', though, since that has a particular meaning with image processing. I more meant to change the aspect ratio in an editing program. |
I got the same issue, I revised a part of the code of the sticker function to get the original aspect ratio:
|
now |
Thanks, nice update |
It looks to me like png images etc. get stretched vertically when included? It looks to be by a factor of 600 / 518 (or 2 / 1.73, if the linked spec is to be believed). If I flatten the image in gimp or something, then include it, it seems to come out okay.
The text was updated successfully, but these errors were encountered: