Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 639 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 639 Bytes

Small php project to convert a folder of image files into an epub format. Needs to manullay zipped and renamed to epub afterwards.

How to use

place a folder (folder name = desired epub name) with image files in root directory (filenames should indicate pagenumbers/alphabetical order)
change the value of $book_title in index.php to the folder name
run index.php
zip the output and rename to epub

Creation Details

Project from 23-12-2017 (upload commit message contains an error)

Originally uplaoded to another public git where it was deelted for inactivity after some changes in ownership if I recall correctly.