diff --git a/README.md b/README.md new file mode 100644 index 0000000..245a782 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# cbz2pdf + +Utility converting cbz files to pdf. Only supports cbz files containing jpeg images, although support for other formats can be added pretty easily. Supports converting a single file or an entire folder (recursively) at a time, with parallelism. + +![demo](./doc/demo.gif) diff --git a/doc/demo.gif b/doc/demo.gif new file mode 100644 index 0000000..a856c91 Binary files /dev/null and b/doc/demo.gif differ