Git Product home page Git Product logo

epub-maker's Introduction

epub-maker

Overview

一連の画像ファイルをepub3.0に自動変換するスクリプト

Required

# 必要ツールをインストール
brew install peco
brew install jpegoptim
brew install pngquant

How to use

  • ./assets フォルダを作成し、フォルダ内に画像を用意
    • 表紙画像 cover.jpg
      • トリミングされないのでサイズを合わせておく(ex: 800 x 1280)
    • 任意のファイル名の複数画像
      • 後述のスクリプトでトリミングおよびリネームが実行される
      • タイトル順でページ生成される
        • androidのスクショなら日付が入っているので問題ない
  • .envファイルを修正
    • .env.sampleを参考に
    • タイトル等、epubファイルの基本情報を設定
    • 後述のepub生成コマンド実行時に対話形式でも設定可能
  • .configファイルを修正
    • config.sampleを参考に
    • トリミング開始位置・画像をピクセル単位で設定
    • 後述のepub生成コマンド実行時に対話形式で表示されるオプションとして使用される
  • コマンドでスクリプト実行し変換を実行
# outputフォルダにepubファイル生成
make run

Reference

epub-maker's People

Contributors

nabby12 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.