v3.7.4 - Add support for EBook files & additional image formats.
-v3.7.4.
-Bump config.php, all 3 GUIs, and all 26 language packs to v3.7.4.
-Add support for Ebook documents using calibre.
-Install with sudo apt-get install calibre
-We may revise the version we're using soon, when we introduce supply chain auditing.
-Input EBook support:
-'epub', 'mobi', 'azw3', 'fb2', 'lit', 'lrf', 'pdb', 'pml', 'rb', 'snb', 'tcr', 'txt', 'txtz', 'html', 'htmlz', 'rtf', 'oeb', 'docx'
-Output EBook support:
-'epub', 'mobi', 'azw', 'azw3', 'azw4', 'fb2', 'fbz', 'lit', 'lrf', 'pdb', 'pml', 'rb', 'snb', 'tcr', 'txt', 'txtz', 'html', 'htmlz', 'rtf', 'odt', 'docx', 'pdf', 'chm', 'cbz', 'cbr', 'cbc', 'prc', 'opf', 'recipe'
-Add support for 6 additional image formats.
-If on bare-metal / VM, this requires rebuilding IM7 from source using the provided script.
-The script is located in Documentation/Build/build-imagemagick-v7.sh
-Docker users can just download a new docker image.
-tiff
-tif
-heif
-jp2
-j2k
-jxl
-Update ImageMagick7 build script.
-The script is located in Documentation/Build/build-imagemagick-v7.sh
-It now installs dependencies.
-It now cleans up the build location, so you can run it twice in a row.
-It now reinstalls the locally installed source built IM7 if it exists.
-It now builds a more capable version of IM7 that has more reliable support for more formats.
-Update README.md to.....
-Describe new bootable format support.
-Increase conversion count.
-Add screenshots,
-Revise some sections.
-Update documentation.
-Add ABOUT_REST_API.txt.
-Add ABOUT_REST_API.md
-Update CREATING_GUIS.txt (which technically has always held the REST API information).
-Updated README.md on Dockerhub.
-https://hub.docker.com/repository/docker/zelon88/hrconvert2/general
-Added CREATING_CONVERSION_PIPELINES.txt.