3 Commits

Author SHA1 Message Date
cedounet
28ac60770a Recompress huge photo (#200)
* Recompress huge photo

from 19 M to 3.2 M... without any obvious degradation.

command:

magick images/sourdough-starter.jpg -strip -interlace Plane \
  -gaussian-blur 0.05 -quality 85% result.jpg

 19M Aug 26 14:24 images/sourdough-starter.jpg
3.2M Aug 26 14:27 result.jpg

Which in turns reduces book size by 15 Mbyte.

    133M  TheBreadCode-The-Sourdough-Framework.azw3
     67M  TheBreadCode-The-Sourdough-Framework.epub
    133M  TheBreadCode-The-Sourdough-Framework.mobi
     68M  TheBreadCode-The-Sourdough-Framework.pdf

vs:

    149M  TheBreadCode-The-Sourdough-Framework.azw3
     82M  TheBreadCode-The-Sourdough-Framework.epub
    149M  TheBreadCode-The-Sourdough-Framework.mobi
     83M  TheBreadCode-The-Sourdough-Framework.pdf

* Resize more images

---------

Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
2023-08-27 11:15:22 +02:00
Ralph von der Heyden
5772664bf3 Losslessly recompress ALL THE IMAGES 🗜️🖼️ (#55)
By using the tool ImageOptim:
https://imageoptim.com/

This shaves off some MB of the resulting PDF/ebook files without
sacrificing anything.
2023-03-06 01:19:29 +01:00
Hendrik Kleinwaechter
353c44a85f Enzymes chapter (#5)
* Enzymes chapter

This adds detailed information on different enzymes that are contained
in your flour. A detailed focus on amylase and protease is provided.

* Add infographic on enzymes

* Add status overview
2022-05-19 17:14:24 +02:00