Celogeek
Celogeek
The 2 images here: ``` from ChainLP.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16, baseline, precision 8, 1333x2000, components 1 from Go-Comic.jpeg: JPEG image...
I create this branch: https://github.com/celogeek/go-comic-converter/tree/38-display-the-picture-in-its-original-size Can you try to see if I manage to fix the issue ? ``` go install github.com/celogeek/go-comic-converter/v2@d1265a51350446f646840a2f20f9652fa89b8a8d ```
I though it was ok, I've test it. I may have take the wrong file. will retry. is it the cover above ?
The cover has his own way to display on kindle. It doesn't use the CSS style. The image use CSS that will scale up the image to match the kindle...
I'm rechecking the files: - Claymore v1 from ChainLP.epub - Claymore v1 from Go-Comic.epub On GCC, I see on that, the aspect ratio = 1.5. I think it's set to...
In order to decode an image, we need to load the extensions that can do that. That's why I have a list of supported extensions. It's the same between directory...
Or do you want to batch process several zip/rar ? In that case it's not supported for several reasons: - we support directory as input, similar to the content of...
A contributor have made an UI here: https://github.com/manueldidonna/comic2books If you have a mac, that can help. About scripting, this is a command line tools. so basic knowledge is required. At...
That's too open. I would just share the Input, add some hooks to handle progress or json output, and having a public write that will call inner method. I've got...
I make the epub / epub options public I need to add a progress parameter so we can use anything we want. I close this one as it's a duplicate...