Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73340

Re: Python Custom Shapes Question

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; '(even': 0.05; 'subject:Python': 0.06; 'subject:Question': 0.07; 'turtle': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '>to': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'library': 0.18; 'producing': 0.19; 'programming': 0.22; '(in': 0.22; 'url:home': 0.24; 'mon,': 0.24; 'header:X-Complaints-To:1': 0.27; 'function': 0.29; 'class': 0.32; 'this.': 0.32; 'regular': 0.32; "i'd": 0.34; 'could': 0.34; 'operations': 0.35; 'charset:us-ascii': 0.36; 'easily': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'first': 0.61; 'bitmap': 0.84; 'greek': 0.84; 'trouble.': 0.91; 'received:108': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Python Custom Shapes Question
Date Tue, 17 Jun 2014 08:56:08 -0400
Organization IISS Elusive Unicorn
References <CADkKqBhhM8LJ3Vq5QwJhzdL26wBOvz9U0N8vbNBfB6w+pUFyUA@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-79-221-147.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11106.1403009784.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1403009784 news.xs4all.nl 2930 [2001:888:2000:d::a6]:33421
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:73340

Show key headers only | View raw


On Mon, 16 Jun 2014 16:50:28 -0500, Elsa Mort <ekm3627@truman.edu>
declaimed the following:

>Hi,
>
>I am using Python for a programming class at school.  However, we are being
>asked to create a function that enables python to re-size an image that we
>custom made (in this case a Greek Meander.)  I wasn't sure if you knew how
>to do this.  I having trouble.
>

	Given that the motif is a regular repeating pattern easily generated
via vector graphics operations the first thing I'd have to know is:

	Are you producing it via vector graphics operations (even the Turtle
library could produce it) or working with a bitmap image.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Custom Shapes Question Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-06-17 08:56 -0400

csiph-web