jdaw1 wrote:The bitmaps done splendidly: I must find software that can output the text. Please, what is the name of the format?
I used PaintShopPro, with input as 24bpp bmp, and output as 8bpp greyscale .eps (encapsulated postscript). I then copy/pasted the hex data into my own wrapper function. This also worked well using a 24bpp colour .eps which I did initially for the Fonseca logo which was white/gold on black, but this didn't look so good on white sheets, hence conversion to black/grey on white and use as grayscale. An extra note if using this method for other images; the postscript conversion didn't like large ones, I had to resize to small-ish ones to make it work; this could be a stack issue perhaps, or other, I have not investigated further.
But your extra line could have been avoided with /PaintBackgroundCode {TypeOfPagesBeingRendered /Glasses eq {PlaceProducerLogo} if} def.
Good point; I'm already using /PaintBackgroundCode so will put it in there.
PhilW wrote:I really (really) did want to try and keep it to two pages rather than three, to keep the mirror between pages. It is 'only' 7 glasses/page (not 8); is this still too tight?
On A4 paper seven and eight are the same radius, which is too small. If you don’t believe me print one page and test with your home glasses.
The maximum I can get to (by minimising margins as much as possible) seems to be Radius = 115.863; will try that at home tonight for size.
kerning does not appear to work within the Circlearrays text - "[ (W) {-0.09 Kern} (arre's) (1955) ]" leads to gross separation of the "W" and "arre's" I think due to separate string spacing when Circlearrays is used; is there additional syntax/brackets that would help with this?
Are you missing one layer of array brackets, with the items of the Warre compound string erroneously being items of the circle array?
Could you elaborate please? Perhaps by example to add kerning to the following (since my attempt failed):
/Circlearrays [ [ (Fonseca) (1977) ] [ (Warre's) (1977) ] ] def
PhilW wrote:Updated
here and emailed to you as .ps file.
I have tended to have one name for my placemat files, repeatedly overwritten as updated. You have done versioning. Hmm, a question for
elsewhere, but do people need versioning?
Habitual due to software releases etc, where source is under version control, but releases (and release candidates) get revision numbers. Not expected to be part of the postscript.
I have (in trying various things) two more
suggestions for the placemat software.