[
https://issues.apache.org/jira/browse/LENS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228219#comment-14228219
]
Rajat Khandelwal edited comment on LENS-3 at 11/28/14 11:06 AM:
----------------------------------------------------------------
{code}
[~]$python -c "print '\n'.join(list(bin(ord(c))[2:].zfill(8) for c in 'Apache
Lens'))"
01000001
01110000
01100001
01100011
01101000
01100101
00100000
01001100
01100101
01101110
01110011
[~]$python -c "print '\n'.join(list(bin(ord(c))[2:].zfill(8) for c in 'APACHE
LENS'))"
01000001
01010000
01000001
01000011
01001000
01000101
00100000
01001100
01000101
01001110
01010011
[~]$python -c "print '\n'.join(list(bin(ord(c))[2:].zfill(8) for c in 'APACHE
LenS'))"
01000001
01010000
01000001
01000011
01001000
01000101
00100000
01001100
01100101
01101110
01010011
[~]$
{code}
Right now in the icon I see the first set of numbers being used. I feel the
second set should be used. If we are going with logo6, we can use the third one
too. Thoughts?
was (Author: prongs):
{code}
[~]$python -c "print '\n'.join(list(bin(ord(c))[2:].zfill(8) for c in 'Apache
Lens'))"
01000001
01110000
01100001
01100011
01101000
01100101
00100000
01001100
01100101
01101110
01110011
[~]$python -c "print '\n'.join(list(bin(ord(c))[2:].zfill(8) for c in 'APACHE
LENS'))"
01000001
01010000
01000001
01000011
01001000
01000101
00100000
01001100
01000101
01001110
01010011
[~]$
{code}
Right now in the icon I see the first set of numbers being used. I feel the
second set should be used. Thoughts?
> Create a Logo for Apache Lens
> -----------------------------
>
> Key: LENS-3
> URL: https://issues.apache.org/jira/browse/LENS-3
> Project: Apache Lens
> Issue Type: Improvement
> Components: docs
> Reporter: Srikanth Sundarrajan
> Assignee: Anoop Kumar
> Fix For: 2.0
>
> Attachments: Apache Lens-01.png, Icon_01-01.png, Iocn_02-01.png,
> Lens-Logo-1.png, Lens-Logo-2.png, Logo_Option_01.png, Logo_Option_02.png,
> Logo_Option_03.png, Logo_Option_03_01.png, Logo_Option_04.png,
> Logo_Option_05.png, Logo_Option_06.png, Logo_Option_06_01.png,
> Logo_Option_07.png, Logo_Option_07_01.png, lens-logo-5.png,
> lens-logo-idea4.jpg, lens-logo.jpg
>
>
> Project [website|http://inmobi.github.io/grill/] should give you some idea
> and the theme to help you come up with the design. We would like to have the
> following
> 1. Very high resolution logo
> 2. 32x32, 64x64 or any other standard icon images
> 3. Logo with the phrase "Apache Lens"
> Please see if it is possible to make a logo that can be used later with funny
> & catchy extensions/modifications.
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)