![]() |
#76 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,914
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Firefox allows me to set Where downloads are stored. I use a shared folder so I can easily snag them from another system
To be honest, I have not tried putting them elsewhere ![]() |
![]() |
![]() |
![]() |
#77 | |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Quote:
... I don't really use download accelerators, but I have been known to copy URLs into a shell prompt and use wget. Lots of ugly until I activated content-disposition in my wgetrc. |
|
![]() |
![]() |
Advert | |
|
![]() |
#78 |
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,500
Karma: 5703586
Join Date: Nov 2009
Device: many
|
|
![]() |
![]() |
![]() |
#79 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
|
![]() |
![]() |
![]() |
#80 |
Enthusiast
![]() Posts: 31
Karma: 10
Join Date: Jun 2011
Location: Lima, Peru
Device: Kindle 10Gen / Kobo Aura HD / Nook STR
|
Hi, Toxaris.
Thank you very much for the plugin. I tried it and I realized that converts jpegs to "Progressive". On some devices, the latter are not displayed. You can switch to "Standard" or "Baseline Optimized" instead? TIA (and sorry for my terrible English ![]() |
![]() |
![]() |
Advert | |
|
![]() |
#81 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
On what devices does progressive JPEG not display? It is the preferred and recommended format for JPEG images.
|
![]() |
![]() |
![]() |
#82 |
Enthusiast
![]() Posts: 29
Karma: 10
Join Date: Oct 2015
Device: kobo
|
Hi Toxaris,
I'm currently editing some ebooks for personal use (I can't upload them as the copyright hasn't quite expired yet) and tried using your epub optimizer to subset the fonts. I ended up with really weird results. It seems as if the plugin removed some letters that were actually used in the book. Here are screenshots: Before: After: Css: Code:
@font-face { font-family: "Small Caps"; font-variant: small-caps; src: url("../Fonts/SmallCaps.ttf") format("truetype"); } h1 { font-family: "Small Caps"; font-variant: small-caps; text-align: center; font-size: 1.6em; } li { font-family: "Small Caps"; padding: 0px; font-size: 0.9em; margin-top: 0px; } ol { font-family: "Small Caps"; font-variant: small-caps; padding: 0px; font-size: 1.2em; margin-top: 0px; text-indent: 1.2em; text-align: justify; } Code:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" lang="en" xml:lang="en"> <head> <meta charset="utf-8"/> <style type="text/css"> nav#landmarks, nav#page-list { display:none; } ol { list-style-type: none; } </style> <title></title> <link href="../Styles/Style0001.css" type="text/css" rel="stylesheet"/> </head> <body epub:type="frontmatter"> <nav epub:type="toc" id="toc"> <h1>Table of Contents</h1> <ol> <li> <a href="../Text/A%20Word%20in%20Advance.xhtml">A Word in Advance</a> </li> <li> <a href="../Text/A%20Test%20of%20Nerve.xhtml">A Test of Nerve</a> </li> <li> <a href="../Text/A%20Chapter%20of%20Adventures.xhtml">A Chapter of Adventures</a> </li> <li> <a href="../Text/More%20Trouble.xhtml">More Trouble</a> </li> <li> <a href="../Text/Death%20in%20the%20Water.xhtml">Death in the Water</a> </li> <li> <a href="../Text/The%20Big%20Bad%20Bear.xhtml">The Big Bad Bear</a> </li> <li> <a href="../Text/The%20One%20That%20Got%20Away.xhtml">The One That Got Away</a> </li> <li> <a href="../Text/A%20Sort%20of%20Education.xhtml">A Sort of Education</a> </li> <li> <a href="../Text/Living%20Dangerously.xhtml">Living Dangerously</a> </li> <li> <a href="../Text/The%20Thugs.xhtml">The Thugs</a> </li> <li> <a href="../Text/The%20Black%20Intruder.xhtml">The Black Intruder</a> </li> <li> <a href="../Text/A%20Professor%20Learns%20a%20Lesson.xhtml">A Professor Learns a Lesson</a> </li> <li> <a href="../Text/The%20Foolish%20Tiger.xhtml">The Foolish Tiger</a> </li> <li> <a href="../Text/The%20Last%20Adventure.xhtml">The Last Adventure</a> </li> <li> <a href="../Text/In%20Conclusion.xhtml">In Conclusion</a> </li> <li> <a href="../Text/Notes.xhtml">Notes</a> </li> </ol> </nav> </body> </html> |
![]() |
![]() |
![]() |
#83 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
In the plugin directory there is an ini file that contains the parameter 'UseFontFamily'. Is it set to true or false? It should be true in this case.
|
![]() |
![]() |
![]() |
#84 |
Enthusiast
![]() Posts: 29
Karma: 10
Join Date: Oct 2015
Device: kobo
|
It is set for false at the moment.
|
![]() |
![]() |
![]() |
#85 |
Enthusiast
![]() Posts: 29
Karma: 10
Join Date: Oct 2015
Device: kobo
|
When should it be set for true and when for false?
|
![]() |
![]() |
![]() |
#86 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
There are two settings. If you set it to false, it will expect settings in the font-face with regards to bold and italic and will use that for determining the used characters. This will ensure that characters that are for example not used in bold will be removed from the bold font. This will result in smaller fonts. This is helpful when you include a whole family with a regular, italic, bold and bolditalic version.
When the 'UseFontFamily' setting is true, it will only check for characters within styles with that font-family, regardless if it is bold/italic/etc. That is particularly useful if you only have one font of the family. If you have more, they will all contain the same characters and are not optimised fully. So, if you do not specify font-weight and font-style in the font-face, you should set the 'UseFontFamily' to true. |
![]() |
![]() |
![]() |
#87 |
Enthusiast
![]() Posts: 29
Karma: 10
Join Date: Oct 2015
Device: kobo
|
Thanks.
|
![]() |
![]() |
![]() |
#88 | |
Zealot
![]() Posts: 115
Karma: 10
Join Date: Jan 2011
Device: none
|
Quote:
How do i get to ePUBOptimizer.ini? |
|
![]() |
![]() |
![]() |
#89 | |
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 21,640
Karma: 29710510
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
F5 will open the Preferences window BR Last edited by BetterRed; 06-04-2016 at 05:21 AM. Reason: See next post |
|
![]() |
![]() |
![]() |
#90 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
I doubt that will work BR. This plugin is older than that and the ini file is in the same directory as the plugin. It will be created the first time it runs if it is not there.
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comic optimizer script | rhon | Kobo Reader | 0 | 11-08-2012 06:04 PM |
Mokle - Mangas Optimizer for Kindle | devorez | Kindle Developer's Corner | 11 | 08-14-2012 07:15 PM |
Patent/Heavy graphics pdfs and Adobe PDF Optimizer | andrewscheinman | iRex | 4 | 12-26-2009 11:39 AM |
epub, ePub, EPUB, warum blos ePub? | flowoeB | Lounge | 5 | 11-27-2009 09:37 AM |
PRS-500 PDF file optimizer | phigdon | Sony Reader Dev Corner | 1 | 04-01-2007 11:40 PM |