Skip to content

Generating Proj. Gutenberg ebook covers using illustrations inside them

Notifications You must be signed in to change notification settings

lizstarin/imagecoverp5tint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Gutenberg eBook Cover Generator

Built with Processing

Includes OpenCV for Processing face recognition for framing in a way inspired by the work of Chris Marker and Jason Simon.

Command-line use

You can run this program in an arbitrary book as long as you properly describe it as shown in test-book.json. The JSON file must be only one line.

Usage

Export the stand-alone Linux (32 or 64-bit) application from Processing via File > Export Application and run the resulting binary using:

./imagecoverp5tint /path/to/images/with/trailing/slash/ /path/to/output/folder/with/trailing/slash/ /path/to/book.json title_font_file-size.vlw author_font_file-size.vlw

The VLW font files must conform to the specified name-size.vlw convention so that the application knows what size to apply when running. You create your own fonts via the Tools > Create Font... dialog.

Generated covers are output to the provided folder creating a book-id/ subfolder and putting the covers there in PNG format.

Example output

Example Example Example Example Example Example Example Example Example

About

Generating Proj. Gutenberg ebook covers using illustrations inside them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 100.0%