You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mangadex is a great website, but unfortunately not all manga can be found on dex, such as Sargasso: The Unknown Space.
I have a comic file and want to make it in azw3 format for reading on kindle scribe, but the program doesn't allow me to keep the comic title because I have to add an id of other comic.
I know there are other kindle comic making tools, but they all have resolution limitations (1920 high).
So in the future, will the program allow users to make comic independently without adding id parameters?
The text was updated successfully, but these errors were encountered:
Hi! There are currently no plans to make this application less dependent on MangaDex. I see that you have opened an issue in mapaki which should have basically the same limitations as kojirou. Maybe you could use that?
Hi! There are currently no plans to make this application less dependent on MangaDex. I see that you have opened an issue in mapaki which should have basically the same limitations as kojirou. Maybe you could use that?
Thanks for your reply, after reading your code, I would like to know how you control the quality of the picture. I found that the 150mb file was compressed to 40mb, and while the resolution didn't change, it was clear that there was a compression algorithm involved. I don't know much about the Go language. It would be nice if the program could add a quality parameter.
The images are currently re-encoded to JPEG using the default settings of the Go image/jpg package. This means they are encoded using a "quality" of 75%. I agree that an option to set the encoding quality would be a nice enhancement. On that note, were you able to notice a significant degradation in image quality, or did you just notice that the file size was lower than expected?
Mangadex is a great website, but unfortunately not all manga can be found on dex, such as Sargasso: The Unknown Space.
I have a comic file and want to make it in azw3 format for reading on kindle scribe, but the program doesn't allow me to keep the comic title because I have to add an id of other comic.
I know there are other kindle comic making tools, but they all have resolution limitations (1920 high).
So in the future, will the program allow users to make comic independently without adding id parameters?
The text was updated successfully, but these errors were encountered: