I'm changing Leo's mascot on Leo's web pages

59 views
Skip to first unread message

Edward K. Ream

unread,
Jan 19, 2023, 8:58:38 AM1/19/23
to leo-editor
Apparently only Safari supports .tif files, so my plan to put a vectorized Lion on Leo's home page is on hold.  Boo hoo.

The Lion will likely reappear in an hour or three. It's picky work, surprisingly.

Edward


Jacob Peck

unread,
Jan 19, 2023, 9:01:38 AM1/19/23
to leo-e...@googlegroups.com
Most browsers support .svg files, which is another vector format.

--
You received this message because you are subscribed to the Google Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/a520e8b4-a02e-4d50-9971-e32c79b28478n%40googlegroups.com.

Edward K. Ream

unread,
Jan 19, 2023, 10:21:22 AM1/19/23
to leo-e...@googlegroups.com
On Thu, Jan 19, 2023 at 8:01 AM Jacob Peck <gates...@gmail.com> wrote:
Most browsers support .svg files, which is another vector format.

Thanks! I'll try converting the .tif file to .svg.

Edward

Edward K. Ream

unread,
Jan 19, 2023, 10:31:18 AM1/19/23
to leo-editor
On Thu, Jan 19, 2023 at 8:01 AM Jacob Peck <gates...@gmail.com> wrote:
Most browsers support .svg files, which is another vector format.

Thanks! I'll try converting the .tif file to .svg.

A snap with convertio. I'll get rid of the red eyes eventually :-) BTW, #3070 will say that the Lion logo is used by permission.

Edward

Edward K. Ream

unread,
Jan 19, 2023, 11:07:11 AM1/19/23
to leo-editor
On Thursday, January 19, 2023 at 7:58:38 AM UTC-6 Edward K. Ream wrote:

The Lion will likely reappear in an hour or three.

A (licensed) bitmapped Lion now appears on Leo's home page, but not on any other page.

Recent attempts to update the other pages have failed, somewhat mysteriously. Builds seem to be stuck in an endless queue. There have been discussions only about this kind of failure, but I'm not sure at present what to do about it.  Stay tuned.

Edward

jkn

unread,
Jan 19, 2023, 11:15:56 AM1/19/23
to leo-editor
Inkscape (https://inkscape.org) is good for editing .svg files, BTW.

Jacob Peck

unread,
Jan 19, 2023, 11:17:45 AM1/19/23
to leo-e...@googlegroups.com
Seconding Inkscape, it's my go-to for this kind of task.

--
You received this message because you are subscribed to the Google Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+...@googlegroups.com.

jkn

unread,
Jan 19, 2023, 11:32:38 AM1/19/23
to leo-editor
I volunteer to use Inkscape to improve the red eye removal, if you like. Edward's recent effort is ... laudable ...

I could rotate it a smidgen as well. You'd have to get the .AI file to me though (Inkscape can accept Illustrator files)

Edward K. Ream

unread,
Jan 19, 2023, 2:08:20 PM1/19/23
to leo-e...@googlegroups.com
On Thu, Jan 19, 2023 at 10:15 AM jkn <jkn...@nicorp.f9.co.uk> wrote:
Inkscape (https://inkscape.org) is good for editing .svg files, BTW.

Thanks. That's what I used before, but I had forgotten.

Edward

Edward K. Ream

unread,
Jan 19, 2023, 2:09:47 PM1/19/23
to leo-e...@googlegroups.com
On Thu, Jan 19, 2023 at 10:32 AM jkn <jkn...@nicorp.f9.co.uk> wrote:
I volunteer to use Inkscape to improve the red eye removal, if you like. Edward's recent effort is ... laudable ...

Thanks! Please do this, and put the result in devel.

Edward

Edward K. Ream

unread,
Jan 19, 2023, 2:21:45 PM1/19/23
to leo-editor
A (licensed) bitmapped Lion now appears on Leo's home page, but not on any other page.

Recent attempts to update the other pages have failed, somewhat mysteriously.

The workaround will be to develop Leo's website in the devel branch. Leo's Logo and splash screen will use an .svg version of the licensed image.

I'll merge devel into gh-pages when everything looks good, but I'll wait until Saturday before attempting another build.

Even now, Leo's website is better than before. To my newly enlightened eyes, Leo's old watermarked logo looks embarrassingly bad. And yes, embarrassingly clueless with respect to copyright.

Edward

Edward K. Ream

unread,
Jan 19, 2023, 2:47:45 PM1/19/23
to leo-editor
I changed Leo's homepage to use an .svg version of the Logo. See the attached image.

It looks like the .svg has a transparent background. I think a white background would look better. I'll leave that to you.

Edward
ScreenShot.png

Zoom.Quiet

unread,
Jan 19, 2023, 8:35:20 PM1/19/23
to leo-e...@googlegroups.com
Edward K. Ream <edre...@gmail.com> 于2023年1月20日周五 03:47写道:
transparent background is good more,
can match all kinds of color background,
just add one more div for define background color ;-)

> Edward
>
> --
> You received this message because you are subscribed to the Google Groups "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/21ed33e7-20d3-4642-a822-bf9d50497d09n%40googlegroups.com.



--
----------------
life is pathetic, go Pythonic. 人生苦短, Python当歌 ;-)
课: https://py.101.camp/
怼: https://du.101.camp/
俺: http://zoomquiet.io
许: http://creativecommons.org/licenses/by-sa/2.5/cn/
怒: 冗余不做,日子甭过!备份不做,十恶不赦.
KM keep growing environment culture which promoting organization learning ;-)

jkn

unread,
Jan 20, 2023, 4:31:06 AM1/20/23
to leo-editor
I'm not seeing a .svg, but a png.

Edward, if you could send me the .ai image directly (using the email address I used to you a few days ago), that would be best.

Regards, J^n

Edward K. Ream

unread,
Jan 20, 2023, 5:04:44 AM1/20/23
to leo-e...@googlegroups.com
On Thu, Jan 19, 2023 at 7:35 PM Zoom.Quiet <zoom....@gmail.com> wrote:

> > It looks like the .svg has a transparent background. I think a white background would look better.

transparent background is good more,
can match all kinds of color background,
just add one more div for define background color ;-)

Thanks. I agree. We'll leave this image as transparent.

Edward

Edward K. Ream

unread,
Jan 20, 2023, 5:20:54 AM1/20/23
to leo-e...@googlegroups.com
On Fri, Jan 20, 2023 at 3:31 AM jkn <jkn...@nicorp.f9.co.uk> wrote:

> I'm not seeing a .svg, but a png.

Leo's website now uses _static/LeoLogo-Small.jpg as the logo. Do you see this .jpg file now?

Edward, if you could send me the .ai image directly (using the email address I used to you a few days ago), that would be best.

- The devel branch now contains LeoLogo.svg in the leo-editor/docs/_static folder.Imo, we should use LeoLogo.svg.
- Most browsers can't render .ai files.
- I agree with zoom.quiet: a transparent background is best. I'll add the required .css to conf.py.

No need to do anything yet. I just received a dmca notice from dreamstime. Purchasing the image should clear things up. If not, goodbye Lion.

Edward

Edward K. Ream

unread,
Jan 20, 2023, 5:43:13 AM1/20/23
to leo-editor
On Thursday, January 19, 2023 at 1:21:45 PM UTC-6 Edward K. Ream wrote:

> Recent attempts to update the other pages have failed, somewhat mysteriously.

Hurray! The most recent GitHub Pages build completed successfully. All pages now show LeoLogo.svg.

I expect that Dreamstime will allow us to use the .svg image. Perhaps they will require us to use one of their .jpg images. Maybe Dreamstime doesn't like the renaming of the image.  We shall see.

My hope is that all the licensing questions will be resolved in a matter of days. Until then there is no further point in updating Leo's website.

Edward

Edward K. Ream

unread,
Jan 20, 2023, 6:11:23 AM1/20/23
to leo-editor
On Friday, January 20, 2023 at 4:20:54 AM UTC-6 Edward K. Ream wrote:

> - I agree with zoom.quiet: a transparent background is best. I'll add the required .css to conf.py.

Rev 8a2d0a6 in devel adds _static/custom.css and changes conf.py accordingly. These changes make "white" the background color of the logo area (img.logo).

This work will remain regardless of the status of Leo's Lion.

Edward

Edward K. Ream

unread,
Jan 20, 2023, 8:20:52 AM1/20/23
to leo-editor
On Friday, January 20, 2023 at 4:43:13 AM UTC-6 Edward K. Ream wrote:

>  I just received a dmca notice from dreamstime

I've just had a pleasant email exchange with Malina Tudoroiu at Dreamstime. Dreamstime is good with using the Tribal Lion on Leo's website without any further cost. Hurray!

Edward

Mike Hodson

unread,
Jan 20, 2023, 8:52:55 AM1/20/23
to leo-e...@googlegroups.com
Hi Edward,


On Fri, Jan 20, 2023, 03:20 Edward K. Ream <edre...@gmail.com> wrote:
On Fri, Jan 20, 2023 at 3:31 AM jkn <jkn...@nicorp.f9.co.uk> wrote:

- Most browsers can't render .ai files.

You seem to be overlooking the point that an Adobe illustrator file would be technically the source of _any_ output, bitmapped or vector. If one can modify the Adobe illustrator file then any output could be reliably created from that. 

My thought, and I may be wrong, is that once converted to SVG the same may not apply and the Adobe illustrator file would still be the 'master'.

Mike

Edward K. Ream

unread,
Jan 20, 2023, 9:24:55 AM1/20/23
to leo-e...@googlegroups.com
On Fri, Jan 20, 2023 at 7:52 AM Mike Hodson <mys...@gmail.com> wrote:

You seem to be overlooking the point that an Adobe illustrator file would be technically the source of _any_ output, bitmapped or vector. If one can modify the Adobe illustrator file then any output could be reliably created from that.

My thought, and I may be wrong, is that once converted to SVG the same may not apply and the Adobe illustrator file would still be the 'master'.

Hi Mike,

I don't understand your comments about the "master" image.

Anyway, I haven't found an easy (free) way to change ai files, but it was easy to convert the .ai file to the .svg file. Inkscape can edit .svg files, and all major browsers support .svg images, so we are good.

Am I missing something? The Dreamscape people seem good with using a .svg version of the Tribal Lion.

Edward

jkn

unread,
Jan 20, 2023, 9:26:36 AM1/20/23
to leo-editor
Hi Edward
    what you may be missing is that Inkscape can edit and convert the .AI file, generating an SVG. That is what I (thought I) had suggested when I asked for the AI file...

Regards, Jon

Edward K. Ream

unread,
Jan 20, 2023, 9:50:05 AM1/20/23
to leo-editor
On Friday, January 20, 2023 at 8:26:36 AM UTC-6 jkn wrote:
Hi Edward
    what you may be missing is that Inkscape can edit and convert the .AI file, generating an SVG. That is what I (thought I) had suggested when I asked for the AI file...

Thanks for the clarification.

All pages on Leo's website now use the (beautiful!) .svg image. As you can see, the eyes are black, so all seems good.

The only remaining task is to make sure that all the old bitmapped images are gone. That should happen today.

Edward

jkn

unread,
Jan 20, 2023, 9:58:57 AM1/20/23
to leo-editor
Is it worth, whilst going through this recent pain, to make the desktop icon match the splashscreen/website/deamstime icon? ie. the small reddish bewhiskered icon, that you also see when ALT-TABing through apps etc.

Edward K. Ream

unread,
Jan 20, 2023, 10:31:14 AM1/20/23
to leo-editor
On Friday, January 20, 2023 at 8:50:05 AM UTC-6 Edward K. Ream wrote:


The only remaining task is to make sure that all the old bitmapped images are gone.

Done in devel. However, #3073 reminds me that the slideshow pages are way out of date.

Edward

Edward K. Ream

unread,
Jan 20, 2023, 10:31:48 AM1/20/23
to leo-editor
On Friday, January 20, 2023 at 8:58:57 AM UTC-6 jkn wrote:
Is it worth, whilst going through this recent pain, to make the desktop icon match the splashscreen/website/deamstime icon? ie. the small reddish bewhiskered icon, that you also see when ALT-TABing through apps etc.

I'm happy to leave the icon as it is for now :-)

Edward
Reply all
Reply to author
Forward
0 new messages