As he spoke the great name those in the pillared hall fell on their faces, and lay still. All but the Queen who crouched amid her cushions with her head in her hands, and the King, who stood upright, perfectly still, like the statue of a king in stone. It was only for a moment though. Then his great voice thundered out—
‘Guard, seize them!’

PD proof is here: https://archive.org/details/illustratedcatal00artg/page/n21/mode/2up
What do you think?You received this message because you are subscribed to a topic in the Google Groups "Standard Ebooks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/r2OLBFSSspI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/standardebooks/ec292a7c-412f-475e-9bb3-ceb9d6d039a0n%40googlegroups.com.
1) I start with the best, highest resolution image I can get.2) I open it in an image editor (for me, that's Acorn, but most image editors have similar functions) and apply a grayscale filter, tweaking the settings as needed to get the best looking result. Clean it up manually if necessary to get rid of speckles and fill in obviously broken lines.3) I use a program called Image Vectorizer which is in the Mac app store. It costs a few dollars, but it's well worth it. http://www.image-vectorizer.com . Drop the image in here and click on the Vectorize button, then export the SVG result. If you don’t want to buy it, there’s a free command line tool called potrace (which Image Vectorizer drives behind the scenes)4) You're not done yet! The result tends to be poorly optimised . So I run the SVG image through a tool called SVGO (SVG Optimiser). This is a free command line tool. (https://github.com/svg/svgo). However, as a first stage, I run my SVG through an online version of that tool: SVGOMG (https://jakearchibald.github.io/svgomg/) which makes life a lot simpler. Attached is a screenshot showing the settings I use. Thankfully, SVGOMG retains these between sessions.5) You’re not done yet! SVGOMG does most of the work, but sometimes still leaves the SVG in a state which has features which we don't want, like transforms. So I use this command-line option (after having installed the SVGO command-line tool:svgo -i image.svg --enable convertTransform -o image_opt.svg6) You’re almost there! But not quite. You’ll need to open the SVG in a text editor (I use BBEdit, but any plain-text editor will work). Edit the start of the SVG so it looks something like this:<svg xmlns="http://www.w3.org/2000/svg"; version="1" viewBox="0 0 489 764">
<title>A white rabbit wearing a waistcoat stands upright consulting a pocket-watch.</title><path … etcThe key here is to simplify the viewbox parameters to integers, and put in a descriptive title, which should describe the image for blind or partially-sighted readers and end in a period. Save the file back to disk, making sure it retains the .svg extension.7) You’re done!
Another question: do we semanticate names of fictitious books and newspapers? I assume we do, but I want to make sure.
On Mar 12, 2021, at 12:29 PM, François Grandjean <francois....@gmail.com> wrote:
Alright, thank you, both of you. I’ll try and figure it out on my end, and ask for help when I’ve got something specific. How difficult can it be? (Ha!)
--
You received this message because you are subscribed to the Google Groups "Standard Ebooks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/standardebooks/9af4e966-8bc3-4baf-a6d2-5cf3f4b06d77n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Standard Ebooks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/r2OLBFSSspI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/standardebooks/40d8e838-a27a-4313-bf78-1eeef8c89362n%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/standardebooks/2155bfa4-6f70-155c-bb0b-d2b11dc484d4%40standardebooks.org.
I just checked a recent edition through the Internet Archive. It seems the change in the PG transcription indeed comes from there.
Here is the original passage from the scans, where Cyril asks then answers himself, and Anthea acts on it. That’s the current state on the repo:
“ What was that name the Queen said ? ” asked Cyril suddenly . “ Nisbeth - Nesbit- something ? You know, the slave of the great names ? ”Later editions (and PG transcription) changed the second line to:
“ Wait a sec,” said Robert, […]Even if it less nonsensical, I do find it confusing to have Cyril ask, Robert answer, and Anthea act on it seemingly out of the blue. That’s what made me check that dialogue in the scans in the first place.
My change (since reverted) was to go back to the original and change the first line:
“ What was that name the Queen said ? ” asked Anthea suddenly . […]My reasoning was that it made more sense for Anthea to ask, get the answer from Cyril, and then act on it.
And the second problematic dialogue later in the same chapter. Here is the original passage, identical in scans, transcription, and later edition:
“ Look here !” he [Cyril] said quickly , as the sound of her boots grew less loud on the stairs, “ don't let's tell her about the dungeon and all that. It'll only frighten her so that she'll never want to go anywhere else .”My proposed change on the second line (since reverted):
“ Righto !” said Robert […]Let me know if you need me to do anything. The repo currently mirrors the scans.