-
Notifications
You must be signed in to change notification settings - Fork 6
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
Spread splitter not keeping aspect ratio #27
Comments
Do you have an input example ? |
https://imgur.com/a/XQ0QNIR Also, I think if you wanted to keep more of the feeling of the pages being connected, you could left align image b, and right align image c. That might be best instead of centered. |
I could confirm that issue happen to me too. |
I'm unable to reproduce your problem. I get the following, where orig.jpg is the original image |
Okay, I see where the issue is, this doesn't happen when epub is chosen as the output, it's only affecting the KFX output. https://imgur.com/a/uqDTyo7 |
OK, it must be here in the code. kcc/kindlecomicconverter/image.py Lines 312 to 313 in 88ffcef
|
I've tested with Calibre and |
@darodi |
When using split and rotate, regardless whether upscaling is set to keep the aspect ratio, the resulting three images will all be stretched to the full resolution. I'm unsure if this is a bug in behavior or whether I should be asking for an added option to have the aspect ratio preserved here and the images instead be centered.
The text was updated successfully, but these errors were encountered: