Celogeek
Celogeek
I try to add this env in my config: VIDEOBRIDGE_GC_TYPE=G1GC So in the launcher this is replaced: ``` if [ -z "$VIDEOBRIDGE_GC_TYPE" ]; then VIDEOBRIDGE_GC_TYPE=ConcMarkSweepGC; fi ``` It works, I...
Also you can use this tools to create the AWZ3, then use calibre to create the CBZ ( or zip ).
Hi, thanks. I've got this https://github.com/celogeek/go-comic-converter. It generate ePub from comics (cbz/cbr/pdf/zip/rar). I was thinking of creating the AWZ3 files along with the ePub, in a very fast way, without...
My tools will convert CBZ to ePub. A bit like KCC. Then I upload the ePub to sendtomykindle website, and receive the amazon version on my kindle. It works nice,...
Wow. thanks ! yes, indeed I will test that. Also, if that's working fine with higher resolution, I will integrate the logic to my tools using my css and images...
I've test it using the local disk. The image is converted from my png to JPG, with original resolution (1920x3031), and in color. I guess you are using the default...
** **edit darodi** ** wiki page added here: https://github.com/ciromattia/kcc/wiki/How-to-build-M1 I figure out a way to build it on M1. Here the result: https://static.celogeek.com/KCC/M1/KindleComicConverter_osx_5.5.3b17.dmg So to do that: I use pyenv....
Hi @darodi I've made a fast and native version in Go Lang of the tools to convert Comic to Epub: https://github.com/celogeek/go-comic-converter For 190 Pages, in KS profile, from a CBZ,...
Oh, yeah, good idea. + doc in the code, cleanup and more. May be next year ;) I want to add a way to auto contrast image. I need to...
An interesting thing should be add "lib" in exec. like this : ``` perlbrew exec --lib=mytest cpanm MooX::Options ``` it will run over all perl version with lib "mytest". so...