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


Groups > comp.lang.python > #73340 > unrolled thread

Re: Python Custom Shapes Question

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2014-06-17 08:56 -0400
Last post2014-06-17 08:56 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#73340 — Re: Python Custom Shapes Question

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2014-06-17 08:56 -0400
SubjectRe: Python Custom Shapes Question
Message-ID<mailman.11106.1403009784.18130.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web