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


Groups > comp.lang.python > #73340

Re: Python Custom Shapes Question

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Python Custom Shapes Question
Date 2014-06-17 08:56 -0400
Organization IISS Elusive Unicorn
References <CADkKqBhhM8LJ3Vq5QwJhzdL26wBOvz9U0N8vbNBfB6w+pUFyUA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.11106.1403009784.18130.python-list@python.org> (permalink)

Show all headers | 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